Skip to content

Commit c3e0e53

Browse files
authored
Merge pull request #86 from emberjs/release-preview
Prepare Release
2 parents 2c5e141 + f3d42eb commit c3e0e53

File tree

3 files changed

+21
-9
lines changed

3 files changed

+21
-9
lines changed

.release-plan.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
{
22
"solution": {
33
"babel-plugin-ember-template-compilation": {
4-
"impact": "major",
5-
"oldVersion": "3.0.0-alpha.0",
6-
"newVersion": "3.0.0-alpha.1",
4+
"impact": "patch",
5+
"oldVersion": "3.0.0-alpha.1",
6+
"newVersion": "3.0.0-alpha.2",
77
"tagName": "alpha",
88
"constraints": [
99
{
1010
"impact": "patch",
1111
"reason": "Appears in changelog section :bug: Bug Fix"
1212
},
13-
{
14-
"impact": "major",
15-
"reason": "Appears in changelog section :boom: Breaking Change"
16-
},
1713
{
1814
"impact": "patch",
1915
"reason": "Appears in changelog section :house: Internal"
@@ -22,5 +18,5 @@
2218
"pkgJSONPath": "./package.json"
2319
}
2420
},
25-
"description": "## Release (2025-03-26)\n\n* babel-plugin-ember-template-compilation 3.0.0-alpha.1 (major)\n\n#### :bug: Bug Fix\n* `babel-plugin-ember-template-compilation`\n * [#83](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/83) Don't try to auto-detect ember template compiler when targetFormat do… ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
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"
2622
}

CHANGELOG.md

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

3+
## Release (2025-03-28)
4+
5+
* babel-plugin-ember-template-compilation 3.0.0-alpha.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `babel-plugin-ember-template-compilation`
9+
* [#88](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/88) Fix a windows import bug ([@ef4](https://github.com/ef4))
10+
11+
#### :house: Internal
12+
* `babel-plugin-ember-template-compilation`
13+
* [#87](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/87) Windows tests ([@ef4](https://github.com/ef4))
14+
* [#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))
15+
16+
#### Committers: 1
17+
- Edward Faulkner ([@ef4](https://github.com/ef4))
18+
319
## Release (2025-03-26)
420

521
* babel-plugin-ember-template-compilation 3.0.0-alpha.1 (major)

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.1",
3+
"version": "3.0.0-alpha.2",
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)