diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 0000000..16da1b7 --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,26 @@ +{ + "solution": { + "ember-cli-babel": { + "impact": "minor", + "oldVersion": "8.2.0", + "newVersion": "8.3.0", + "tagName": "latest", + "constraints": [ + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :memo: Documentation" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./package.json" + } + }, + "description": "## Release (2026-02-02)\n\n* ember-cli-babel 8.3.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-cli-babel`\n * [#525](https://github.com/emberjs/ember-cli-babel/pull/525) update @babel/plugin-proposal-* packages to transform packages ([@mansona](https://github.com/mansona))\n\n#### :memo: Documentation\n* `ember-cli-babel`\n * [#509](https://github.com/emberjs/ember-cli-babel/pull/509) README: add note about V2 Addons ([@machty](https://github.com/machty))\n\n#### :house: Internal\n* `ember-cli-babel`\n * [#526](https://github.com/emberjs/ember-cli-babel/pull/526) start using release-plan ([@mansona](https://github.com/mansona))\n * [#522](https://github.com/emberjs/ember-cli-babel/pull/522) swap to pnpm ([@mansona](https://github.com/mansona))\n * [#524](https://github.com/emberjs/ember-cli-babel/pull/524) reroll lock file and update test ([@mansona](https://github.com/mansona))\n * [#523](https://github.com/emberjs/ember-cli-babel/pull/523) use code-equality-assertions for static block ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Alex Matchneer ([@machty](https://github.com/machty))\n- Chris Manson ([@mansona](https://github.com/mansona))\n" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 5795ad4..9c27a69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## Release (2026-02-02) + +* ember-cli-babel 8.3.0 (minor) + +#### :rocket: Enhancement +* `ember-cli-babel` + * [#525](https://github.com/emberjs/ember-cli-babel/pull/525) update @babel/plugin-proposal-* packages to transform packages ([@mansona](https://github.com/mansona)) + +#### :memo: Documentation +* `ember-cli-babel` + * [#509](https://github.com/emberjs/ember-cli-babel/pull/509) README: add note about V2 Addons ([@machty](https://github.com/machty)) + +#### :house: Internal +* `ember-cli-babel` + * [#526](https://github.com/emberjs/ember-cli-babel/pull/526) start using release-plan ([@mansona](https://github.com/mansona)) + * [#522](https://github.com/emberjs/ember-cli-babel/pull/522) swap to pnpm ([@mansona](https://github.com/mansona)) + * [#524](https://github.com/emberjs/ember-cli-babel/pull/524) reroll lock file and update test ([@mansona](https://github.com/mansona)) + * [#523](https://github.com/emberjs/ember-cli-babel/pull/523) use code-equality-assertions for static block ([@mansona](https://github.com/mansona)) + +#### Committers: 2 +- Alex Matchneer ([@machty](https://github.com/machty)) +- Chris Manson ([@mansona](https://github.com/mansona)) + diff --git a/package.json b/package.json index ff83505..abdacdc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-babel", - "version": "8.2.0", + "version": "8.3.0", "description": "Ember CLI addon for Babel", "keywords": [ "babel",