File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "solution" : {
33 "babel-plugin-ember-template-compilation" : {
4- "impact" : " major " ,
5- "oldVersion" : " 3.0.0-alpha.0 " ,
6- "newVersion" : " 3.0.0-alpha.1 " ,
4+ "impact" : " patch " ,
5+ "oldVersion" : " 3.0.0-alpha.1 " ,
6+ "newVersion" : " 3.0.0-alpha.2 " ,
77 "tagName" : " alpha" ,
88 "constraints" : [
99 {
1010 "impact" : " patch" ,
1111 "reason" : " Appears in changelog section :bug: Bug Fix"
1212 },
13- {
14- "impact" : " major" ,
15- "reason" : " Appears in changelog section :boom: Breaking Change"
16- },
1713 {
1814 "impact" : " patch" ,
1915 "reason" : " Appears in changelog section :house: Internal"
2218 "pkgJSONPath" : " ./package.json"
2319 }
2420 },
25- "description" : " ## Release (2025-03-26 )\n\n * babel-plugin-ember-template-compilation 3.0.0-alpha.1 (major )\n\n #### :bug: Bug Fix\n * `babel-plugin-ember-template-compilation`\n * [#83 ](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/83) Don't try to auto-detect ember template compiler when targetFormat do… ([@ef4](https://github.com/ef4))\n\n #### Committers: 1\n - Edward Faulkner ([@ef4](https://github.com/ef4))\n "
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 "
2622}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Release (2025-03-28)
4+
5+ * babel-plugin-ember-template-compilation 3.0.0-alpha.2 (patch)
6+
7+ #### :bug : Bug Fix
8+ * ` babel-plugin-ember-template-compilation `
9+ * [ #88 ] ( https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/88 ) Fix a windows import bug ([ @ef4 ] ( https://github.com/ef4 ) )
10+
11+ #### :house : Internal
12+ * ` babel-plugin-ember-template-compilation `
13+ * [ #87 ] ( https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/87 ) Windows tests ([ @ef4 ] ( https://github.com/ef4 ) )
14+ * [ #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 ) )
15+
16+ #### Committers: 1
17+ - Edward Faulkner ([ @ef4 ] ( https://github.com/ef4 ) )
18+
319## Release (2025-03-26)
420
521* babel-plugin-ember-template-compilation 3.0.0-alpha.1 (major)
Original file line number Diff line number Diff line change 11{
22 "name" : " babel-plugin-ember-template-compilation" ,
3- "version" : " 3.0.0-alpha.1 " ,
3+ "version" : " 3.0.0-alpha.2 " ,
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