Skip to content

Commit a86cda0

Browse files
authored
Merge pull request #78 from emberjs/release-preview
Prepare Release
2 parents ba1daf6 + e4f219b commit a86cda0

File tree

3 files changed

+25
-5
lines changed

3 files changed

+25
-5
lines changed

.release-plan.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,25 @@
22
"solution": {
33
"babel-plugin-ember-template-compilation": {
44
"impact": "major",
5-
"oldVersion": "2.4.0",
6-
"newVersion": "3.0.0-alpha.0",
7-
"tagName": "latest",
5+
"oldVersion": "3.0.0-alpha.0",
6+
"newVersion": "3.0.0-alpha.1",
7+
"tagName": "alpha",
88
"constraints": [
9+
{
10+
"impact": "patch",
11+
"reason": "Appears in changelog section :bug: Bug Fix"
12+
},
913
{
1014
"impact": "major",
1115
"reason": "Appears in changelog section :boom: Breaking Change"
16+
},
17+
{
18+
"impact": "patch",
19+
"reason": "Appears in changelog section :house: Internal"
1220
}
1321
],
1422
"pkgJSONPath": "./package.json"
1523
}
1624
},
17-
"description": "## Release (2025-03-25)\n\n* babel-plugin-ember-template-compilation 3.0.0-alpha.0 (major)\n\n#### :boom: Breaking Change\n* `babel-plugin-ember-template-compilation`\n * [#77](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/77) Convert to esm ([@ef4](https://github.com/ef4))\n * [#75](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/75) Drop support for node < 18 ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
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"
1826
}

CHANGELOG.md

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

3+
## Release (2025-03-26)
4+
5+
* babel-plugin-ember-template-compilation 3.0.0-alpha.1 (major)
6+
7+
#### :bug: Bug Fix
8+
* `babel-plugin-ember-template-compilation`
9+
* [#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))
10+
11+
#### Committers: 1
12+
- Edward Faulkner ([@ef4](https://github.com/ef4))
13+
14+
315
## Release (2025-03-26)
416

517
babel-plugin-ember-template-compilation 2.4.1 (patch)

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