Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov committed Jan 5, 2024
1 parent af09834 commit ab7270e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@


## v2.0.0 (2024-01-05)

#### :boom: Breaking Change
* [#152](https://github.com/ember-animation/ember-animated-tools/pull/152) Drop support for Ember.js 4.4 and below ([@SergeAstapov](https://github.com/SergeAstapov))

#### :rocket: Enhancement
* [#151](https://github.com/ember-animation/ember-animated-tools/pull/151) Sync with embroider-addon blueprint and use decorator-transforms ([@SergeAstapov](https://github.com/SergeAstapov))

#### :memo: Documentation
* [#102](https://github.com/ember-animation/ember-animated-tools/pull/102) move `.md` files to published package ([@SergeAstapov](https://github.com/SergeAstapov))

#### :house: Internal
* [#153](https://github.com/ember-animation/ember-animated-tools/pull/153) run `npx ember-cli-update --to=5.5.0` to align with blueprint ([@SergeAstapov](https://github.com/SergeAstapov))

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

## v1.0.0 (2022-03-18)

#### :boom: Breaking Change
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-tools",
"version": "1.0.0",
"version": "2.0.0",
"description": "Components that help you develop and debug ember-animated transitions",
"keywords": [
"ember-addon"
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@
"tokenRef": "GITHUB_AUTH"
},
"npm": false
}
},
"version": "2.0.0"
}

0 comments on commit ab7270e

Please sign in to comment.