Skip to content

Commit 3750b25

Browse files
authored
Merge pull request #93 from emberjs/release-preview
Prepare Release
2 parents 76ad9e5 + 153e3ca commit 3750b25

2 files changed

Lines changed: 15 additions & 11 deletions

File tree

.release-plan.json

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
{
22
"solution": {
33
"babel-plugin-ember-template-compilation": {
4-
"impact": "patch",
5-
"oldVersion": "3.0.0-alpha.3",
6-
"newVersion": "3.0.0-alpha.4",
7-
"tagName": "alpha",
8-
"constraints": [
9-
{
10-
"impact": "patch",
11-
"reason": "Appears in changelog section :bug: Bug Fix"
12-
}
13-
],
4+
"impact": "major",
5+
"oldVersion": "3.0.0-alpha.4",
6+
"newVersion": "3.0.0",
7+
"tagName": "latest",
148
"pkgJSONPath": "./package.json"
159
}
1610
},
17-
"description": "## Release (2025-04-01)\n\n* babel-plugin-ember-template-compilation 3.0.0-alpha.4 (patch)\n\n#### :bug: Bug Fix\n* `babel-plugin-ember-template-compilation`\n * [#91](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/91) Don't accidentally load ambient config during bindExpression ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
11+
"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"
1812
}

CHANGELOG.md

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

3+
## Release (2025-05-06)
4+
5+
6+
7+
#### :boom: Breaking Change
8+
* [#94](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/94) Releasing alpha as stable ([@ef4](https://github.com/ef4))
9+
10+
#### Committers: 1
11+
- Edward Faulkner ([@ef4](https://github.com/ef4))
12+
313
## Release (2025-04-01)
414

515
* babel-plugin-ember-template-compilation 3.0.0-alpha.4 (patch)

0 commit comments

Comments
 (0)