@ember/app-blueprint 6.10.0-beta.2 → 6.10.0-beta.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 +3 -3
- package/CHANGELOG.md +11 -0
- package/files/app/services/store.ts +1 -1
- package/package.json +1 -1
package/.release-plan.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"solution": {
|
|
3
3
|
"@ember/app-blueprint": {
|
|
4
4
|
"impact": "patch",
|
|
5
|
-
"oldVersion": "6.10.0-beta.
|
|
6
|
-
"newVersion": "6.10.0-beta.
|
|
5
|
+
"oldVersion": "6.10.0-beta.2",
|
|
6
|
+
"newVersion": "6.10.0-beta.3",
|
|
7
7
|
"tagName": "beta",
|
|
8
8
|
"constraints": [
|
|
9
9
|
{
|
|
@@ -14,5 +14,5 @@
|
|
|
14
14
|
"pkgJSONPath": "./package.json"
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
|
-
"description": "## Release (2026-01-12)\n\n* @ember/app-blueprint 6.10.0-beta.
|
|
17
|
+
"description": "## Release (2026-01-12)\n\n* @ember/app-blueprint 6.10.0-beta.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#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
|
|
18
18
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
## Release (2026-01-12)
|
|
4
4
|
|
|
5
|
+
* @ember/app-blueprint 6.10.0-beta.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
|
+
#### Committers: 1
|
|
12
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
13
|
+
|
|
14
|
+
## Release (2026-01-12)
|
|
15
|
+
|
|
5
16
|
* @ember/app-blueprint 6.10.0-beta.2 (patch)
|
|
6
17
|
|
|
7
18
|
#### :bug: Bug Fix
|