From bdfc46df08a6e8a9b969894ff65d0e7b659b60ff Mon Sep 17 00:00:00 2001 From: Sergey Astapov Date: Fri, 18 Mar 2022 14:08:38 -0400 Subject: [PATCH 1/3] Enable embroider scenarios in CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From a022eb00d3877feee889bc74b49d2f19c98f35cd Mon Sep 17 00:00:00 2001 From: Sergey Astapov Date: Wed, 27 Dec 2023 15:36:09 -0500 Subject: [PATCH 2/3] revert .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ From e3a82e269622bcb91d079b3b912e22e8de9b3720 Mon Sep 17 00:00:00 2001 From: Sergey Astapov Date: Wed, 27 Dec 2023 15:36:57 -0500 Subject: [PATCH 3/3] Release 2.0.0 --- CHANGELOG.md | 18 ++++++++++++++++++ addon/package.json | 2 +- package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) 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" }