Skip to content

Commit 83e6df2

Browse files
ef4github-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent c75c201 commit 83e6df2

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

.release-plan.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"solution": {
33
"babel-plugin-debug-macros": {
4-
"impact": "patch",
5-
"oldVersion": "1.0.1",
6-
"newVersion": "1.0.2",
4+
"impact": "major",
5+
"oldVersion": "1.0.2",
6+
"newVersion": "2.0.0",
77
"constraints": [
88
{
9-
"impact": "patch",
10-
"reason": "Appears in changelog section :house: Internal"
9+
"impact": "major",
10+
"reason": "Appears in changelog section :boom: Breaking Change"
1111
}
1212
],
1313
"pkgJSONPath": "./package.json"
1414
}
1515
},
16-
"description": "## Release (2024-07-11)\n\nbabel-plugin-debug-macros 1.0.2 (patch)\n\n#### :house: Internal\n* `babel-plugin-debug-macros`\n * [#101](https://github.com/ember-cli/babel-plugin-debug-macros/pull/101) fix repo link ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
16+
"description": "## Release (2025-06-24)\n\nbabel-plugin-debug-macros 2.0.0 (major)\n\n#### :boom: Breaking Change\n* `babel-plugin-debug-macros`\n * [#103](https://github.com/ember-cli/babel-plugin-debug-macros/pull/103) Expand debug statements in place to permit subsequent Babel plugin translation ([@robbytx](https://github.com/robbytx))\n\n#### Committers: 1\n- Robby Morgan ([@robbytx](https://github.com/robbytx))\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-06-24)
4+
5+
babel-plugin-debug-macros 2.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `babel-plugin-debug-macros`
9+
* [#103](https://github.com/ember-cli/babel-plugin-debug-macros/pull/103) Expand debug statements in place to permit subsequent Babel plugin translation ([@robbytx](https://github.com/robbytx))
10+
11+
#### Committers: 1
12+
- Robby Morgan ([@robbytx](https://github.com/robbytx))
13+
314
## Release (2024-07-11)
415

516
babel-plugin-debug-macros 1.0.2 (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-plugin-debug-macros",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"description": "Debug macros and feature flag stripping",
55
"keywords": [
66
"babel",

0 commit comments

Comments
 (0)