Skip to content

Commit 9fd9e61

Browse files
committed
v6.0.0
1 parent 0c25e87 commit 9fd9e61

File tree

7 files changed

+39
-10
lines changed

7 files changed

+39
-10
lines changed

CHANGELOG.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,36 @@
66

77

88

9-
## 6.0.0-rc.4 (2023-08-18)
9+
## 6.0.0 (2023-08-18)
10+
11+
#### :boom: Breaking Change
12+
* `ember-simple-auth`
13+
* [#2544](https://github.com/mainmatter/ember-simple-auth/pull/2544) feat(breaking): drop ember < v3.28 and IE11 support ([@BobrImperator](https://github.com/BobrImperator))
14+
* [#2542](https://github.com/mainmatter/ember-simple-auth/pull/2542) Use Object.assign and drop Ember.assign ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
15+
16+
#### :rocket: Enhancement
17+
* `classic-test-app`, `ember-simple-auth`, `test-app`, `test-esa`
18+
* [#2604](https://github.com/mainmatter/ember-simple-auth/pull/2604) V2 addon ([@BobrImperator](https://github.com/BobrImperator))
19+
20+
#### :house: Internal
21+
* Other
22+
* [#2632](https://github.com/mainmatter/ember-simple-auth/pull/2632) chore(ci): remove build artifact uploading ([@BobrImperator](https://github.com/BobrImperator))
23+
* [#2633](https://github.com/mainmatter/ember-simple-auth/pull/2633) test(embroider): allow test-app embroider-optimizied to fail (should work for regular apps just fine, but not fastboot) ([@BobrImperator](https://github.com/BobrImperator))
24+
* [#2631](https://github.com/mainmatter/ember-simple-auth/pull/2631) chore(ci): install dependencies before building ([@BobrImperator](https://github.com/BobrImperator))
25+
* [#2556](https://github.com/mainmatter/ember-simple-auth/pull/2556) chore(ci): fix removed tests step from workflow ([@BobrImperator](https://github.com/BobrImperator))
26+
* `ember-simple-auth`
27+
* [#2580](https://github.com/mainmatter/ember-simple-auth/pull/2580) chore: specify ember-qunit, @ember/test-helpers for ember-try scenario ([@BobrImperator](https://github.com/BobrImperator))
28+
* `classic-test-app`, `ember-simple-auth`, `test-app`
29+
* [#2570](https://github.com/mainmatter/ember-simple-auth/pull/2570) Move to pnpm ([@BobrImperator](https://github.com/BobrImperator))
30+
* [#2565](https://github.com/mainmatter/ember-simple-auth/pull/2565) Remove IE 11 from browser targets ([@gilest](https://github.com/gilest))
31+
* `classic-test-app`, `test-app`
32+
* [#2548](https://github.com/mainmatter/ember-simple-auth/pull/2548) refactor(deprecation): use findRecord instead of find ([@BobrImperator](https://github.com/BobrImperator))
33+
34+
35+
#### Committers: 3
36+
- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))
37+
- Giles Thompson ([@gilest](https://github.com/gilest))
38+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
1039

1140
## 6.0.0-rc.2 (2023-08-18)
1241

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"release-it": "16.1.5",
1414
"@release-it-plugins/lerna-changelog": "6.0.0"
1515
},
16-
"version": "6.0.0-rc.4",
16+
"version": "6.0.0",
1717
"volta": {
1818
"node": "16.20.2",
1919
"pnpm": "8.6.12"

packages/classic-test-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "classic-test-app",
3-
"version": "6.0.0-rc.4",
3+
"version": "6.0.0",
44
"private": true,
55
"scripts": {
66
"build": "ember build",
@@ -44,7 +44,7 @@
4444
"ember-maybe-import-regenerator": "1.0.0",
4545
"ember-qunit": "7.0.0",
4646
"ember-resolver": "11.0.0",
47-
"ember-simple-auth": "6.0.0-rc.4",
47+
"ember-simple-auth": "6.0.0",
4848
"ember-source": "5.2.0",
4949
"ember-source-channel-url": "3.0.0",
5050
"ember-try": "3.0.0",

packages/ember-simple-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-simple-auth",
3-
"version": "6.0.0-rc.4",
3+
"version": "6.0.0",
44
"description": "A lightweight library for implementing authentication/authorization with Ember.js applications.",
55
"keywords": [
66
"ember-addon"

packages/test-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-app",
3-
"version": "6.0.0-rc.4",
3+
"version": "6.0.0",
44
"private": true,
55
"scripts": {
66
"build": "ember build",
@@ -48,7 +48,7 @@
4848
"ember-maybe-import-regenerator": "1.0.0",
4949
"ember-qunit": "7.0.0",
5050
"ember-resolver": "11.0.0",
51-
"ember-simple-auth": "6.0.0-rc.4",
51+
"ember-simple-auth": "6.0.0",
5252
"ember-source": "5.2.0",
5353
"ember-source-channel-url": "3.0.0",
5454
"ember-try": "3.0.0",

packages/test-esa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"ember-maybe-import-regenerator": "1.0.0",
5353
"ember-qunit": "7.0.0",
5454
"ember-resolver": "11.0.0",
55-
"ember-simple-auth": "6.0.0-rc.4",
55+
"ember-simple-auth": "6.0.0",
5656
"ember-source": "5.2.0",
5757
"ember-source-channel-url": "3.0.0",
5858
"ember-try": "3.0.0",

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)