File tree 3 files changed +29
-4
lines changed
3 files changed +29
-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" : " minor" ,
5
- "oldVersion" : " 2.2.5 " ,
6
- "newVersion" : " 2.3 .0" ,
5
+ "oldVersion" : " 2.3.0 " ,
6
+ "newVersion" : " 2.4 .0" ,
7
7
"constraints" : [
8
8
{
9
9
"impact" : " minor" ,
10
10
"reason" : " Appears in changelog section :rocket: Enhancement"
11
11
},
12
+ {
13
+ "impact" : " patch" ,
14
+ "reason" : " Appears in changelog section :bug: Bug Fix"
15
+ },
12
16
{
13
17
"impact" : " patch" ,
14
18
"reason" : " Appears in changelog section :house: Internal"
17
21
"pkgJSONPath" : " ./package.json"
18
22
}
19
23
},
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 "
24
+ "description": "## Release (2025-03-20)\n\nbabel-plugin-ember-template-compilation 2.4.0 (minor)\n\n#### :rocket: Enhancement\n* `babel-plugin-ember-template-compilation`\n * [#67](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/67) Lexical this ([@ef4](https://github.com/ef4))\n * [#68](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/68) default globals implementation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `babel-plugin-ember-template-compilation`\n * [#66](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/66) Widen @glimmer/syntax range ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `babel-plugin-ember-template-compilation`\n * [#73](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/73) Make our tests use async babel ([@ef4](https://github.com/ef4))\n\n#### Committers: 2\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
21
25
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Release (2025-03-20)
4
+
5
+ babel-plugin-ember-template-compilation 2.4.0 (minor)
6
+
7
+ #### :rocket : Enhancement
8
+ * ` babel-plugin-ember-template-compilation `
9
+ * [ #67 ] ( https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/67 ) Lexical this ([ @ef4 ] ( https://github.com/ef4 ) )
10
+ * [ #68 ] ( https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/68 ) default globals implementation ([ @NullVoxPopuli ] ( https://github.com/NullVoxPopuli ) )
11
+
12
+ #### :bug : Bug Fix
13
+ * ` babel-plugin-ember-template-compilation `
14
+ * [ #66 ] ( https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/66 ) Widen @glimmer/syntax range ([ @NullVoxPopuli ] ( https://github.com/NullVoxPopuli ) )
15
+
16
+ #### :house : Internal
17
+ * ` babel-plugin-ember-template-compilation `
18
+ * [ #73 ] ( https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/73 ) Make our tests use async babel ([ @ef4 ] ( https://github.com/ef4 ) )
19
+
20
+ #### Committers: 2
21
+ - Edward Faulkner ([ @ef4 ] ( https://github.com/ef4 ) )
22
+ - [ @NullVoxPopuli ] ( https://github.com/NullVoxPopuli )
23
+
3
24
## Release (2024-09-09)
4
25
5
26
babel-plugin-ember-template-compilation 2.3.0 (minor)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " babel-plugin-ember-template-compilation" ,
3
- "version" : " 2.3 .0" ,
3
+ "version" : " 2.4 .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