Skip to content
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
10 changes: 7 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,21 @@
"solution": {
"ember-cli-babel": {
"impact": "patch",
"oldVersion": "8.3.0",
"newVersion": "8.3.1",
"oldVersion": "8.3.1",
"newVersion": "8.3.2",
"tagName": "latest",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"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"
"description": "## Release (2026-08-21)\n\n* ember-cli-babel 8.3.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-cli-babel`\n * [#541](https://github.com/emberjs/ember-cli-babel/pull/541) bump minimium versions of all @babel/* packages ([@mansona](https://github.com/mansona))\n * [#538](https://github.com/emberjs/ember-cli-babel/pull/538) update @babel/runtime to not be a pinned specific version ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `ember-cli-babel`\n * [#539](https://github.com/emberjs/ember-cli-babel/pull/539) pin testem for ember tests in old node ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## Release (2026-08-21)

* ember-cli-babel 8.3.2 (patch)

#### :bug: Bug Fix
* `ember-cli-babel`
* [#541](https://github.com/emberjs/ember-cli-babel/pull/541) bump minimium versions of all @babel/* packages ([@mansona](https://github.com/mansona))
* [#538](https://github.com/emberjs/ember-cli-babel/pull/538) update @babel/runtime to not be a pinned specific version ([@mansona](https://github.com/mansona))

#### :house: Internal
* `ember-cli-babel`
* [#539](https://github.com/emberjs/ember-cli-babel/pull/539) pin testem for ember tests in old node ([@mansona](https://github.com/mansona))

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

## Release (2026-02-02)

* ember-cli-babel 8.3.1 (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": "ember-cli-babel",
"version": "8.3.1",
"version": "8.3.2",
"description": "Ember CLI addon for Babel",
"keywords": [
"babel",
Expand Down