Skip to content

Commit 74f7aab

Browse files
Merge pull request #2816 from mainmatter/release-preview
Prepare Release
2 parents ad18d46 + b6c3bc6 commit 74f7aab

File tree

3 files changed

+64
-1
lines changed

3 files changed

+64
-1
lines changed

.release-plan.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"solution": {
3+
"ember-simple-auth": {
4+
"impact": "minor",
5+
"oldVersion": "6.0.0",
6+
"newVersion": "6.1.0",
7+
"constraints": [
8+
{
9+
"impact": "minor",
10+
"reason": "Appears in changelog section :rocket: Enhancement"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Appears in changelog section :memo: Documentation"
15+
},
16+
{
17+
"impact": "patch",
18+
"reason": "Appears in changelog section :house: Internal"
19+
}
20+
],
21+
"pkgJSONPath": "./packages/ember-simple-auth/package.json"
22+
}
23+
},
24+
"description": "## Release (2024-09-09)\n\nember-simple-auth 6.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-simple-auth`, `test-esa`\n * [#2813](https://github.com/mainmatter/ember-simple-auth/pull/2813) feat: Add scope in restore for OAuth2PasswordGrant ([@bpetetot](https://github.com/bpetetot))\n\n#### :memo: Documentation\n* `ember-simple-auth`\n * [#2812](https://github.com/mainmatter/ember-simple-auth/pull/2812) chore(docs): move events to an internal session ([@BobrImperator](https://github.com/BobrImperator))\n* `docs`, `ember-simple-auth`\n * [#2712](https://github.com/mainmatter/ember-simple-auth/pull/2712) chore(docs): migrate yuidoc to jsdoc ([@BobrImperator](https://github.com/BobrImperator))\n\n#### :house: Internal\n* `classic-test-app`, `docs`, `test-app`\n * [#2817](https://github.com/mainmatter/ember-simple-auth/pull/2817) chore(release): make sure every package is private ([@BobrImperator](https://github.com/BobrImperator))\n* Other\n * [#2815](https://github.com/mainmatter/ember-simple-auth/pull/2815) chore(release): setup embroider-build/release-plan ([@BobrImperator](https://github.com/BobrImperator))\n * [#2800](https://github.com/mainmatter/ember-simple-auth/pull/2800) Revert \"chore(ci): allow mainmatter/continue-on-error-comment to work on forks\" ([@BobrImperator](https://github.com/BobrImperator))\n * [#2797](https://github.com/mainmatter/ember-simple-auth/pull/2797) chore(ci): allow mainmatter/continue-on-error-comment to work on forks ([@BobrImperator](https://github.com/BobrImperator))\n * [#2640](https://github.com/mainmatter/ember-simple-auth/pull/2640) chore(deps): fix lockfile ([@BobrImperator](https://github.com/BobrImperator))\n * [#2636](https://github.com/mainmatter/ember-simple-auth/pull/2636) chore(deps): use common Mainmatter config for addons ([@BobrImperator](https://github.com/BobrImperator))\n* `classic-test-app`, `ember-simple-auth`, `test-app`, `test-esa`\n * [#2804](https://github.com/mainmatter/ember-simple-auth/pull/2804) chore(lint): Migrate eslint config ([@BobrImperator](https://github.com/BobrImperator))\n* `classic-test-app`, `test-app`, `test-esa`\n * [#2801](https://github.com/mainmatter/ember-simple-auth/pull/2801) feat(deps): update to ember-engines 0.11.0 ([@BobrImperator](https://github.com/BobrImperator))\n* `test-esa`\n * [#2802](https://github.com/mainmatter/ember-simple-auth/pull/2802) chore(ci): add scenario against ember-lts-5.8 ([@BobrImperator](https://github.com/BobrImperator))\n* `classic-test-app`\n * [#2798](https://github.com/mainmatter/ember-simple-auth/pull/2798) feat(classic-test-app): change locationType to 'history' ([@BobrImperator](https://github.com/BobrImperator))\n* `ember-simple-auth`\n * [#2637](https://github.com/mainmatter/ember-simple-auth/pull/2637) chore(release): rename script to release ([@BobrImperator](https://github.com/BobrImperator))\n\n#### Committers: 2\n- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))\n- Benjamin Petetot ([@bpetetot](https://github.com/bpetetot))\n"
25+
}

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# Changelog
22

