Skip to content

Commit ec24b47

Browse files
Merge pull request #8 from ember-cli/release-preview
Prepare Release
2 parents eb6af06 + 0963a60 commit ec24b47

3 files changed

Lines changed: 15 additions & 4 deletions

File tree

.release-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"babel-remove-types": {
44
"impact": "patch",
5-
"oldVersion": "1.0.0",
6-
"newVersion": "1.0.1",
5+
"oldVersion": "1.0.1",
6+
"newVersion": "1.0.2",
77
"constraints": [
88
{
99
"impact": "patch",
@@ -13,5 +13,5 @@
1313
"pkgJSONPath": "./package.json"
1414
}
1515
},
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"
16+
"description": "## Release (2025-10-09)\n\nbabel-remove-types 1.0.2 (patch)\n\n#### :bug: Bug Fix\n* `babel-remove-types`\n * [#7](https://github.com/ember-cli/babel-remove-types/pull/7) feat: Allow declared fields ([@TSenter](https://github.com/TSenter))\n\n#### Committers: 1\n- Tyler Senter ([@TSenter](https://github.com/TSenter))\n"
1717
}

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-10-09)
4+
5+
babel-remove-types 1.0.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `babel-remove-types`
9+
* [#7](https://github.com/ember-cli/babel-remove-types/pull/7) feat: Allow declared fields ([@TSenter](https://github.com/TSenter))
10+
11+
#### Committers: 1
12+
- Tyler Senter ([@TSenter](https://github.com/TSenter))
13+
314
## Release (2025-01-29)
415

516
babel-remove-types 1.0.1 (patch)

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

0 commit comments

Comments
 (0)