@ember/app-blueprint 7.0.0 → 7.0.1
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 +5 -9
- package/CHANGELOG.md +11 -0
- package/files/package.json +1 -1
- package/package.json +2 -2
package/.release-plan.json
CHANGED
|
@@ -1,22 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"solution": {
|
|
3
3
|
"@ember/app-blueprint": {
|
|
4
|
-
"impact": "
|
|
5
|
-
"oldVersion": "
|
|
6
|
-
"newVersion": "7.0.
|
|
4
|
+
"impact": "patch",
|
|
5
|
+
"oldVersion": "7.0.0",
|
|
6
|
+
"newVersion": "7.0.1",
|
|
7
7
|
"tagName": "latest",
|
|
8
8
|
"constraints": [
|
|
9
|
-
{
|
|
10
|
-
"impact": "major",
|
|
11
|
-
"reason": "Appears in changelog section :boom: Breaking Change"
|
|
12
|
-
},
|
|
13
9
|
{
|
|
14
10
|
"impact": "patch",
|
|
15
|
-
"reason": "Appears in changelog section :
|
|
11
|
+
"reason": "Appears in changelog section :bug: Bug Fix"
|
|
16
12
|
}
|
|
17
13
|
],
|
|
18
14
|
"pkgJSONPath": "./package.json"
|
|
19
15
|
}
|
|
20
16
|
},
|
|
21
|
-
"description": "## Release (2026-05-
|
|
17
|
+
"description": "## Release (2026-05-20)\n\n* @ember/app-blueprint 7.0.1 (patch)\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#284](https://github.com/ember-cli/ember-app-blueprint/pull/284) update ember-cli dependency to 7.0 ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
|
|
22
18
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## Release (2026-05-20)
|
|
4
|
+
|
|
5
|
+
* @ember/app-blueprint 7.0.1 (patch)
|
|
6
|
+
|
|
7
|
+
#### :bug: Bug Fix
|
|
8
|
+
* `@ember/app-blueprint`
|
|
9
|
+
* [#284](https://github.com/ember-cli/ember-app-blueprint/pull/284) update ember-cli dependency to 7.0 ([@mansona](https://github.com/mansona))
|
|
10
|
+
|
|
11
|
+
#### Committers: 1
|
|
12
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
13
|
+
|
|
3
14
|
## Release (2026-05-15)
|
|
4
15
|
|
|
5
16
|
* @ember/app-blueprint 7.0.0 (major)
|
package/files/package.json
CHANGED
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"babel-plugin-ember-template-compilation": "^3.1.0",
|
|
65
65
|
"concurrently": "^9.2.1",
|
|
66
66
|
"decorator-transforms": "^2.3.2",
|
|
67
|
-
"ember-cli": "~
|
|
67
|
+
"ember-cli": "~7.0.0",
|
|
68
68
|
"ember-cli-babel": "^8.3.1",
|
|
69
69
|
"ember-cli-deprecation-workflow": "^3.4.0",
|
|
70
70
|
"ember-load-initializers": "^3.0.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember/app-blueprint",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.1",
|
|
4
4
|
"description": "Blueprint for next generation of Ember apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-blueprint"
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@eslint/js": "^9.39.4",
|
|
25
25
|
"concurrently": "^9.2.1",
|
|
26
|
-
"ember-cli": "^
|
|
26
|
+
"ember-cli": "^7.0.0",
|
|
27
27
|
"eslint": "9.x",
|
|
28
28
|
"eslint-config-prettier": "^9.1.2",
|
|
29
29
|
"execa": "^9.6.1",
|