diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a15b81d..0639f150 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,8 +117,8 @@ jobs: - ember-beta - ember-canary - ember-classic -# - embroider-safe -# - embroider-optimized + - embroider-safe + - embroider-optimized steps: - uses: actions/checkout@v4 diff --git a/.gitignore b/.gitignore index a482d034..8551095c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # See https://help.github.com/ignore-files/ for more about ignoring files. -/.idea/ + # dependencies node_modules/ diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c1baabb..45ab232d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ + +## v2.0.0 (2023-12-27) + +#### :boom: Breaking Change +* [#672](https://github.com/ember-animation/ember-animated/pull/672) Drop support for ember-element-helper <= 0.6.0 ([@SergeAstapov](https://github.com/SergeAstapov)) +* [#659](https://github.com/ember-animation/ember-animated/pull/659) Drop support for TypeScript 4.8 and below ([@SergeAstapov](https://github.com/SergeAstapov)) +* [#660](https://github.com/ember-animation/ember-animated/pull/660) Drop support for Ember.js 4.4 and below ([@SergeAstapov](https://github.com/SergeAstapov)) + +#### :rocket: Enhancement +* [#671](https://github.com/ember-animation/ember-animated/pull/671) Sync with embroider-addon blueprint and use decorator-transforms ([@SergeAstapov](https://github.com/SergeAstapov)) + +#### :house: Internal +* [#673](https://github.com/ember-animation/ember-animated/pull/673) run `npx ember-cli-update --to=5.5.0` to align with blueprint ([@SergeAstapov](https://github.com/SergeAstapov)) +* [#670](https://github.com/ember-animation/ember-animated/pull/670) Fix publish workflow name ([@SergeAstapov](https://github.com/SergeAstapov)) + +#### Committers: 1 +- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov)) + ## v1.1.3 (2023-12-27) #### :bug: Bug Fix diff --git a/addon/package.json b/addon/package.json index 3339cda1..f410972d 100644 --- a/addon/package.json +++ b/addon/package.json @@ -1,6 +1,6 @@ { "name": "ember-animated", - "version": "1.1.3", + "version": "2.0.0", "description": "Core animation primitives for Ember", "keywords": [ "animation", diff --git a/package.json b/package.json index bb7a0ffd..bdd72ca2 100644 --- a/package.json +++ b/package.json @@ -69,5 +69,5 @@ }, "npm": false }, - "version": "1.1.3" + "version": "2.0.0" }