Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"solution": {
"babel-plugin-debug-macros": {
"impact": "patch",
"oldVersion": "1.0.1",
"newVersion": "1.0.2",
"impact": "major",
"oldVersion": "1.0.2",
"newVersion": "2.0.0",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
}
],
"pkgJSONPath": "./package.json"
}
},
"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"
"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"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Release (2025-06-24)

babel-plugin-debug-macros 2.0.0 (major)

#### :boom: Breaking Change
* `babel-plugin-debug-macros`
* [#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))

#### Committers: 1
- Robby Morgan ([@robbytx](https://github.com/robbytx))

## Release (2024-07-11)

babel-plugin-debug-macros 1.0.2 (patch)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-debug-macros",
"version": "1.0.2",
"version": "2.0.0",
"description": "Debug macros and feature flag stripping",
"keywords": [
"babel",
Expand Down