File tree Expand file tree Collapse file tree 3 files changed +23
-7
lines changed Expand file tree Collapse file tree 3 files changed +23
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"solution" : {
3
3
"babel-plugin-ember-template-compilation" : {
4
- "impact" : " patch " ,
5
- "oldVersion" : " 2.2.4 " ,
6
- "newVersion" : " 2.2.5 " ,
4
+ "impact" : " minor " ,
5
+ "oldVersion" : " 2.2.5 " ,
6
+ "newVersion" : " 2.3.0 " ,
7
7
"constraints" : [
8
8
{
9
- "impact" : " patch " ,
10
- "reason" : " Appears in changelog section :bug: Bug Fix "
9
+ "impact" : " minor " ,
10
+ "reason" : " Appears in changelog section :rocket: Enhancement "
11
11
},
12
12
{
13
13
"impact" : " patch" ,
17
17
"pkgJSONPath" : " ./package.json"
18
18
}
19
19
},
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 "
20
+ "description" : " ## Release (2024-09-09 )\n\n babel-plugin-ember-template-compilation 2.3.0 (minor )\n\n #### :rocket: Enhancement \n * `babel-plugin-ember-template-compilation`\n * [#62 ](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/62) Provide a default compilerPath ([@ef4 ](https://github.com/ef4 ))\n\n #### :house: Internal\n * `babel-plugin-ember-template-compilation`\n * [#59 ](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/59) update dependencies ([@patricklx](https://github.com/patricklx))\n\n #### Committers: 2\n - Edward Faulkner ([@ef4 ](https://github.com/ef4 ))\n - Patrick Pircher ([@patricklx ](https://github.com/patricklx) )\n "
21
21
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Release (2024-09-09)
4
+
5
+ babel-plugin-ember-template-compilation 2.3.0 (minor)
6
+
7
+ #### :rocket : Enhancement
8
+ * ` babel-plugin-ember-template-compilation `
9
+ * [ #62 ] ( https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/62 ) Provide a default compilerPath ([ @ef4 ] ( https://github.com/ef4 ) )
10
+
11
+ #### :house : Internal
12
+ * ` babel-plugin-ember-template-compilation `
13
+ * [ #59 ] ( https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/59 ) update dependencies ([ @patricklx ] ( https://github.com/patricklx ) )
14
+
15
+ #### Committers: 2
16
+ - Edward Faulkner ([ @ef4 ] ( https://github.com/ef4 ) )
17
+ - Patrick Pircher ([ @patricklx ] ( https://github.com/patricklx ) )
18
+
3
19
## Release (2024-05-10)
4
20
5
21
babel-plugin-ember-template-compilation 2.2.5 (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.5 " ,
3
+ "version" : " 2.3.0 " ,
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