Skip to content

Commit 2e0fbdc

Browse files
Prepare Release v8.3.1 using 'release-plan'
1 parent 4e73bbc commit 2e0fbdc

File tree

3 files changed

+17
-14
lines changed

3 files changed

+17
-14
lines changed

.release-plan.json

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,18 @@
11
{
22
"solution": {
33
"ember-cli-babel": {
4-
"impact": "minor",
5-
"oldVersion": "8.2.0",
6-
"newVersion": "8.3.0",
4+
"impact": "patch",
5+
"oldVersion": "8.3.0",
6+
"newVersion": "8.3.1",
77
"tagName": "latest",
88
"constraints": [
9-
{
10-
"impact": "minor",
11-
"reason": "Appears in changelog section :rocket: Enhancement"
12-
},
13-
{
14-
"impact": "patch",
15-
"reason": "Appears in changelog section :memo: Documentation"
16-
},
179
{
1810
"impact": "patch",
19-
"reason": "Appears in changelog section :house: Internal"
11+
"reason": "Appears in changelog section :bug: Bug Fix"
2012
}
2113
],
2214
"pkgJSONPath": "./package.json"
2315
}
2416
},
25-
"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"
17+
"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"
2618
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Release (2026-02-02)
44

5+
* ember-cli-babel 8.3.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-cli-babel`
9+
* [#528](https://github.com/emberjs/ember-cli-babel/pull/528) fix repo url in package.json ([@mansona](https://github.com/mansona))
10+
11+
#### Committers: 1
12+
- Chris Manson ([@mansona](https://github.com/mansona))
13+
14+
## Release (2026-02-02)
15+
516
* ember-cli-babel 8.3.0 (minor)
617

718
#### :rocket: Enhancement

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-babel",
3-
"version": "8.3.0",
3+
"version": "8.3.1",
44
"description": "Ember CLI addon for Babel",
55
"keywords": [
66
"babel",

0 commit comments

Comments
 (0)