-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.release-plan.json
More file actions
22 lines (22 loc) · 1.53 KB
/
.release-plan.json
File metadata and controls
22 lines (22 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"solution": {
"babel-remove-types": {
"impact": "major",
"oldVersion": "1.1.0",
"newVersion": "2.0.0",
"tagName": "latest",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2026-03-20)\n\n* babel-remove-types 2.0.0 (major)\n\n#### :boom: Breaking Change\n* `babel-remove-types`\n * [#16](https://github.com/ember-cli/babel-remove-types/pull/16) drop support for Node < 20.19.x and convert to ESM only ([@mansona](https://github.com/mansona))\n * [#14](https://github.com/ember-cli/babel-remove-types/pull/14) update prettier and add a test to show trailing commas are preserved ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `babel-remove-types`\n * [#15](https://github.com/ember-cli/babel-remove-types/pull/15) update release-plan ([@mansona](https://github.com/mansona))\n * [#13](https://github.com/ember-cli/babel-remove-types/pull/13) move to vitest ([@mansona](https://github.com/mansona))\n * [#9](https://github.com/ember-cli/babel-remove-types/pull/9) Test Babel 8 compatibility ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Nicolò Ribaudo ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))\n"
}