3+
## Release (2024-09-09)
4+
5+
ember-simple-auth 6.1.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-simple-auth`, `test-esa`
9+
* [#2813](https://github.com/mainmatter/ember-simple-auth/pull/2813) feat: Add scope in restore for OAuth2PasswordGrant ([@bpetetot](https://github.com/bpetetot))
10+
11+
#### :memo: Documentation
12+
* `ember-simple-auth`
13+
* [#2812](https://github.com/mainmatter/ember-simple-auth/pull/2812) chore(docs): move events to an internal session ([@BobrImperator](https://github.com/BobrImperator))
14+
* `docs`, `ember-simple-auth`
15+
* [#2712](https://github.com/mainmatter/ember-simple-auth/pull/2712) chore(docs): migrate yuidoc to jsdoc ([@BobrImperator](https://github.com/BobrImperator))
16+
17+
#### :house: Internal
18+
* `classic-test-app`, `docs`, `test-app`
19+
* [#2817](https://github.com/mainmatter/ember-simple-auth/pull/2817) chore(release): make sure every package is private ([@BobrImperator](https://github.com/BobrImperator))
20+
* Other
21+
* [#2815](https://github.com/mainmatter/ember-simple-auth/pull/2815) chore(release): setup embroider-build/release-plan ([@BobrImperator](https://github.com/BobrImperator))
22+
* [#2800](https://github.com/mainmatter/ember-simple-auth/pull/2800) Revert "chore(ci): allow mainmatter/continue-on-error-comment to work on forks" ([@BobrImperator](https://github.com/BobrImperator))
23+
* [#2797](https://github.com/mainmatter/ember-simple-auth/pull/2797) chore(ci): allow mainmatter/continue-on-error-comment to work on forks ([@BobrImperator](https://github.com/BobrImperator))
24+
* [#2640](https://github.com/mainmatter/ember-simple-auth/pull/2640) chore(deps): fix lockfile ([@BobrImperator](https://github.com/BobrImperator))
25+
* [#2636](https://github.com/mainmatter/ember-simple-auth/pull/2636) chore(deps): use common Mainmatter config for addons ([@BobrImperator](https://github.com/BobrImperator))
26+
* `classic-test-app`, `ember-simple-auth`, `test-app`, `test-esa`
27+
* [#2804](https://github.com/mainmatter/ember-simple-auth/pull/2804) chore(lint): Migrate eslint config ([@BobrImperator](https://github.com/BobrImperator))
28+
* `classic-test-app`, `test-app`, `test-esa`
29+
* [#2801](https://github.com/mainmatter/ember-simple-auth/pull/2801) feat(deps): update to ember-engines 0.11.0 ([@BobrImperator](https://github.com/BobrImperator))
30+
* `test-esa`
31+
* [#2802](https://github.com/mainmatter/ember-simple-auth/pull/2802) chore(ci): add scenario against ember-lts-5.8 ([@BobrImperator](https://github.com/BobrImperator))
32+
* `classic-test-app`
33+
* [#2798](https://github.com/mainmatter/ember-simple-auth/pull/2798) feat(classic-test-app): change locationType to 'history' ([@BobrImperator](https://github.com/BobrImperator))
34+
* `ember-simple-auth`
35+
* [#2637](https://github.com/mainmatter/ember-simple-auth/pull/2637) chore(release): rename script to release ([@BobrImperator](https://github.com/BobrImperator))
36+
37+
#### Committers: 2
38+
- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))
39+
- Benjamin Petetot ([@bpetetot](https://github.com/bpetetot))
40+
341

442

543

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",
3+
"version": "6.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)