Skip to content

Commit

Permalink
Chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.2.0...v3.0.0) (2023-09-13)

### Breaking

* ES6 conversion, Tooltips API added, Navigation Button API added. ([a32aaaf](a32aaaf))

### Fix

* Framework version updated, tooltips added to schema, typo in CloseNavigationButtonView ([0057e57](0057e57))
* import notify directly. ([0b5ca48](0b5ca48))
* last amendement implemented. ([69bf2f4](69bf2f4))
* naming convention & FW version bumped ([04a8130](04a8130))
* Template naming updated to be consistent with other extensions ([00d0af5](00d0af5))
* type in example.json ([306d401](306d401))
* use this.config, pass config to CloseNavigationButtonView ([44725a2](44725a2))

### Update

* ES6 conversion, Tooltips added, Navigation Button API added. ([2a2458a](2a2458a))
  • Loading branch information
semantic-release-bot committed Sep 13, 2023
1 parent a32aaaf commit 2d2871a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adapt-close",
"version": "2.2.0",
"version": "3.0.0",
"framework": ">=5.30.3",
"extension": "close",
"displayName": "Close",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adapt-close",
"version": "2.2.0",
"version": "3.0.0",
"framework": ">=5.30.3",
"extension": "close",
"displayName": "Close",
Expand Down

0 comments on commit 2d2871a

Please sign in to comment.