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
18 changes: 5 additions & 13 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,18 @@
{
"solution": {
"ember-cli-babel": {
"impact": "minor",
"oldVersion": "8.2.0",
"newVersion": "8.3.0",
"impact": "patch",
"oldVersion": "8.3.0",
"newVersion": "8.3.1",
"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"
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"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"
"description": "## Release (2026-02-02)\n\n* ember-cli-babel 8.3.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-cli-babel`\n * [#528](https://github.com/emberjs/ember-cli-babel/pull/528) fix repo url in package.json ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## Release (2026-02-02)

* ember-cli-babel 8.3.1 (patch)

#### :bug: Bug Fix
* `ember-cli-babel`
* [#528](https://github.com/emberjs/ember-cli-babel/pull/528) fix repo url in package.json ([@mansona](https://github.com/mansona))

#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))

## Release (2026-02-02)

* ember-cli-babel 8.3.0 (minor)

#### :rocket: Enhancement
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": "ember-cli-babel",
"version": "8.3.0",
"version": "8.3.1",
"description": "Ember CLI addon for Babel",
"keywords": [
"babel",
Expand Down