@ember/app-blueprint 6.11.0-beta.1 → 6.11.0-beta.2

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,23 +1,15 @@
1
1
  {
2
2
  "solution": {
3
3
  "@ember/app-blueprint": {
4
- "impact": "minor",
5
- "oldVersion": "6.11.0-beta.0",
6
- "newVersion": "6.11.0-beta.1",
4
+ "impact": "patch",
5
+ "oldVersion": "6.11.0-beta.1",
6
+ "newVersion": "6.11.0-beta.2",
7
7
  "tagName": "beta",
8
8
  "constraints": [
9
- {
10
- "impact": "minor",
11
- "reason": "Appears in changelog section :rocket: Enhancement"
12
- },
13
9
  {
14
10
  "impact": "patch",
15
11
  "reason": "Appears in changelog section :bug: Bug Fix"
16
12
  },
17
- {
18
- "impact": "patch",
19
- "reason": "Appears in changelog section :memo: Documentation"
20
- },
21
13
  {
22
14
  "impact": "patch",
23
15
  "reason": "Appears in changelog section :house: Internal"
@@ -26,5 +18,5 @@
26
18
  "pkgJSONPath": "./package.json"
27
19
  }
28
20
  },
29
- "description": "## Release (2026-01-23)\n\n* @ember/app-blueprint 6.11.0-beta.1 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#190](https://github.com/ember-cli/ember-app-blueprint/pull/190) Promote Beta and update all dependencies for 6.10 release ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#197](https://github.com/ember-cli/ember-app-blueprint/pull/197) update ember-cli dependency to latest ([@mansona](https://github.com/mansona))\n * [#195](https://github.com/ember-cli/ember-app-blueprint/pull/195) add sort-package-json as a dependency ([@mansona](https://github.com/mansona))\n\n#### :memo: Documentation\n* `@ember/app-blueprint`\n * [#158](https://github.com/ember-cli/ember-app-blueprint/pull/158) update RELEASE.md ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#199](https://github.com/ember-cli/ember-app-blueprint/pull/199) Prepare 6.11 Beta ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
21
+ "description": "## Release (2026-01-24)\n\n* @ember/app-blueprint 6.11.0-beta.2 (patch)\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#205](https://github.com/ember-cli/ember-app-blueprint/pull/205) [bugfix release] Auto-choose correct compilerPath ([@ef4](https://github.com/ef4))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#206](https://github.com/ember-cli/ember-app-blueprint/pull/206) Merge release into beta ([@mansona](https://github.com/mansona))\n * [#201](https://github.com/ember-cli/ember-app-blueprint/pull/201) Prepare Stable Release v6.10.3 ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 3\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n"
30
22
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## Release (2026-01-24)
4
+
5
+ * @ember/app-blueprint 6.11.0-beta.2 (patch)
6
+
7
+ #### :bug: Bug Fix
8
+ * `@ember/app-blueprint`
9
+ * [#205](https://github.com/ember-cli/ember-app-blueprint/pull/205) [bugfix release] Auto-choose correct compilerPath ([@ef4](https://github.com/ef4))
10
+
11
+ #### :house: Internal
12
+ * `@ember/app-blueprint`
13
+ * [#206](https://github.com/ember-cli/ember-app-blueprint/pull/206) Merge release into beta ([@mansona](https://github.com/mansona))
14
+ * [#201](https://github.com/ember-cli/ember-app-blueprint/pull/201) Prepare Stable Release v6.10.3 ([@github-actions[bot]](https://github.com/apps/github-actions))
15
+
16
+ #### Committers: 3
17
+ - Chris Manson ([@mansona](https://github.com/mansona))
18
+ - Edward Faulkner ([@ef4](https://github.com/ef4))
19
+ - [@github-actions[bot]](https://github.com/apps/github-actions)
20
+
3
21
  ## Release (2026-01-23)
4
22
 
5
23
  * @ember/app-blueprint 6.11.0-beta.1 (minor)
@@ -10,7 +10,6 @@ export default {
10
10
  [
11
11
  'babel-plugin-ember-template-compilation',
12
12
  {
13
- compilerPath: 'ember-source/dist/ember-template-compiler.js',
14
13
  enableLegacyModules: [
15
14
  'ember-cli-htmlbars',
16
15
  'ember-cli-htmlbars-inline-precompile',
@@ -18,7 +18,6 @@ export default {
18
18
  [
19
19
  'babel-plugin-ember-template-compilation',
20
20
  {
21
- compilerPath: 'ember-source/dist/ember-template-compiler.js',
22
21
  enableLegacyModules: [
23
22
  'ember-cli-htmlbars',
24
23
  'ember-cli-htmlbars-inline-precompile',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember/app-blueprint",
3
- "version": "6.11.0-beta.1",
3
+ "version": "6.11.0-beta.2",
4
4
  "description": "Blueprint for next generation of Ember apps",
5
5
  "keywords": [
6
6
  "ember-blueprint"