File tree Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Expand file tree Collapse file tree 3 files changed +15
-8
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.1 " ,
6
- "newVersion" : " 3.0.0-alpha.2 " ,
5
+ "oldVersion" : " 3.0.0-alpha.2 " ,
6
+ "newVersion" : " 3.0.0-alpha.3 " ,
7
7
"tagName" : " alpha" ,
8
8
"constraints" : [
9
9
{
10
10
"impact" : " patch" ,
11
11
"reason" : " Appears in changelog section :bug: Bug Fix"
12
- },
13
- {
14
- "impact" : " patch" ,
15
- "reason" : " Appears in changelog section :house: Internal"
16
12
}
17
13
],
18
14
"pkgJSONPath" : " ./package.json"
19
15
}
20
16
},
21
- "description" : " ## Release (2025-03-28)\n\n * babel-plugin-ember-template-compilation 3.0.0-alpha.2 (patch)\n\n #### :bug: Bug Fix\n * `babel-plugin-ember-template-compilation`\n * [#88 ](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/88) Fix a windows import bug ([@ef4](https://github.com/ef4)) \n\n #### :house: Internal \n * `babel-plugin-ember-template-compilation` \n * [#87](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/87) Windows tests ([@ef4](https://github.com/ef4)) \n * [#85](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/85) Replace eslint-plugin-node with eslint-plugin-n ([@ef4](https://github.com/ef4))\n\n #### Committers: 1\n - Edward Faulkner ([@ef4](https://github.com/ef4))\n "
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 "
22
18
}
Original file line number Diff line number Diff line change 2
2
3
3
## Release (2025-03-28)
4
4
5
+ * babel-plugin-ember-template-compilation 3.0.0-alpha.3 (patch)
6
+
7
+ #### :bug : Bug Fix
8
+ * ` babel-plugin-ember-template-compilation `
9
+ * [ #89 ] ( https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/89 ) bugfix: wire is the default outputFormat ([ @ef4 ] ( https://github.com/ef4 ) )
10
+
11
+ #### Committers: 1
12
+ - Edward Faulkner ([ @ef4 ] ( https://github.com/ef4 ) )
13
+
14
+ ## Release (2025-03-28)
15
+
5
16
* babel-plugin-ember-template-compilation 3.0.0-alpha.2 (patch)
6
17
7
18
#### :bug : Bug Fix
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.2 " ,
3
+ "version" : " 3.0.0-alpha.3 " ,
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