File tree 3 files changed +25
-4
lines changed
3 files changed +25
-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" : " 2.2.3 " ,
6
- "newVersion" : " 2.2.4 " ,
5
+ "oldVersion" : " 2.2.4 " ,
6
+ "newVersion" : " 2.2.5 " ,
7
7
"constraints" : [
8
8
{
9
9
"impact" : " patch" ,
10
10
"reason" : " Appears in changelog section :bug: Bug Fix"
11
+ },
12
+ {
13
+ "impact" : " patch" ,
14
+ "reason" : " Appears in changelog section :house: Internal"
11
15
}
12
16
],
13
17
"pkgJSONPath" : " ./package.json"
14
18
}
15
19
},
16
- "description" : " ## Release (2024-05-08 )\n\n babel-plugin-ember-template-compilation 2.2.4 (patch)\n\n #### :bug: Bug Fix\n * `babel-plugin-ember-template-compilation`\n * [#51 ](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/51) Remove extraneous import from `@ ember/ template-compiler` ([@NullVoxPopuli ](https://github.com/NullVoxPopuli ))\n\n #### Committers: 1 \n - [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n "
20
+ "description" : " ## Release (2024-05-10 )\n\n babel-plugin-ember-template-compilation 2.2.5 (patch)\n\n #### :bug: Bug Fix\n * `babel-plugin-ember-template-compilation`\n * [#53 ](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/53) Problem with generating scope locals (the wire format array) when scope bag (the object) has aliasing properties (non-shorthand) ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) \n * [#54](https://github.com/emberjs/babel-plugin- ember-template-compilation/pull/54) fix 🎬 2 ([@patricklx](https://github.com/patricklx)) \n\n #### :house: Internal \n * `babel-plugin-ember- template-compilation` \n * [#55](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/55) replace babel.parse with babel.template.expression.ast ([@patricklx ](https://github.com/patricklx ))\n\n #### Committers: 2 \n - Patrick Pircher ([@patricklx](https://github.com/patricklx)) \n - [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n "
17
21
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Release (2024-05-10)
4
+
5
+ babel-plugin-ember-template-compilation 2.2.5 (patch)
6
+
7
+ #### :bug : Bug Fix
8
+ * ` babel-plugin-ember-template-compilation `
9
+ * [ #53 ] ( https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/53 ) Problem with generating scope locals (the wire format array) when scope bag (the object) has aliasing properties (non-shorthand) ([ @NullVoxPopuli ] ( https://github.com/NullVoxPopuli ) )
10
+ * [ #54 ] ( https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/54 ) fix 🎬 2 ([ @patricklx ] ( https://github.com/patricklx ) )
11
+
12
+ #### :house : Internal
13
+ * ` babel-plugin-ember-template-compilation `
14
+ * [ #55 ] ( https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/55 ) replace babel.parse with babel.template.expression.ast ([ @patricklx ] ( https://github.com/patricklx ) )
15
+
16
+ #### Committers: 2
17
+ - Patrick Pircher ([ @patricklx ] ( https://github.com/patricklx ) )
18
+ - [ @NullVoxPopuli ] ( https://github.com/NullVoxPopuli )
19
+
3
20
## Release (2024-05-08)
4
21
5
22
babel-plugin-ember-template-compilation 2.2.4 (patch)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " babel-plugin-ember-template-compilation" ,
3
- "version" : " 2.2.4 " ,
3
+ "version" : " 2.2.5 " ,
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