Skip to content

Commit

Permalink
v6.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator committed May 10, 2023
1 parent f99b343 commit d39e5ec
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 6 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@




## 6.0.0-rc.1 (2023-05-10)

#### :boom: Breaking Change
* `ember-simple-auth`
* [#2544](https://github.com/mainmatter/ember-simple-auth/pull/2544) feat(breaking): drop ember < v3.28 and IE11 support ([@BobrImperator](https://github.com/BobrImperator))
* [#2542](https://github.com/mainmatter/ember-simple-auth/pull/2542) Use Object.assign and drop Ember.assign ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

#### :house: Internal
* Other
* [#2556](https://github.com/mainmatter/ember-simple-auth/pull/2556) chore(ci): fix removed tests step from workflow ([@BobrImperator](https://github.com/BobrImperator))
* `classic-test-app`, `test-app`
* [#2548](https://github.com/mainmatter/ember-simple-auth/pull/2548) refactor(deprecation): use findRecord instead of find ([@BobrImperator](https://github.com/BobrImperator))

#### Committers: 2
- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

## 5.0.0 (2023-03-24)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"release-it-lerna-changelog": "^5.0.0",
"release-it-yarn-workspaces": "^3.0.0"
},
"version": "5.0.0",
"version": "6.0.0-rc.1",
"volta": {
"node": "16.20.0",
"yarn": "1.22.19"
Expand Down
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": "5.0.0",
"version": "6.0.0-rc.1",
"private": true,
"scripts": {
"build": "ember build",
Expand Down Expand Up @@ -46,7 +46,7 @@
"ember-maybe-import-regenerator": "^1.0.0",
"ember-qunit": "6.0.0",
"ember-resolver": "^10.0.0",
"ember-simple-auth": "5.0.0",
"ember-simple-auth": "6.0.0-rc.1",
"ember-source": "~4.4.0",
"ember-source-channel-url": "^3.0.0",
"ember-try": "^2.0.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": "5.0.0",
"version": "6.0.0-rc.1",
"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": "5.0.0",
"version": "6.0.0-rc.1",
"private": true,
"scripts": {
"build": "ember build",
Expand Down Expand Up @@ -47,7 +47,7 @@
"ember-maybe-import-regenerator": "^1.0.0",
"ember-qunit": "6.0.0",
"ember-resolver": "^10.0.0",
"ember-simple-auth": "5.0.0",
"ember-simple-auth": "6.0.0-rc.1",
"ember-source": "~4.4.0",
"ember-source-channel-url": "^3.0.0",
"ember-try": "^2.0.0",
Expand Down

0 comments on commit d39e5ec

Please sign in to comment.