Skip to content

Commit f2ca60e

Browse files
Merge pull request #2910 from mainmatter/release-preview
Prepare Release
2 parents a26928f + 6ab9ac8 commit f2ca60e

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

.release-plan.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@
22
"solution": {
33
"ember-simple-auth": {
44
"impact": "patch",
5-
"oldVersion": "7.1.0",
6-
"newVersion": "7.1.1",
5+
"oldVersion": "7.1.1",
6+
"newVersion": "7.1.2",
77
"constraints": [
88
{
99
"impact": "patch",
1010
"reason": "Appears in changelog section :bug: Bug Fix"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Appears in changelog section :house: Internal"
1115
}
1216
],
1317
"pkgJSONPath": "./packages/ember-simple-auth/package.json"
1418
}
1519
},
16-
"description": "## Release (2025-01-02)\n\nember-simple-auth 7.1.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-simple-auth`, `test-app`\n * [#2909](https://github.com/mainmatter/ember-simple-auth/pull/2909) fix(ember-simple-auth): setting non 'content' fields with #set on ObjectProxy is not reactive. ([@BobrImperator](https://github.com/BobrImperator))\n\n#### :memo: Documentation\n* `docs`\n * [#2906](https://github.com/mainmatter/ember-simple-auth/pull/2906) doc: support typescript doc generation ([@BobrImperator](https://github.com/BobrImperator))\n\n#### :house: Internal\n* `test-esa`\n * [#2905](https://github.com/mainmatter/ember-simple-auth/pull/2905) feat(test-esa) fix missing test scenarios ([@Gaurav0](https://github.com/Gaurav0))\n\n#### Committers: 2\n- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))\n- Gaurav Munjal ([@Gaurav0](https://github.com/Gaurav0))\n"
20+
"description": "## Release (2025-01-13)\n\nember-simple-auth 7.1.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-simple-auth`, `test-app`\n * [#2919](https://github.com/mainmatter/ember-simple-auth/pull/2919) fix(typescript): test-support types path ([@BobrImperator](https://github.com/BobrImperator))\n\n#### :house: Internal\n* `classic-test-app`, `test-app`, `test-esa`\n * [#2920](https://github.com/mainmatter/ember-simple-auth/pull/2920) chore(lint): remove .eslintignore files ([@BobrImperator](https://github.com/BobrImperator))\n* `ember-simple-auth`\n * [#2908](https://github.com/mainmatter/ember-simple-auth/pull/2908) fix pnpm peer dependency warning ([@Gaurav0](https://github.com/Gaurav0))\n\n#### Committers: 2\n- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))\n- Gaurav Munjal ([@Gaurav0](https://github.com/Gaurav0))\n"
1721
}

CHANGELOG.md

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

3+
## Release (2025-01-13)
4+
5+
ember-simple-auth 7.1.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-simple-auth`, `test-app`
9+
* [#2919](https://github.com/mainmatter/ember-simple-auth/pull/2919) fix(typescript): test-support types path ([@BobrImperator](https://github.com/BobrImperator))
10+
11+
#### :house: Internal
12+
* `classic-test-app`, `test-app`, `test-esa`
13+
* [#2920](https://github.com/mainmatter/ember-simple-auth/pull/2920) chore(lint): remove .eslintignore files ([@BobrImperator](https://github.com/BobrImperator))
14+
* `ember-simple-auth`
15+
* [#2908](https://github.com/mainmatter/ember-simple-auth/pull/2908) fix pnpm peer dependency warning ([@Gaurav0](https://github.com/Gaurav0))
16+
17+
#### Committers: 2
18+
- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))
19+
- Gaurav Munjal ([@Gaurav0](https://github.com/Gaurav0))
20+
321
## Release (2025-01-02)
422

523
ember-simple-auth 7.1.1 (patch)

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

0 commit comments

Comments
 (0)