File tree 3 files changed +15
-4
lines changed
3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 2
2
"solution" : {
3
3
"babel-plugin-ember-template-compilation" : {
4
4
"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 " ,
7
7
"tagName" : " alpha" ,
8
8
"constraints" : [
9
9
{
14
14
"pkgJSONPath" : " ./package.json"
15
15
}
16
16
},
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 "
18
18
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
14
## Release (2025-03-28)
4
15
5
16
* babel-plugin-ember-template-compilation 3.0.0-alpha.3 (patch)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " babel-plugin-ember-template-compilation" ,
3
- "version" : " 3.0.0-alpha.3 " ,
3
+ "version" : " 3.0.0-alpha.4 " ,
4
4
"description" : " Babel implementation of Ember's low-level template-compilation API" ,
5
5
"repository" : " https://github.com/emberjs/babel-plugin-ember-template-compilation" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments