File tree Expand file tree Collapse file tree 3 files changed +18
-11
lines changed
Expand file tree Collapse file tree 3 files changed +18
-11
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" : " 3.0.0 " ,
6- "newVersion" : " 3 .0.1 " ,
4+ "impact" : " major " ,
5+ "oldVersion" : " 3.0.1 " ,
6+ "newVersion" : " 4 .0.0 " ,
77 "tagName" : " latest" ,
88 "constraints" : [
99 {
10- "impact" : " patch" ,
11- "reason" : " Appears in changelog section :bug: Bug Fix"
12- },
13- {
14- "impact" : " patch" ,
15- "reason" : " Appears in changelog section :house: Internal"
10+ "impact" : " major" ,
11+ "reason" : " Appears in changelog section :boom: Breaking Change"
1612 }
1713 ],
1814 "pkgJSONPath" : " ./package.json"
1915 }
2016 },
21- "description" : " ## Release (2025-08-24 )\n\n * babel-plugin-ember-template-compilation 3 .0.1 (patch )\n\n #### :bug: Bug Fix \n * `babel-plugin-ember-template-compilation`\n * [#100 ](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/100) Add's URL to allowed globals list ([@evoactivity](https://github.com/evoactivity)) \n\n #### :house: Internal \n * `babel-plugin-ember-template-compilation` \n * [#95](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/95) releasing alpha->latest ([@ef4 ](https://github.com/ef4 ))\n\n #### Committers: 2 \n - Edward Faulkner ([@ef4](https://github.com/ef4)) \n - Liam Potter ([@evoactivity ](https://github.com/evoactivity ))\n "
17+ "description" : " ## Release (2025-11-11 )\n\n * babel-plugin-ember-template-compilation 4 .0.0 (major )\n\n #### :boom: Breaking Change \n * `babel-plugin-ember-template-compilation`\n * [#99 ](https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/99) avoid leaking real filename path in output due to moduleName ([@void-mAlex ](https://github.com/void-mAlex ))\n\n #### Committers: 1 \n - Alex ([@void-mAlex ](https://github.com/void-mAlex ))\n "
2218}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Release (2025-11-11)
4+
5+ * babel-plugin-ember-template-compilation 4.0.0 (major)
6+
7+ #### :boom : Breaking Change
8+ * ` babel-plugin-ember-template-compilation `
9+ * [ #99 ] ( https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/99 ) avoid leaking real filename path in output due to moduleName ([ @void-mAlex ] ( https://github.com/void-mAlex ) )
10+
11+ #### Committers: 1
12+ - Alex ([ @void-mAlex ] ( https://github.com/void-mAlex ) )
13+
314## Release (2025-08-24)
415
516* babel-plugin-ember-template-compilation 3.0.1 (patch)
Original file line number Diff line number Diff line change 11{
22 "name" : " babel-plugin-ember-template-compilation" ,
3- "version" : " 3 .0.1 " ,
3+ "version" : " 4 .0.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