Skip to content

Commit 08b4daf

Browse files
committed
Release 2.2.0
1 parent 62f1658 commit 08b4daf

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77

88

99

10-
## v2.1.1 (2025-05-17)
10+
11+
## v2.2.0 (2025-05-17)
1112

1213
#### :rocket: Enhancement
1314
* [#750](https://github.com/ember-animation/ember-animated/pull/750) Add components re-export from top-level module and document imports for Template Tag support ([@SergeAstapov](https://github.com/SergeAstapov))
@@ -23,6 +24,7 @@
2324
* [#774](https://github.com/ember-animation/ember-animated/pull/774) Fix ember-data:deprecate-store-extends-ember-object deprecation ([@SergeAstapov](https://github.com/SergeAstapov))
2425
* [#768](https://github.com/ember-animation/ember-animated/pull/768) Use Node.js v22 in CI ([@SergeAstapov](https://github.com/SergeAstapov))
2526
* [#745](https://github.com/ember-animation/ember-animated/pull/745) Widen test matrix to include TS 5.4-5.7 and 5.8-5.12 LTS ([@SergeAstapov](https://github.com/SergeAstapov))
27+
* [#780](https://github.com/ember-animation/ember-animated/pull/780) Fix release process ([@SergeAstapov](https://github.com/SergeAstapov))
2628

2729
#### Committers: 3
2830
- Michal Bryxí ([@MichalBryxi](https://github.com/MichalBryxi))

addon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-animated",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description": "Core animation primitives for Ember",
55
"keywords": [
66
"animation",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@
6969
},
7070
"npm": false
7171
},
72-
"version": "2.1.1"
72+
"version": "2.2.0"
7373
}

0 commit comments

Comments
 (0)