Skip to content

Commit

Permalink
Release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickschot committed Feb 9, 2024
1 parent 6ddd34b commit 28d7bd9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@




## v5.0.0 (2024-02-09)

#### :boom: Breaking Change
* [#877](https://github.com/nickschot/ember-mobile-menu/pull/877) Require ember-resources >=v6.4.0 (inc. v7) ([@nickschot](https://github.com/nickschot))

#### :rocket: Enhancement
* [#878](https://github.com/nickschot/ember-mobile-menu/pull/878) Allow ember-concurrency v4 ([@nickschot](https://github.com/nickschot))
* [#855](https://github.com/nickschot/ember-mobile-menu/pull/855) Implement basic scale correction for gestures ([@nickschot](https://github.com/nickschot))
* [#827](https://github.com/nickschot/ember-mobile-menu/pull/827) Add ember-gesture-modifiers v6 to allowed range ([@nickschot](https://github.com/nickschot))

#### Committers: 1
- Nick Schot ([@nickschot](https://github.com/nickschot))

## v5.0.0-2 (2023-12-01)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion ember-mobile-menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-mobile-menu",
"version": "5.0.0-2",
"version": "5.0.0",
"description": "A draggable sidebar menu for Ember.",
"keywords": [
"ember-addon",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@
"node": "18.19.0",
"pnpm": "8.15.1"
},
"version": "5.0.0-2"
"version": "5.0.0"
}

0 comments on commit 28d7bd9

Please sign in to comment.