Skip to content

Commit

Permalink
Merge pull request #429 from ember-animation/enable-embroider-scenarios
Browse files Browse the repository at this point in the history
Enable embroider scenarios in CI
  • Loading branch information
SergeAstapov authored Dec 27, 2023
2 parents f58663c + e3a82e2 commit 638da23
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ jobs:
- ember-beta
- ember-canary
- ember-classic
# - embroider-safe
# - embroider-optimized
- embroider-safe
- embroider-optimized

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.
/.idea/

# dependencies
node_modules/

Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "1.1.3",
"version": "2.0.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 @@ -69,5 +69,5 @@
},
"npm": false
},
"version": "1.1.3"
"version": "2.0.0"
}

0 comments on commit 638da23

Please # to comment.