Skip to content

Commit

Permalink
Release 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov committed Oct 12, 2024
1 parent e0a20c6 commit 1ba3d37
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@




## v4.4.1 (2024-10-12)

#### :house: Internal
* [#148](https://github.com/miguelcobain/ember-css-transitions/pull/148) Sync with latest addon blueprint via ember-cli-update ([@SergeAstapov](https://github.com/SergeAstapov))
* [#143](https://github.com/miguelcobain/ember-css-transitions/pull/143) Use workspace protocol for addon reference ([@SergeAstapov](https://github.com/SergeAstapov))

#### Committers: 2
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
- Tom Carter ([@tcjr](https://github.com/tcjr))

## v4.4.0 (2023-08-10)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-css-transitions-docs",
"version": "4.4.0",
"version": "4.4.1",
"private": true,
"description": "Docs app for ember-css-transitions",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion ember-css-transitions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-css-transitions",
"version": "4.4.0",
"version": "4.4.1",
"description": "Ember implementation of CSS Transitions. Just like ng-animate and react animation but for Ember.",
"keywords": [
"ember-addon",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,6 @@
"tokenRef": "GITHUB_AUTH"
},
"npm": false
}
},
"version": "4.4.1"
}
2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "4.4.0",
"version": "4.4.1",
"private": true,
"description": "Test app for ember-css-transitions addon",
"repository": "https://github.com/miguelcobain/ember-css-transitions",
Expand Down

0 comments on commit 1ba3d37

Please sign in to comment.