|
2 | 2 | "solution": { |
3 | 3 | "ember-cli": { |
4 | 4 | "impact": "minor", |
5 | | - "oldVersion": "6.10.0-beta.0", |
6 | | - "newVersion": "6.10.0-beta.1", |
| 5 | + "oldVersion": "6.11.0-beta.0", |
| 6 | + "newVersion": "6.11.0-beta.1", |
7 | 7 | "tagName": "beta", |
8 | 8 | "constraints": [ |
9 | 9 | { |
|
18 | 18 | "impact": "patch", |
19 | 19 | "reason": "Has dependency `workspace:*` on @ember-tooling/classic-build-app-blueprint" |
20 | 20 | }, |
21 | | - { |
22 | | - "impact": "patch", |
23 | | - "reason": "Appears in changelog section :bug: Bug Fix" |
24 | | - }, |
25 | | - { |
26 | | - "impact": "patch", |
27 | | - "reason": "Appears in changelog section :memo: Documentation" |
28 | | - }, |
29 | 21 | { |
30 | 22 | "impact": "patch", |
31 | 23 | "reason": "Appears in changelog section :house: Internal" |
|
35 | 27 | }, |
36 | 28 | "@ember-tooling/classic-build-addon-blueprint": { |
37 | 29 | "impact": "minor", |
38 | | - "oldVersion": "6.10.0-beta.0", |
39 | | - "newVersion": "6.10.0-beta.1", |
| 30 | + "oldVersion": "6.11.0-beta.0", |
| 31 | + "newVersion": "6.11.0-beta.1", |
40 | 32 | "tagName": "beta", |
41 | 33 | "constraints": [ |
42 | 34 | { |
|
52 | 44 | }, |
53 | 45 | "@ember-tooling/classic-build-app-blueprint": { |
54 | 46 | "impact": "minor", |
55 | | - "oldVersion": "6.10.0-beta.0", |
56 | | - "newVersion": "6.10.0-beta.1", |
| 47 | + "oldVersion": "6.11.0-beta.0", |
| 48 | + "newVersion": "6.11.0-beta.1", |
57 | 49 | "tagName": "beta", |
58 | 50 | "constraints": [ |
59 | 51 | { |
|
62 | 54 | }, |
63 | 55 | { |
64 | 56 | "impact": "patch", |
65 | | - "reason": "Appears in changelog section :bug: Bug Fix" |
| 57 | + "reason": "Appears in changelog section :house: Internal" |
66 | 58 | } |
67 | 59 | ], |
68 | 60 | "pkgJSONPath": "./packages/app-blueprint/package.json" |
69 | 61 | } |
70 | 62 | }, |
71 | | - "description": "## Release (2026-01-06)\n\n* ember-cli 6.10.0-beta.1 (minor)\n* @ember-tooling/classic-build-addon-blueprint 6.10.0-beta.1 (minor)\n* @ember-tooling/classic-build-app-blueprint 6.10.0-beta.1 (minor)\n\n#### :rocket: Enhancement\n* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`\n * [#10917](https://github.com/ember-cli/ember-cli/pull/10917) Prepare 6.10-beta ([@mansona](https://github.com/mansona))\n * [#10887](https://github.com/ember-cli/ember-cli/pull/10887) Update `chalk` dependency to latest ([@bertdeblock](https://github.com/bertdeblock))\n * [#10873](https://github.com/ember-cli/ember-cli/pull/10873) Prepare 6.10 Alpha ([@mansona](https://github.com/mansona))\n* `ember-cli`\n * [#10906](https://github.com/ember-cli/ember-cli/pull/10906) Even more dependency updates ([@bertdeblock](https://github.com/bertdeblock))\n * [#10892](https://github.com/ember-cli/ember-cli/pull/10892) More dependency updates ([@bertdeblock](https://github.com/bertdeblock))\n * [#10890](https://github.com/ember-cli/ember-cli/pull/10890) Update various dependencies ([@bertdeblock](https://github.com/bertdeblock))\n * [#10870](https://github.com/ember-cli/ember-cli/pull/10870) Upgrade broccoli ([@kategengler](https://github.com/kategengler))\n\n#### :bug: Bug Fix\n* `ember-cli`\n * [#10888](https://github.com/ember-cli/ember-cli/pull/10888) Upgrade broccoli ([@kategengler](https://github.com/kategengler))\n * [#10886](https://github.com/ember-cli/ember-cli/pull/10886) Update required Node version to v20.19.0 ([@bertdeblock](https://github.com/bertdeblock))\n * [#10860](https://github.com/ember-cli/ember-cli/pull/10860) [BUGFIX release]: Enter the WatchDetector branch of the build command when EMBROIDER_PREBUILD is present ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `@ember-tooling/classic-build-app-blueprint`, `ember-cli`\n * [#10876](https://github.com/ember-cli/ember-cli/pull/10876) bump minimum node version to 20.19 ([@mansona](https://github.com/mansona))\n\n#### :memo: Documentation\n* `ember-cli`\n * [#10874](https://github.com/ember-cli/ember-cli/pull/10874) Update RELEASE.md ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`\n * [#10891](https://github.com/ember-cli/ember-cli/pull/10891) Update `prettier` + setup ([@bertdeblock](https://github.com/bertdeblock))\n* `ember-cli`\n * [#10878](https://github.com/ember-cli/ember-cli/pull/10878) stop using internal package cache for smoke-test-slow ([@mansona](https://github.com/mansona))\n * [#10863](https://github.com/ember-cli/ember-cli/pull/10863) Missed a script -- fix updating output repos ([@kategengler](https://github.com/kategengler))\n * [#10862](https://github.com/ember-cli/ember-cli/pull/10862) Fix typo in output repo workflow ([@kategengler](https://github.com/kategengler))\n * [#10861](https://github.com/ember-cli/ember-cli/pull/10861) Fix output repo generation with new tag format ([@kategengler](https://github.com/kategengler))\n\n#### Committers: 4\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Katie Gengler ([@kategengler](https://github.com/kategengler))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" |
| 63 | + "description": "## Release (2026-01-25)\n\n* ember-cli 6.11.0-beta.1 (minor)\n* @ember-tooling/classic-build-addon-blueprint 6.11.0-beta.1 (minor)\n* @ember-tooling/classic-build-app-blueprint 6.11.0-beta.1 (minor)\n\n#### :rocket: Enhancement\n* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`\n * [#10923](https://github.com/ember-cli/ember-cli/pull/10923) Promote Beta and update all dependencies for 6.10 release ([@mansona](https://github.com/mansona))\n * [#10919](https://github.com/ember-cli/ember-cli/pull/10919) Prepare 6.11-alpha ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`\n * [#10929](https://github.com/ember-cli/ember-cli/pull/10929) Prepare 6.11-beta ([@mansona](https://github.com/mansona))\n * [#10918](https://github.com/ember-cli/ember-cli/pull/10918) Prepare Stable Release ([@mansona](https://github.com/mansona))\n * [#10884](https://github.com/ember-cli/ember-cli/pull/10884) Prepare Alpha Release ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" |
72 | 64 | } |
0 commit comments