@ember/app-blueprint 6.11.0-alpha.1 → 6.11.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.release-plan.json +4 -8
- package/CHANGELOG.md +32 -0
- package/files/app/services/store.ts +1 -1
- package/files/package.json +6 -6
- package/package.json +1 -1
package/.release-plan.json
CHANGED
|
@@ -1,15 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"solution": {
|
|
3
3
|
"@ember/app-blueprint": {
|
|
4
|
-
"impact": "
|
|
5
|
-
"oldVersion": "6.11.0-alpha.
|
|
6
|
-
"newVersion": "6.11.0-alpha.
|
|
4
|
+
"impact": "patch",
|
|
5
|
+
"oldVersion": "6.11.0-alpha.2",
|
|
6
|
+
"newVersion": "6.11.0-alpha.3",
|
|
7
7
|
"tagName": "alpha",
|
|
8
8
|
"constraints": [
|
|
9
|
-
{
|
|
10
|
-
"impact": "minor",
|
|
11
|
-
"reason": "Appears in changelog section :rocket: Enhancement"
|
|
12
|
-
},
|
|
13
9
|
{
|
|
14
10
|
"impact": "patch",
|
|
15
11
|
"reason": "Appears in changelog section :bug: Bug Fix"
|
|
@@ -22,5 +18,5 @@
|
|
|
22
18
|
"pkgJSONPath": "./package.json"
|
|
23
19
|
}
|
|
24
20
|
},
|
|
25
|
-
"description": "## Release (2026-01-
|
|
21
|
+
"description": "## Release (2026-01-12)\n\n* @ember/app-blueprint 6.11.0-alpha.3 (patch)\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#180](https://github.com/ember-cli/ember-app-blueprint/pull/180) [bugfix beta] don't turn warp-drive linksMode on by default for now ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#182](https://github.com/ember-cli/ember-app-blueprint/pull/182) Merge beta into main ([@mansona](https://github.com/mansona))\n * [#177](https://github.com/ember-cli/ember-app-blueprint/pull/177) Prepare Beta Release v6.10.0-beta.2 ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n"
|
|
26
22
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## Release (2026-01-12)
|
|
4
|
+
|
|
5
|
+
* @ember/app-blueprint 6.11.0-alpha.3 (patch)
|
|
6
|
+
|
|
7
|
+
#### :bug: Bug Fix
|
|
8
|
+
* `@ember/app-blueprint`
|
|
9
|
+
* [#180](https://github.com/ember-cli/ember-app-blueprint/pull/180) [bugfix beta] don't turn warp-drive linksMode on by default for now ([@mansona](https://github.com/mansona))
|
|
10
|
+
|
|
11
|
+
#### :house: Internal
|
|
12
|
+
* `@ember/app-blueprint`
|
|
13
|
+
* [#182](https://github.com/ember-cli/ember-app-blueprint/pull/182) Merge beta into main ([@mansona](https://github.com/mansona))
|
|
14
|
+
* [#177](https://github.com/ember-cli/ember-app-blueprint/pull/177) Prepare Beta Release v6.10.0-beta.2 ([@github-actions[bot]](https://github.com/apps/github-actions))
|
|
15
|
+
|
|
16
|
+
#### Committers: 2
|
|
17
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
18
|
+
- [@github-actions[bot]](https://github.com/apps/github-actions)
|
|
19
|
+
|
|
20
|
+
## Release (2026-01-12)
|
|
21
|
+
|
|
22
|
+
* @ember/app-blueprint 6.11.0-alpha.2 (patch)
|
|
23
|
+
|
|
24
|
+
#### :bug: Bug Fix
|
|
25
|
+
* `@ember/app-blueprint`
|
|
26
|
+
* [#176](https://github.com/ember-cli/ember-app-blueprint/pull/176) [bugfix beta] fix warp-drive dependencies to use a tilde `~` ([@mansona](https://github.com/mansona))
|
|
27
|
+
|
|
28
|
+
#### :house: Internal
|
|
29
|
+
* `@ember/app-blueprint`
|
|
30
|
+
* [#178](https://github.com/ember-cli/ember-app-blueprint/pull/178) Merge beta into main ([@mansona](https://github.com/mansona))
|
|
31
|
+
|
|
32
|
+
#### Committers: 1
|
|
33
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
34
|
+
|
|
3
35
|
## Release (2026-01-06)
|
|
4
36
|
|
|
5
37
|
* @ember/app-blueprint 6.11.0-alpha.1 (minor)
|
package/files/package.json
CHANGED
|
@@ -56,11 +56,11 @@
|
|
|
56
56
|
"@rollup/plugin-babel": "^6.1.0<% if (typescript) { %>",
|
|
57
57
|
"@types/qunit": "^2.19.13",
|
|
58
58
|
"@types/rsvp": "^4.0.9<% } %><% if (warpDrive) { %>",
|
|
59
|
-
"@warp-drive/core": "5.8.0",
|
|
60
|
-
"@warp-drive/ember": "5.8.0",
|
|
61
|
-
"@warp-drive/json-api": "5.8.0",
|
|
62
|
-
"@warp-drive/legacy": "5.8.0",
|
|
63
|
-
"@warp-drive/utilities": "5.8.0<% } %>",
|
|
59
|
+
"@warp-drive/core": "~5.8.0",
|
|
60
|
+
"@warp-drive/ember": "~5.8.0",
|
|
61
|
+
"@warp-drive/json-api": "~5.8.0",
|
|
62
|
+
"@warp-drive/legacy": "~5.8.0",
|
|
63
|
+
"@warp-drive/utilities": "~5.8.0<% } %>",
|
|
64
64
|
"babel-plugin-ember-template-compilation": "^3.0.1",
|
|
65
65
|
"concurrently": "^9.2.1",
|
|
66
66
|
"decorator-transforms": "^2.3.1",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"eslint-plugin-ember": "^12.7.5",
|
|
81
81
|
"eslint-plugin-n": "^17.23.1",
|
|
82
82
|
"eslint-plugin-qunit": "^8.2.5<% if (warpDrive) { %>",
|
|
83
|
-
"eslint-plugin-warp-drive": "5.8.0<% } %>",
|
|
83
|
+
"eslint-plugin-warp-drive": "^5.8.0<% } %>",
|
|
84
84
|
"globals": "^16.5.0",
|
|
85
85
|
"prettier": "^3.7.4",
|
|
86
86
|
"prettier-plugin-ember-template-tag": "^2.1.2",
|