Skip to content

Commit

Permalink
v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator committed Oct 6, 2021
1 parent 54b46d5 commit eb87027
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 4.0.2 (2021-10-06)

#### :house: Internal
* `ember-simple-auth`
* [#2326](https:/simplabs/ember-simple-auth/pull/2326) Bump ember-test-selectors to latest ([@snewcomer](https:/snewcomer))
* [#2317](https:/simplabs/ember-simple-auth/pull/2317) Update "deprecate" to import from @ember/debug ([@snewcomer](https:/snewcomer))
* [#2320](https:/simplabs/ember-simple-auth/pull/2320) chore: Fix deprecation warnings for run.cancel, run.later ([@josemarluedke](https:/josemarluedke))
* `classic-test-app`, `ember-simple-auth`, `test-app`
* [#2325](https:/simplabs/ember-simple-auth/pull/2325) Remove ember-cli-htmlbars-inline-precompile ([@snewcomer](https:/snewcomer))

#### Committers: 2
- Josemar Luedke ([@josemarluedke](https:/josemarluedke))
- Scott Newcomer ([@snewcomer](https:/snewcomer))

## 4.0.1 (2021-09-24)

#### :memo: Documentation
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.0.1"
"version": "4.0.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.0.1",
"version": "4.0.2",
"private": true,
"scripts": {
"build": "ember build",
Expand Down Expand Up @@ -44,7 +44,7 @@
"ember-maybe-import-regenerator": "^0.1.6",
"ember-mocha": "^0.16.2",
"ember-resolver": "^7.0.0",
"ember-simple-auth": "4.0.1",
"ember-simple-auth": "4.0.2",
"ember-source": "~3.17.0",
"ember-source-channel-url": "^1.1.0",
"ember-try": "^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.0.1",
"version": "4.0.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.0.1",
"version": "4.0.2",
"private": true,
"scripts": {
"build": "ember build",
Expand Down Expand Up @@ -46,7 +46,7 @@
"ember-maybe-import-regenerator": "^0.1.6",
"ember-mocha": "^0.16.2",
"ember-resolver": "^7.0.0",
"ember-simple-auth": "4.0.1",
"ember-simple-auth": "4.0.2",
"ember-source": "~3.17.0",
"ember-source-channel-url": "^1.1.0",
"ember-try": "^1.1.0",
Expand Down

0 comments on commit eb87027

Please sign in to comment.