Skip to content

Commit 1bc2341

Browse files
authored
Merge pull request #92 from emberjs/release-preview
Prepare Release
2 parents c2c46aa + 73595bc commit 1bc2341

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.release-plan.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"babel-plugin-ember-template-compilation": {
44
"impact": "patch",
5-
"oldVersion": "3.0.0-alpha.2",
6-
"newVersion": "3.0.0-alpha.3",
5+
"oldVersion": "3.0.0-alpha.3",
6+
"newVersion": "3.0.0-alpha.4",
77
"tagName": "alpha",
88
"constraints": [
99
{
@@ -14,5 +14,5 @@
1414
"pkgJSONPath": "./package.json"
1515
}
1616
},
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"
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"
1818
}

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

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

516
* babel-plugin-ember-template-compilation 3.0.0-alpha.3 (patch)

package.json

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