Skip to content

Prepare Release #104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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