Skip to content

Commit d08375a

Browse files
authored
Merge pull request #527 from emberjs/release-preview
Prepare Release v8.3.0
2 parents e64a10c + cf5e471 commit d08375a

File tree

3 files changed

+50
-1
lines changed

3 files changed

+50
-1
lines changed

.release-plan.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"solution": {
3+
"ember-cli-babel": {
4+
"impact": "minor",
5+
"oldVersion": "8.2.0",
6+
"newVersion": "8.3.0",
7+
"tagName": "latest",
8+
"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+
},
17+
{
18+
"impact": "patch",
19+
"reason": "Appears in changelog section :house: Internal"
20+
}
21+
],
22+
"pkgJSONPath": "./package.json"
23+
}
24+
},
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"
26+
}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## Release (2026-02-02)
4+
5+
* ember-cli-babel 8.3.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-cli-babel`
9+
* [#525](https://github.com/emberjs/ember-cli-babel/pull/525) update @babel/plugin-proposal-* packages to transform packages ([@mansona](https://github.com/mansona))
10+
11+
#### :memo: Documentation
12+
* `ember-cli-babel`
13+
* [#509](https://github.com/emberjs/ember-cli-babel/pull/509) README: add note about V2 Addons ([@machty](https://github.com/machty))
14+
15+
#### :house: Internal
16+
* `ember-cli-babel`
17+
* [#526](https://github.com/emberjs/ember-cli-babel/pull/526) start using release-plan ([@mansona](https://github.com/mansona))
18+
* [#522](https://github.com/emberjs/ember-cli-babel/pull/522) swap to pnpm ([@mansona](https://github.com/mansona))
19+
* [#524](https://github.com/emberjs/ember-cli-babel/pull/524) reroll lock file and update test ([@mansona](https://github.com/mansona))
20+
* [#523](https://github.com/emberjs/ember-cli-babel/pull/523) use code-equality-assertions for static block ([@mansona](https://github.com/mansona))
21+
22+
#### Committers: 2
23+
- Alex Matchneer ([@machty](https://github.com/machty))
24+
- Chris Manson ([@mansona](https://github.com/mansona))
25+
326

427

528

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.2.0",
3+
"version": "8.3.0",
44
"description": "Ember CLI addon for Babel",
55
"keywords": [
66
"babel",

0 commit comments

Comments
 (0)