Skip to content

Commit df895a1

Browse files
authored
Merge pull request #90 from emberjs/release-preview
Prepare Release
2 parents a6e1ed1 + 1b0f937 commit df895a1

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

.release-plan.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,17 @@
22
"solution": {
33
"babel-plugin-ember-template-compilation": {
44
"impact": "patch",
5-
"oldVersion": "3.0.0-alpha.1",
6-
"newVersion": "3.0.0-alpha.2",
5+
"oldVersion": "3.0.0-alpha.2",
6+
"newVersion": "3.0.0-alpha.3",
77
"tagName": "alpha",
88
"constraints": [
99
{
1010
"impact": "patch",
1111
"reason": "Appears in changelog section :bug: Bug Fix"
12-
},
13-
{
14-
"impact": "patch",
15-
"reason": "Appears in changelog section :house: Internal"
1612
}
1713
],
1814
"pkgJSONPath": "./package.json"
1915
}
2016
},
21-
"description": "## Release (2025-03-28)\n\n* babel-plugin-ember-template-compilation 3.0.0-alpha.2 (patch)\n\n#### :bug: Bug Fix\n* `babel-plugin-ember-template-compilation`\n * [#88](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/88) Fix a windows import bug ([@ef4](https://github.com/ef4))\n\n#### :house: Internal\n* `babel-plugin-ember-template-compilation`\n * [#87](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/87) Windows tests ([@ef4](https://github.com/ef4))\n * [#85](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/85) Replace eslint-plugin-node with eslint-plugin-n ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
17+
"description": "## Release (2025-03-28)\n\n* babel-plugin-ember-template-compilation 3.0.0-alpha.3 (patch)\n\n#### :bug: Bug Fix\n* `babel-plugin-ember-template-compilation`\n * [#89](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/89) bugfix: wire is the default outputFormat ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
2218
}

CHANGELOG.md

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

33
## Release (2025-03-28)
44

5+
* babel-plugin-ember-template-compilation 3.0.0-alpha.3 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `babel-plugin-ember-template-compilation`
9+
* [#89](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/89) bugfix: wire is the default outputFormat ([@ef4](https://github.com/ef4))
10+
11+
#### Committers: 1
12+
- Edward Faulkner ([@ef4](https://github.com/ef4))
13+
14+
## Release (2025-03-28)
15+
516
* babel-plugin-ember-template-compilation 3.0.0-alpha.2 (patch)
617

718
#### :bug: Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-ember-template-compilation",
3-
"version": "3.0.0-alpha.2",
3+
"version": "3.0.0-alpha.3",
44
"description": "Babel implementation of Ember's low-level template-compilation API",
55
"repository": "https://github.com/emberjs/babel-plugin-ember-template-compilation",
66
"license": "MIT",

0 commit comments

Comments
 (0)