|
1 | 1 | { |
2 | 2 | "solution": { |
3 | 3 | "ember-cli": { |
4 | | - "impact": "patch", |
5 | | - "oldVersion": "6.10.1", |
6 | | - "newVersion": "6.10.2", |
| 4 | + "impact": "minor", |
| 5 | + "oldVersion": "6.10.2", |
| 6 | + "newVersion": "6.11.0", |
7 | 7 | "tagName": "latest", |
8 | 8 | "constraints": [ |
| 9 | + { |
| 10 | + "impact": "minor", |
| 11 | + "reason": "Appears in changelog section :rocket: Enhancement" |
| 12 | + }, |
9 | 13 | { |
10 | 14 | "impact": "patch", |
11 | | - "reason": "Appears in changelog section :bug: Bug Fix" |
| 15 | + "reason": "Has dependency `workspace:*` on @ember-tooling/classic-build-app-blueprint" |
12 | 16 | }, |
13 | 17 | { |
14 | 18 | "impact": "patch", |
15 | | - "reason": "Appears in changelog section :house: Internal" |
| 19 | + "reason": "Has dependency `workspace:*` on @ember-tooling/classic-build-addon-blueprint" |
16 | 20 | } |
17 | 21 | ], |
18 | 22 | "pkgJSONPath": "./package.json" |
19 | 23 | }, |
20 | 24 | "@ember-tooling/classic-build-addon-blueprint": { |
21 | | - "oldVersion": "6.10.0" |
| 25 | + "impact": "minor", |
| 26 | + "oldVersion": "6.10.0", |
| 27 | + "newVersion": "6.11.0", |
| 28 | + "tagName": "latest", |
| 29 | + "constraints": [ |
| 30 | + { |
| 31 | + "impact": "minor", |
| 32 | + "reason": "Appears in changelog section :rocket: Enhancement" |
| 33 | + } |
| 34 | + ], |
| 35 | + "pkgJSONPath": "./packages/addon-blueprint/package.json" |
22 | 36 | }, |
23 | 37 | "@ember-tooling/classic-build-app-blueprint": { |
24 | | - "oldVersion": "6.10.0" |
| 38 | + "impact": "minor", |
| 39 | + "oldVersion": "6.10.0", |
| 40 | + "newVersion": "6.11.0", |
| 41 | + "tagName": "latest", |
| 42 | + "constraints": [ |
| 43 | + { |
| 44 | + "impact": "minor", |
| 45 | + "reason": "Appears in changelog section :rocket: Enhancement" |
| 46 | + } |
| 47 | + ], |
| 48 | + "pkgJSONPath": "./packages/app-blueprint/package.json" |
25 | 49 | } |
26 | 50 | }, |
27 | | - "description": "## Release (2026-02-09)\n\n* ember-cli 6.10.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-cli`\n * [#10949](https://github.com/ember-cli/ember-cli/pull/10949) [backport release] remove unused isbinaryfile from ember-cli package ([@mansona](https://github.com/mansona))\n * [#10940](https://github.com/ember-cli/ember-cli/pull/10940) [bugfix release] remove fixturify-project from dependencies ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `ember-cli`\n * [#10952](https://github.com/ember-cli/ember-cli/pull/10952) add correct --publish-branch to pnpm publish ([@mansona](https://github.com/mansona))\n * [#10951](https://github.com/ember-cli/ember-cli/pull/10951) Fix PR name for stable release-plan pull request ([@mansona](https://github.com/mansona))\n * [#10950](https://github.com/ember-cli/ember-cli/pull/10950) [backport release] update release-plan for OIDC ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" |
| 51 | + "description": "## Release (2026-02-17)\n\n* ember-cli 6.11.0 (minor)\n* @ember-tooling/classic-build-addon-blueprint 6.11.0 (minor)\n* @ember-tooling/classic-build-app-blueprint 6.11.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-cli`, `@ember-tooling/classic-build-app-blueprint`\n * [#10960](https://github.com/ember-cli/ember-cli/pull/10960) Promote Beta and update all dependencies for 6.11 release ([@mansona](https://github.com/mansona))\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 * [#10919](https://github.com/ember-cli/ember-cli/pull/10919) Prepare 6.11-alpha ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" |
28 | 52 | } |
0 commit comments