Skip to content

Commit 9578005

Browse files
Prepare Release v4.0.1 using 'release-plan' (#520)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 11c5cf8 commit 9578005

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

.release-plan.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"solution": {
33
"ember-cognito": {
44
"impact": "patch",
5-
"oldVersion": "3.0.0",
6-
"newVersion": "3.0.1",
5+
"oldVersion": "4.0.0",
6+
"newVersion": "4.0.1",
77
"tagName": "latest",
88
"constraints": [
99
{
1010
"impact": "patch",
11-
"reason": "Appears in changelog section :house: Internal"
11+
"reason": "Appears in changelog section :bug: Bug Fix"
1212
}
1313
],
1414
"pkgJSONPath": "./package.json"
1515
}
1616
},
17-
"description": "## Release (2025-08-20)\n\n* ember-cognito 3.0.1 (patch)\n\n#### :house: Internal\n* `ember-cognito`\n * [#505](https://github.com/adopted-ember-addons/ember-cognito/pull/505) Update repo ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 1\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n"
17+
"description": "## Release (2025-12-11)\n\n* ember-cognito 4.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-cognito`\n * [#518](https://github.com/adopted-ember-addons/ember-cognito/pull/518) Compile away import.meta.glob and don't publish it ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1818
}

CHANGELOG.md

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

3+
## Release (2025-12-11)
4+
5+
* ember-cognito 4.0.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-cognito`
9+
* [#518](https://github.com/adopted-ember-addons/ember-cognito/pull/518) Compile away import.meta.glob and don't publish it ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
314

415
## v4.0.0 (2025-10-29)
516

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cognito",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "ember-simple-auth and AWS Cognito integration",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)