@ember/app-blueprint 7.0.0-beta.1 → 7.1.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.
@@ -2,9 +2,9 @@
2
2
  "solution": {
3
3
  "@ember/app-blueprint": {
4
4
  "impact": "minor",
5
- "oldVersion": "7.0.0-beta.0",
6
- "newVersion": "7.0.0-beta.1",
7
- "tagName": "beta",
5
+ "oldVersion": "7.1.0-alpha.0",
6
+ "newVersion": "7.1.0-alpha.1",
7
+ "tagName": "alpha",
8
8
  "constraints": [
9
9
  {
10
10
  "impact": "minor",
@@ -18,5 +18,5 @@
18
18
  "pkgJSONPath": "./package.json"
19
19
  }
20
20
  },
21
- "description": "## Release (2026-04-18)\n\n* @ember/app-blueprint 7.0.0-beta.1 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#254](https://github.com/ember-cli/ember-app-blueprint/pull/254) Prepare 7.0 Beta ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#249](https://github.com/ember-cli/ember-app-blueprint/pull/249) fix publish ([@mansona](https://github.com/mansona))\n * [#247](https://github.com/ember-cli/ember-app-blueprint/pull/247) update node for Publish CI to a version that doesn't need to update npm ([@mansona](https://github.com/mansona))\n * [#244](https://github.com/ember-cli/ember-app-blueprint/pull/244) split tests into individual matrix jobs ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
21
+ "description": "## Release (2026-04-20)\n\n* @ember/app-blueprint 7.1.0-alpha.1 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#256](https://github.com/ember-cli/ember-app-blueprint/pull/256) Prepare 7.1 Alpha ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#247](https://github.com/ember-cli/ember-app-blueprint/pull/247) update node for Publish CI to a version that doesn't need to update npm ([@mansona](https://github.com/mansona))\n * [#244](https://github.com/ember-cli/ember-app-blueprint/pull/244) split tests into individual matrix jobs ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
22
22
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## Release (2026-04-20)
4
+
5
+ * @ember/app-blueprint 7.1.0-alpha.1 (minor)
6
+
7
+ #### :rocket: Enhancement
8
+ * `@ember/app-blueprint`
9
+ * [#256](https://github.com/ember-cli/ember-app-blueprint/pull/256) Prepare 7.1 Alpha ([@mansona](https://github.com/mansona))
10
+
11
+ #### :house: Internal
12
+ * `@ember/app-blueprint`
13
+ * [#247](https://github.com/ember-cli/ember-app-blueprint/pull/247) update node for Publish CI to a version that doesn't need to update npm ([@mansona](https://github.com/mansona))
14
+ * [#244](https://github.com/ember-cli/ember-app-blueprint/pull/244) split tests into individual matrix jobs ([@mansona](https://github.com/mansona))
15
+
16
+ #### Committers: 1
17
+ - Chris Manson ([@mansona](https://github.com/mansona))
18
+
3
19
  ## Release (2026-04-18)
4
20
 
5
21
  * @ember/app-blueprint 7.0.0-beta.1 (minor)
@@ -72,7 +72,7 @@
72
72
  "ember-page-title": "^9.0.3",
73
73
  "ember-qunit": "^9.0.4",
74
74
  "ember-resolver": "^13.2.0",
75
- "ember-source": "~7.0.0-beta.1",
75
+ "ember-source": "~7.1.0-alpha.2",
76
76
  "ember-template-lint": "^7.9.3<% if (welcome) { %>",
77
77
  "ember-welcome-page": "^8.0.5<% } %>",
78
78
  "eslint": "^9.39.4",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember/app-blueprint",
3
- "version": "7.0.0-beta.1",
3
+ "version": "7.1.0-alpha.1",
4
4
  "description": "Blueprint for next generation of Ember apps",
5
5
  "keywords": [
6
6
  "ember-blueprint"
@@ -17,8 +17,8 @@
17
17
  "minor": "prerelease",
18
18
  "patch": "prerelease"
19
19
  },
20
- "semverIncrementTag": "beta",
21
- "publishTag": "beta"
20
+ "semverIncrementTag": "alpha",
21
+ "publishTag": "alpha"
22
22
  },
23
23
  "dependencies": {
24
24
  "chalk": "^4.1.2",