Skip to content

Commit

Permalink
v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator committed Apr 12, 2022
1 parent 9ff7b3d commit 5a54dff
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog


## 4.2.2 (2022-04-12)

#### :bug: Bug Fix
* `ember-simple-auth`
* [#2366](https://github.com/simplabs/ember-simple-auth/pull/2366) Remove initialize method ([@BobrImperator](https://github.com/BobrImperator))

#### Committers: 1
- Bartłomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))

## 4.2.1 (2022-03-15)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"release-it-lerna-changelog": "^3.1.0",
"release-it-yarn-workspaces": "^2.0.0"
},
"version": "4.2.1"
"version": "4.2.2"
}
4 changes: 2 additions & 2 deletions packages/classic-test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "classic-test-app",
"version": "4.2.1",
"version": "4.2.2",
"private": true,
"scripts": {
"build": "ember build",
Expand Down Expand Up @@ -40,7 +40,7 @@
"ember-load-initializers": "^2.1.1",
"ember-maybe-import-regenerator": "^0.1.6",
"ember-resolver": "^7.0.0",
"ember-simple-auth": "4.2.1",
"ember-simple-auth": "4.2.2",
"ember-qunit": "^4.6.0",
"ember-source": "~3.17.0",
"ember-source-channel-url": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-simple-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-simple-auth",
"version": "4.2.1",
"version": "4.2.2",
"description": "A lightweight library for implementing authentication/authorization with Ember.js applications.",
"keywords": [
"ember-addon"
Expand Down
4 changes: 2 additions & 2 deletions packages/test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "4.2.1",
"version": "4.2.2",
"private": true,
"scripts": {
"build": "ember build",
Expand Down Expand Up @@ -42,7 +42,7 @@
"ember-load-initializers": "^2.1.1",
"ember-maybe-import-regenerator": "^0.1.6",
"ember-resolver": "^7.0.0",
"ember-simple-auth": "4.2.1",
"ember-simple-auth": "4.2.2",
"ember-qunit": "^4.6.0",
"ember-source": "~3.17.0",
"ember-source-channel-url": "^1.1.0",
Expand Down

0 comments on commit 5a54dff

Please sign in to comment.