Skip to content

Commit

Permalink
Release 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov committed Sep 21, 2022
1 parent 6f9482d commit f89daa5
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@


## v4.2.0 (2022-09-21)

#### :rocket: Enhancement
* [#103](https://github.com/miguelcobain/ember-css-transitions/pull/103) remove class properties transpilation ([@SergeAstapov](https://github.com/SergeAstapov))
* [#95](https://github.com/miguelcobain/ember-css-transitions/pull/95) feat: Add glint types ([@muziejus](https://github.com/muziejus))
* [#98](https://github.com/miguelcobain/ember-css-transitions/pull/98) Replace use of RSVP with native Promise ([@SergeAstapov](https://github.com/SergeAstapov))

#### Committers: 2
- Moacir P. de Sá Pereira ([@muziejus](https://github.com/muziejus))
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))

## v4.1.0 (2022-04-28)

#### :rocket: Enhancement
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-css-transitions",
"version": "4.1.0",
"version": "4.2.0",
"description": "Ember implementation of CSS Transitions. Just like ng-animate and react animation but for Ember.",
"keywords": [
"ember-addon",
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-css-transitions-docs",
"version": "4.1.0",
"version": "4.2.0",
"private": true,
"description": "Docs app for ember-css-transitions",
"keywords": [],
Expand Down Expand Up @@ -46,7 +46,7 @@
"ember-cli-inject-live-reload": "^2.1.0",
"ember-cli-sri": "^2.1.1",
"ember-cli-terser": "^4.0.2",
"ember-css-transitions": "4.1.0",
"ember-css-transitions": "4.2.0",
"ember-data": "~4.3.0",
"ember-export-application-global": "^2.0.1",
"ember-load-initializers": "^2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.1.0",
"version": "4.2.0",
"private": true,
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "4.1.0",
"version": "4.2.0",
"private": true,
"description": "Ember implementation of CSS Transitions. Just like ng-animate and react animation but for Ember.",
"keywords": [
Expand Down Expand Up @@ -43,7 +43,7 @@
"ember-cli-inject-live-reload": "^2.1.0",
"ember-cli-sri": "^2.1.1",
"ember-cli-terser": "^4.0.2",
"ember-css-transitions": "4.1.0",
"ember-css-transitions": "4.2.0",
"ember-data": "~4.3.0",
"ember-export-application-global": "^2.0.1",
"ember-load-initializers": "^2.1.2",
Expand Down

0 comments on commit f89daa5

Please sign in to comment.