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 11{
22 "solution" : {
33 "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 " ,
77 "constraints" : [
88 {
9- "impact" : " patch " ,
10- "reason" : " Appears in changelog section :bug: Bug Fix "
9+ "impact" : " minor " ,
10+ "reason" : " Appears in changelog section :rocket: Enhancement "
1111 },
1212 {
1313 "impact" : " patch" ,
1717 "pkgJSONPath" : " ./package.json"
1818 }
1919 },
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 "
2121}
Original file line number Diff line number Diff line change 11# Changelog
22
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+
319## Release (2024-05-10)
420
521babel-plugin-ember-template-compilation 2.2.5 (patch)
Original file line number Diff line number Diff line change 11{
22 "name" : " babel-plugin-ember-template-compilation" ,
3- "version" : " 2.2.5 " ,
3+ "version" : " 2.3.0 " ,
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" ,
You can’t perform that action at this time.
0 commit comments