@ember/app-blueprint 6.8.0-beta.7 → 6.8.0-beta.8

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.
@@ -1,19 +1,11 @@
1
1
  {
2
2
  "solution": {
3
3
  "@ember/app-blueprint": {
4
- "impact": "minor",
5
- "oldVersion": "6.8.0-beta.6",
6
- "newVersion": "6.8.0-beta.7",
4
+ "impact": "patch",
5
+ "oldVersion": "6.8.0-beta.7",
6
+ "newVersion": "6.8.0-beta.8",
7
7
  "tagName": "beta",
8
8
  "constraints": [
9
- {
10
- "impact": "minor",
11
- "reason": "Appears in changelog section :rocket: Enhancement"
12
- },
13
- {
14
- "impact": "patch",
15
- "reason": "Appears in changelog section :bug: Bug Fix"
16
- },
17
9
  {
18
10
  "impact": "patch",
19
11
  "reason": "Appears in changelog section :house: Internal"
@@ -22,5 +14,5 @@
22
14
  "pkgJSONPath": "./package.json"
23
15
  }
24
16
  },
25
- "description": "## Release (2025-10-13)\n\n* @ember/app-blueprint 6.8.0-beta.7 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#103](https://github.com/ember-cli/ember-app-blueprint/pull/103) [beta] update Vite to latest (v7) ([@mansona](https://github.com/mansona))\n * [#98](https://github.com/ember-cli/ember-app-blueprint/pull/98) Update deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#100](https://github.com/ember-cli/ember-app-blueprint/pull/100) [beta] swap to the Vitest beta to fix CI ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#101](https://github.com/ember-cli/ember-app-blueprint/pull/101) [beta] update node version used in CI ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
17
+ "description": "## Release (2025-10-14)\n\n* @ember/app-blueprint 6.8.0-beta.8 (patch)\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#104](https://github.com/ember-cli/ember-app-blueprint/pull/104) Merge release into beta ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
26
18
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## Release (2025-10-14)
4
+
5
+ * @ember/app-blueprint 6.8.0-beta.8 (patch)
6
+
7
+ #### :house: Internal
8
+ * `@ember/app-blueprint`
9
+ * [#104](https://github.com/ember-cli/ember-app-blueprint/pull/104) Merge release into beta ([@mansona](https://github.com/mansona))
10
+
11
+ #### Committers: 1
12
+ - Chris Manson ([@mansona](https://github.com/mansona))
13
+
3
14
  ## Release (2025-10-13)
4
15
 
5
16
  * @ember/app-blueprint 6.8.0-beta.7 (minor)
@@ -26,6 +26,7 @@ assert(
26
26
 
27
27
  export default config as {
28
28
  modulePrefix: string;
29
+ podModulePrefix?: string;
29
30
  locationType: string;
30
31
  rootURL: string;
31
32
  APP: Record<string, unknown>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember/app-blueprint",
3
- "version": "6.8.0-beta.7",
3
+ "version": "6.8.0-beta.8",
4
4
  "description": "Blueprint for next generation of Ember apps",
5
5
  "keywords": [
6
6
  "ember-blueprint"