File tree Expand file tree Collapse file tree 3 files changed +25
-5
lines changed
Expand file tree Collapse file tree 3 files changed +25
-5
lines changed Original file line number Diff line number Diff line change 22 "solution" : {
33 "babel-plugin-ember-template-compilation" : {
44 "impact" : " major" ,
5- "oldVersion" : " 2.4 .0" ,
6- "newVersion" : " 3.0.0-alpha.0 " ,
7- "tagName" : " latest " ,
5+ "oldVersion" : " 3.0.0-alpha .0" ,
6+ "newVersion" : " 3.0.0-alpha.1 " ,
7+ "tagName" : " alpha " ,
88 "constraints" : [
9+ {
10+ "impact" : " patch" ,
11+ "reason" : " Appears in changelog section :bug: Bug Fix"
12+ },
913 {
1014 "impact" : " major" ,
1115 "reason" : " Appears in changelog section :boom: Breaking Change"
16+ },
17+ {
18+ "impact" : " patch" ,
19+ "reason" : " Appears in changelog section :house: Internal"
1220 }
1321 ],
1422 "pkgJSONPath" : " ./package.json"
1523 }
1624 },
17- "description" : " ## Release (2025-03-25 )\n\n * babel-plugin-ember-template-compilation 3.0.0-alpha.0 (major)\n\n #### :boom: Breaking Change \n * `babel-plugin-ember-template-compilation`\n * [#77 ](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/77) Convert to esm ([@ef4](https://github.com/ef4)) \n * [#75](https://github.com/emberjs/babel-plugin- ember- template-compilation/pull/75) Drop support for node < 18 ([@ef4](https://github.com/ef4))\n\n #### Committers: 1\n - Edward Faulkner ([@ef4](https://github.com/ef4))\n "
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 "
1826}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Release (2025-03-26)
4+
5+ * babel-plugin-ember-template-compilation 3.0.0-alpha.1 (major)
6+
7+ #### :bug : Bug Fix
8+ * ` babel-plugin-ember-template-compilation `
9+ * [ #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 ) )
10+
11+ #### Committers: 1
12+ - Edward Faulkner ([ @ef4 ] ( https://github.com/ef4 ) )
13+
14+
315## Release (2025-03-26)
416
517babel-plugin-ember-template-compilation 2.4.1 (patch)
Original file line number Diff line number Diff line change 11{
22 "name" : " babel-plugin-ember-template-compilation" ,
3- "version" : " 3.0.0-alpha.0 " ,
3+ "version" : " 3.0.0-alpha.1 " ,
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