-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy path.release-plan.json
More file actions
80 lines (80 loc) · 3.97 KB
/
Copy path.release-plan.json
File metadata and controls
80 lines (80 loc) · 3.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"solution": {
"ember-cli": {
"impact": "minor",
"oldVersion": "7.1.0-alpha.2",
"newVersion": "7.1.0-alpha.3",
"tagName": "alpha",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @ember-tooling/blueprint-model"
},
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @ember-tooling/classic-build-addon-blueprint"
},
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @ember-tooling/classic-build-app-blueprint"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
},
"@ember-tooling/classic-build-addon-blueprint": {
"impact": "patch",
"oldVersion": "7.1.0-alpha.1",
"newVersion": "7.1.0-alpha.2",
"tagName": "alpha",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @ember-tooling/blueprint-model"
}
],
"pkgJSONPath": "./packages/addon-blueprint/package.json"
},
"@ember-tooling/classic-build-app-blueprint": {
"impact": "patch",
"oldVersion": "7.1.0-alpha.2",
"newVersion": "7.1.0-alpha.3",
"tagName": "alpha",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @ember-tooling/blueprint-model"
}
],
"pkgJSONPath": "./packages/app-blueprint/package.json"
},
"@ember-tooling/blueprint-blueprint": {
"oldVersion": "0.3.0"
},
"@ember-tooling/blueprint-model": {
"impact": "patch",
"oldVersion": "0.6.2",
"newVersion": "0.6.3",
"tagName": "latest",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/blueprint-model/package.json"
}
},
"description": "## Release (2026-05-13)\n\n* ember-cli 7.1.0-alpha.3 (minor)\n* @ember-tooling/classic-build-addon-blueprint 7.1.0-alpha.2 (patch)\n* @ember-tooling/classic-build-app-blueprint 7.1.0-alpha.3 (patch)\n* @ember-tooling/blueprint-model 0.6.3 (patch)\n\n#### :rocket: Enhancement\n* `ember-cli`\n * [#10610](https://github.com/ember-cli/ember-cli/pull/10610) use semver-deprecate instead of internal code ([@mansona](https://github.com/mansona))\n * [#11008](https://github.com/ember-cli/ember-cli/pull/11008) update babel-remove-types to v2 ([@mansona](https://github.com/mansona))\n * [#11009](https://github.com/ember-cli/ember-cli/pull/11009) update configstore to v8 ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `ember-cli`, `@ember-tooling/blueprint-model`\n * [#11020](https://github.com/ember-cli/ember-cli/pull/11020) Update diff to latest v8.x ([@mkszepp](https://github.com/mkszepp))\n\n#### :house: Internal\n* `ember-cli`\n * [#11017](https://github.com/ember-cli/ember-cli/pull/11017) Add Sync Output Repos check to release instructions ([@kategengler](https://github.com/kategengler))\n * [#11016](https://github.com/ember-cli/ember-cli/pull/11016) fix: sync-output-repos workflow failing on tag pushes ([@Copilot](https://github.com/apps/copilot-swe-agent))\n * [#10999](https://github.com/ember-cli/ember-cli/pull/10999) update RELEASE with update-blueprint-deps commands ([@mansona](https://github.com/mansona))\n\n#### Committers: 4\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))\n- Katie Gengler ([@kategengler](https://github.com/kategengler))\n- Markus Sanin ([@mkszepp](https://github.com/mkszepp))\n"
}