Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcobain committed Mar 17, 2022
1 parent 0c4758b commit 8374e4f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## v4.0.0 (2022-03-17)

# v3.1.0

#### ✨ Features
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": "3.1.0",
"version": "4.0.0",
"description": "Ember implementation of CSS Transitions. Just like ng-animate and react animation but for Ember.",
"keywords": [
"ember-addon",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "3.1.0",
"version": "4.0.0",
"repository": {
"type": "git",
"url": "https://github.com/peec/ember-css-transitions.git"
Expand Down
2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"ember-cli-sri": "^2.1.1",
"ember-cli-terser": "^4.0.2",
"ember-cli-version-checker": "^5.1.2",
"ember-css-transitions": "3.1.0",
"ember-css-transitions": "4.0.0",
"ember-data": "^4.1.0",
"ember-disable-prototype-extensions": "^1.1.3",
"ember-export-application-global": "^2.0.1",
Expand Down

0 comments on commit 8374e4f

Please sign in to comment.