Skip to content

Commit 035c7c4

Browse files
Merge pull request #2903 from mainmatter/release-preview
Prepare Release
2 parents e85db01 + 8cb5b46 commit 035c7c4

File tree

3 files changed

+16
-17
lines changed

3 files changed

+16
-17
lines changed

.release-plan.json

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,17 @@
11
{
22
"solution": {
33
"ember-simple-auth": {
4-
"impact": "major",
5-
"oldVersion": "6.1.0",
6-
"newVersion": "7.0.0",
4+
"impact": "minor",
5+
"oldVersion": "7.0.0",
6+
"newVersion": "7.1.0",
77
"constraints": [
8-
{
9-
"impact": "major",
10-
"reason": "Appears in changelog section :boom: Breaking Change"
11-
},
128
{
139
"impact": "minor",
1410
"reason": "Appears in changelog section :rocket: Enhancement"
15-
},
16-
{
17-
"impact": "patch",
18-
"reason": "Appears in changelog section :bug: Bug Fix"
19-
},
20-
{
21-
"impact": "patch",
22-
"reason": "Appears in changelog section :house: Internal"
2311
}
2412
],
2513
"pkgJSONPath": "./packages/ember-simple-auth/package.json"
2614
}
2715
},
28-
"description": "## Release (2024-12-30)\n\nember-simple-auth 7.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-simple-auth`, `test-esa`\n * [#2895](https://github.com/mainmatter/ember-simple-auth/pull/2895) feat(ember-simple-auth): remove app re-exports ([@BobrImperator](https://github.com/BobrImperator))\n * [#2885](https://github.com/mainmatter/ember-simple-auth/pull/2885) feat(ember-simple-auth): Remove unused inject util ([@BobrImperator](https://github.com/BobrImperator))\n * [#2875](https://github.com/mainmatter/ember-simple-auth/pull/2875) Remove Evented mixin. Use native EventTarget. ([@BobrImperator](https://github.com/BobrImperator))\n * [#2874](https://github.com/mainmatter/ember-simple-auth/pull/2874) feat: Use native promises, remove RSVP ([@BobrImperator](https://github.com/BobrImperator))\n* `ember-simple-auth`\n * [#2872](https://github.com/mainmatter/ember-simple-auth/pull/2872) chore(typescript): ember-simple-auth initial setup ([@BobrImperator](https://github.com/BobrImperator))\n\n#### :rocket: Enhancement\n* `ember-simple-auth`\n * [#2889](https://github.com/mainmatter/ember-simple-auth/pull/2889) chore(ember-simple-auth): depend on ember-cookies >=1.3.0 ([@BobrImperator](https://github.com/BobrImperator))\n* `ember-simple-auth`, `test-esa`\n * [#2883](https://github.com/mainmatter/ember-simple-auth/pull/2883) refactor(typescript): migrate BaseAuthenticator and OAuthPasswordGrant ([@BobrImperator](https://github.com/BobrImperator))\n * [#2811](https://github.com/mainmatter/ember-simple-auth/pull/2811) feat: support partitioned cookies ([@Gaurav0](https://github.com/Gaurav0))\n\n#### :bug: Bug Fix\n* `ember-simple-auth`\n * [#2894](https://github.com/mainmatter/ember-simple-auth/pull/2894) fix(deps): remove babel/eslint-parser from ESA dependencies ([@BobrImperator](https://github.com/BobrImperator))\n * [#2891](https://github.com/mainmatter/ember-simple-auth/pull/2891) fix(ember-simple-auth): parse expirationTime before setting it ([@BobrImperator](https://github.com/BobrImperator))\n\n#### :memo: Documentation\n* Other\n * [#2893](https://github.com/mainmatter/ember-simple-auth/pull/2893) doc: v7 release guide ([@BobrImperator](https://github.com/BobrImperator))\n * [#2857](https://github.com/mainmatter/ember-simple-auth/pull/2857) fix: update authentication test reference ([@emmanuel-ferdman](https://github.com/emmanuel-ferdman))\n * [#2834](https://github.com/mainmatter/ember-simple-auth/pull/2834) Verified and updated links to ember-simple-auth.com/api/ ([@peter-scholtens](https://github.com/peter-scholtens))\n* `classic-test-app`, `test-app`\n * [#2892](https://github.com/mainmatter/ember-simple-auth/pull/2892) fix(test-app): Fix extending authenticator. specify ember-simple-auth as a link for test-apps. ([@BobrImperator](https://github.com/BobrImperator))\n\n#### :house: Internal\n* `classic-test-app`, `test-app`, `test-esa`\n * [#2897](https://github.com/mainmatter/ember-simple-auth/pull/2897) feat(test-apps): fix Ember 5.x deprecations. Support Ember 6.0 testing ([@BobrImperator](https://github.com/BobrImperator))\n* `classic-test-app`, `test-app`\n * [#2888](https://github.com/mainmatter/ember-simple-auth/pull/2888) Typescript test app ([@BobrImperator](https://github.com/BobrImperator))\n * [#2892](https://github.com/mainmatter/ember-simple-auth/pull/2892) fix(test-app): Fix extending authenticator. specify ember-simple-auth as a link for test-apps. ([@BobrImperator](https://github.com/BobrImperator))\n * [#2876](https://github.com/mainmatter/ember-simple-auth/pull/2876) refactor(all): use on modifier. Action template helper dropped in 6.0 ([@BobrImperator](https://github.com/BobrImperator))\n* `ember-simple-auth`\n * [#2890](https://github.com/mainmatter/ember-simple-auth/pull/2890) chore(ember-simple-auth): specify addon exports ([@BobrImperator](https://github.com/BobrImperator))\n * [#2884](https://github.com/mainmatter/ember-simple-auth/pull/2884) refactor(typescript): migrate session-stores to typescript ([@BobrImperator](https://github.com/BobrImperator))\n* `ember-simple-auth`, `test-app`\n * [#2887](https://github.com/mainmatter/ember-simple-auth/pull/2887) feat(ember-simple-auth): implement internal EventTarget ([@BobrImperator](https://github.com/BobrImperator))\n* `ember-simple-auth`, `test-esa`\n * [#2873](https://github.com/mainmatter/ember-simple-auth/pull/2873) chore(typescript): migrate services/session to typescript ([@BobrImperator](https://github.com/BobrImperator))\n * [#2881](https://github.com/mainmatter/ember-simple-auth/pull/2881) refactor(ember-simple-auth): adaptive store to es6 ([@BobrImperator](https://github.com/BobrImperator))\n * [#2880](https://github.com/mainmatter/ember-simple-auth/pull/2880) refactor(ember-simple-auth): local-storage, session-storage, ephemeral to ES6 class. ([@BobrImperator](https://github.com/BobrImperator))\n * [#2879](https://github.com/mainmatter/ember-simple-auth/pull/2879) refactor(ember-simple-auth): session-stores to use ES6 classes ([@BobrImperator](https://github.com/BobrImperator))\n * [#2878](https://github.com/mainmatter/ember-simple-auth/pull/2878) refactor(ember-simple-auth): authenticators to use ES6 classes ([@BobrImperator](https://github.com/BobrImperator))\n* `test-app`\n * [#2860](https://github.com/mainmatter/ember-simple-auth/pull/2860) Action helper and modifier are deprecated in login-form.hbs ([@peter-scholtens](https://github.com/peter-scholtens))\n * [#2854](https://github.com/mainmatter/ember-simple-auth/pull/2854) Create store.js (required in ember-data 6.0) ([@peter-scholtens](https://github.com/peter-scholtens))\n * [#2835](https://github.com/mainmatter/ember-simple-auth/pull/2835) Expire cookie if RememberMe button is off (again) ([@peter-scholtens](https://github.com/peter-scholtens))\n* Other\n * [#2824](https://github.com/mainmatter/ember-simple-auth/pull/2824) chore(deps): lock maintenance ([@BobrImperator](https://github.com/BobrImperator))\n * [#2822](https://github.com/mainmatter/ember-simple-auth/pull/2822) chore(deps): install eslint-config-prettier ([@BobrImperator](https://github.com/BobrImperator))\n * [#2819](https://github.com/mainmatter/ember-simple-auth/pull/2819) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#2820](https://github.com/mainmatter/ember-simple-auth/pull/2820) chore(release): fix release ([@BobrImperator](https://github.com/BobrImperator))\n\n#### Committers: 5\n- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))\n- Emmanuel Ferdman ([@emmanuel-ferdman](https://github.com/emmanuel-ferdman))\n- Gaurav Munjal ([@Gaurav0](https://github.com/Gaurav0))\n- Peter C. S. Scholtens ([@peter-scholtens](https://github.com/peter-scholtens))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n"
16+
"description": "## Release (2024-12-30)\n\nember-simple-auth 7.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-simple-auth`, `test-app`\n * [#2902](https://github.com/mainmatter/ember-simple-auth/pull/2902) feat(ember-simple-auth): add generic type argument to session ([@BobrImperator](https://github.com/BobrImperator))\n\n#### Committers: 1\n- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))\n"
2917
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Release (2024-12-30)
44

5+
ember-simple-auth 7.1.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-simple-auth`, `test-app`
9+
* [#2902](https://github.com/mainmatter/ember-simple-auth/pull/2902) feat(ember-simple-auth): add generic type argument to session ([@BobrImperator](https://github.com/BobrImperator))
10+
11+
#### Committers: 1
12+
- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))
13+
14+
## Release (2024-12-30)
15+
516
ember-simple-auth 7.0.0 (major)
617

718
#### :boom: Breaking Change

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": "7.0.0",
3+
"version": "7.1.0",
44
"description": "A lightweight library for implementing authentication/authorization with Ember.js applications.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)