Skip to content

Commit 3a901ad

Browse files
Prepare Release v2.0.0 using 'release-plan'
1 parent 853ed93 commit 3a901ad

3 files changed

Lines changed: 31 additions & 7 deletions

File tree

.release-plan.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
11
{
22
"solution": {
33
"babel-remove-types": {
4-
"impact": "minor",
5-
"oldVersion": "1.0.2",
6-
"newVersion": "1.1.0",
4+
"impact": "major",
5+
"oldVersion": "1.1.0",
6+
"newVersion": "2.0.0",
7+
"tagName": "latest",
78
"constraints": [
89
{
9-
"impact": "minor",
10-
"reason": "Appears in changelog section :rocket: Enhancement"
10+
"impact": "major",
11+
"reason": "Appears in changelog section :boom: Breaking Change"
12+
},
13+
{
14+
"impact": "patch",
15+
"reason": "Appears in changelog section :house: Internal"
1116
}
1217
],
1318
"pkgJSONPath": "./package.json"
1419
}
1520
},
16-
"description": "## Release (2026-01-05)\n\nbabel-remove-types 1.1.0 (minor)\n\n#### :rocket: Enhancement\n* `babel-remove-types`\n * [#10](https://github.com/ember-cli/babel-remove-types/pull/10) Babel 8 compatibility ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))\n\n#### Committers: 1\n- Nicolò Ribaudo ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))\n"
21+
"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"
1722
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## Release (2026-03-20)
4+
5+
* babel-remove-types 2.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `babel-remove-types`
9+
* [#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))
10+
* [#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))
11+
12+
#### :house: Internal
13+
* `babel-remove-types`
14+
* [#15](https://github.com/ember-cli/babel-remove-types/pull/15) update release-plan ([@mansona](https://github.com/mansona))
15+
* [#13](https://github.com/ember-cli/babel-remove-types/pull/13) move to vitest ([@mansona](https://github.com/mansona))
16+
* [#9](https://github.com/ember-cli/babel-remove-types/pull/9) Test Babel 8 compatibility ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
17+
18+
#### Committers: 2
19+
- Chris Manson ([@mansona](https://github.com/mansona))
20+
- Nicolò Ribaudo ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
21+
322
## Release (2026-01-05)
423

524
babel-remove-types 1.1.0 (minor)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-remove-types",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"type": "module",
55
"keywords": [
66
"typescript",

0 commit comments

Comments
 (0)