Skip to content

Commit fc3be01

Browse files
authored
Merge pull request #6 from ember-cli/release-preview
Prepare Release
2 parents 694283d + 9b095d5 commit fc3be01

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

.release-plan.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,17 @@
11
{
22
"solution": {
33
"babel-remove-types": {
4-
"impact": "major",
5-
"oldVersion": "0.0.0",
6-
"newVersion": "1.0.0",
4+
"impact": "patch",
5+
"oldVersion": "1.0.0",
6+
"newVersion": "1.0.1",
77
"constraints": [
8-
{
9-
"impact": "major",
10-
"reason": "Appears in changelog section :boom: Breaking Change"
11-
},
128
{
139
"impact": "patch",
1410
"reason": "Appears in changelog section :bug: Bug Fix"
15-
},
16-
{
17-
"impact": "patch",
18-
"reason": "Appears in changelog section :house: Internal"
1911
}
2012
],
2113
"pkgJSONPath": "./package.json"
2214
}
2315
},
24-
"description": "## Release (2024-09-27)\n\nbabel-remove-types 1.0.0 (major)\n\n#### :boom: Breaking Change\n* `babel-remove-types`\n * [#1](https://github.com/ember-cli/babel-remove-types/pull/1) Fork the library ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `babel-remove-types`\n * [#4](https://github.com/ember-cli/babel-remove-types/pull/4) avoid clashing with local babel config file ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `babel-remove-types`\n * [#2](https://github.com/ember-cli/babel-remove-types/pull/2) start using release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
16+
"description": "## Release (2025-01-29)\n\nbabel-remove-types 1.0.1 (patch)\n\n#### :bug: Bug Fix\n* `babel-remove-types`\n * [#5](https://github.com/ember-cli/babel-remove-types/pull/5) Only remove type imports ([@Windvis](https://github.com/Windvis))\n\n#### Committers: 1\n- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))\n"
2517
}

CHANGELOG.md

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

3+
## Release (2025-01-29)
4+
5+
babel-remove-types 1.0.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `babel-remove-types`
9+
* [#5](https://github.com/ember-cli/babel-remove-types/pull/5) Only remove type imports ([@Windvis](https://github.com/Windvis))
10+
11+
#### Committers: 1
12+
- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))
13+
314
## Release (2024-09-27)
415

516
babel-remove-types 1.0.0 (major)

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.0.0",
3+
"version": "1.0.1",
44
"keywords": [
55
"typescript",
66
"babel",

0 commit comments

Comments
 (0)