Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov committed Aug 23, 2024
1 parent 1830b41 commit 309252c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@




## v2.1.0 (2024-08-23)

#### :rocket: Enhancement
* [#716](https://github.com/ember-animation/ember-animated/pull/716) Widen peer range for peer, @ember/test-helpers ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :memo: Documentation
* [#715](https://github.com/ember-animation/ember-animated/pull/715) [docs] Update description for motion argument on AnimatedContainer ([@SergeAstapov](https://github.com/SergeAstapov))

#### :house: Internal
* [#703](https://github.com/ember-animation/ember-animated/pull/703) Add parentheses for decorators to prevent TS1497 error. ([@SergeAstapov](https://github.com/SergeAstapov))

#### Committers: 2
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## v2.0.1 (2024-03-20)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-animated",
"version": "2.0.1",
"version": "2.1.0",
"description": "Core animation primitives for Ember",
"keywords": [
"animation",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@
},
"npm": false
},
"version": "2.0.1"
"version": "2.1.0"
}

0 comments on commit 309252c

Please sign in to comment.