@ember/app-blueprint 7.2.0-beta.1 → 7.3.0-alpha.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 +4 -4
- package/CHANGELOG.md +24 -0
- package/files/package.json +2 -2
- package/package.json +4 -4
package/.release-plan.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"solution": {
|
|
3
3
|
"@ember/app-blueprint": {
|
|
4
4
|
"impact": "minor",
|
|
5
|
-
"oldVersion": "7.
|
|
6
|
-
"newVersion": "7.
|
|
7
|
-
"tagName": "
|
|
5
|
+
"oldVersion": "7.3.0-alpha.0",
|
|
6
|
+
"newVersion": "7.3.0-alpha.1",
|
|
7
|
+
"tagName": "alpha",
|
|
8
8
|
"constraints": [
|
|
9
9
|
{
|
|
10
10
|
"impact": "minor",
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"pkgJSONPath": "./package.json"
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
|
-
"description": "## Release (2026-07-03)\n\n* @ember/app-blueprint 7.
|
|
29
|
+
"description": "## Release (2026-07-03)\n\n* @ember/app-blueprint 7.3.0-alpha.1 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#305](https://github.com/ember-cli/ember-app-blueprint/pull/305) Prepare 7.3 Alpha ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#299](https://github.com/ember-cli/ember-app-blueprint/pull/299) update ember-cli dependency to latest ([@mansona](https://github.com/mansona))\n\n#### :memo: Documentation\n* `@ember/app-blueprint`\n * [#300](https://github.com/ember-cli/ember-app-blueprint/pull/300) Update RELEASE.md ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#298](https://github.com/ember-cli/ember-app-blueprint/pull/298) fix plan release for beta and stable ([@mansona](https://github.com/mansona))\n * [#297](https://github.com/ember-cli/ember-app-blueprint/pull/297) fix release-plan plan CI ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
|
|
30
30
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,30 @@
|
|
|
2
2
|
|
|
3
3
|
## Release (2026-07-03)
|
|
4
4
|
|
|
5
|
+
* @ember/app-blueprint 7.3.0-alpha.1 (minor)
|
|
6
|
+
|
|
7
|
+
#### :rocket: Enhancement
|
|
8
|
+
* `@ember/app-blueprint`
|
|
9
|
+
* [#305](https://github.com/ember-cli/ember-app-blueprint/pull/305) Prepare 7.3 Alpha ([@mansona](https://github.com/mansona))
|
|
10
|
+
|
|
11
|
+
#### :bug: Bug Fix
|
|
12
|
+
* `@ember/app-blueprint`
|
|
13
|
+
* [#299](https://github.com/ember-cli/ember-app-blueprint/pull/299) update ember-cli dependency to latest ([@mansona](https://github.com/mansona))
|
|
14
|
+
|
|
15
|
+
#### :memo: Documentation
|
|
16
|
+
* `@ember/app-blueprint`
|
|
17
|
+
* [#300](https://github.com/ember-cli/ember-app-blueprint/pull/300) Update RELEASE.md ([@mansona](https://github.com/mansona))
|
|
18
|
+
|
|
19
|
+
#### :house: Internal
|
|
20
|
+
* `@ember/app-blueprint`
|
|
21
|
+
* [#298](https://github.com/ember-cli/ember-app-blueprint/pull/298) fix plan release for beta and stable ([@mansona](https://github.com/mansona))
|
|
22
|
+
* [#297](https://github.com/ember-cli/ember-app-blueprint/pull/297) fix release-plan plan CI ([@mansona](https://github.com/mansona))
|
|
23
|
+
|
|
24
|
+
#### Committers: 1
|
|
25
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
26
|
+
|
|
27
|
+
## Release (2026-07-03)
|
|
28
|
+
|
|
5
29
|
* @ember/app-blueprint 7.2.0-beta.1 (minor)
|
|
6
30
|
|
|
7
31
|
#### :rocket: Enhancement
|
package/files/package.json
CHANGED
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"ember-page-title": "^9.0.3",
|
|
73
73
|
"ember-qunit": "^9.1.0",
|
|
74
74
|
"ember-resolver": "^13.2.0",
|
|
75
|
-
"ember-source": "~7.
|
|
75
|
+
"ember-source": "~7.3.0-alpha.1",
|
|
76
76
|
"ember-template-lint": "^7.9.3<% if (welcome) { %>",
|
|
77
77
|
"ember-welcome-page": "^8.0.5<% } %>",
|
|
78
78
|
"eslint": "^9.39.4",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"eslint-plugin-qunit": "^8.2.6<% if (warpDrive) { %>",
|
|
83
83
|
"eslint-plugin-warp-drive": "^5.8.2<% } %>",
|
|
84
84
|
"globals": "^16.5.0",
|
|
85
|
-
"prettier": "^3.8.
|
|
85
|
+
"prettier": "^3.8.5",
|
|
86
86
|
"prettier-plugin-ember-template-tag": "^2.1.6",
|
|
87
87
|
"qunit": "^2.26.0",
|
|
88
88
|
"qunit-dom": "^3.5.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember/app-blueprint",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.3.0-alpha.1",
|
|
4
4
|
"description": "Blueprint for next generation of Ember apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-blueprint"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"fixturify": "^3.0.0",
|
|
30
30
|
"globals": "^15.15.0",
|
|
31
31
|
"jsonc-parser": "^3.3.1",
|
|
32
|
-
"prettier": "^3.8.
|
|
32
|
+
"prettier": "^3.8.5",
|
|
33
33
|
"prettier-plugin-ember-template-tag": "^2.1.6",
|
|
34
34
|
"release-plan": "^0.18.0",
|
|
35
35
|
"strip-ansi": "^7.2.0",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"minor": "prerelease",
|
|
43
43
|
"patch": "prerelease"
|
|
44
44
|
},
|
|
45
|
-
"semverIncrementTag": "
|
|
46
|
-
"publishTag": "
|
|
45
|
+
"semverIncrementTag": "alpha",
|
|
46
|
+
"publishTag": "alpha"
|
|
47
47
|
},
|
|
48
48
|
"scripts": {
|
|
49
49
|
"format": "prettier . --write",
|