File tree Expand file tree Collapse file tree 3 files changed +31
-5
lines changed Expand file tree Collapse file tree 3 files changed +31
-5
lines changed 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.4 " ,
6- "newVersion" : " 3.0.0 " ,
4+ "impact" : " patch " ,
5+ "oldVersion" : " 3.0.0" ,
6+ "newVersion" : " 3.0.1 " ,
77 "tagName" : " latest" ,
8+ "constraints" : [
9+ {
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"
16+ }
17+ ],
818 "pkgJSONPath" : " ./package.json"
919 }
1020 },
11- "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-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 "
1222}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Release (2025-08-24)
4+
5+ * babel-plugin-ember-template-compilation 3.0.1 (patch)
6+
7+ #### :bug : Bug Fix
8+ * ` babel-plugin-ember-template-compilation `
9+ * [ #100 ] ( https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/100 ) Add's URL to allowed globals list ([ @evoactivity ] ( https://github.com/evoactivity ) )
10+
11+ #### :house : Internal
12+ * ` babel-plugin-ember-template-compilation `
13+ * [ #95 ] ( https://github.com/emberjs/babel-plugin-ember-template-compilation/pull/95 ) releasing alpha->latest ([ @ef4 ] ( https://github.com/ef4 ) )
14+
15+ #### Committers: 2
16+ - Edward Faulkner ([ @ef4 ] ( https://github.com/ef4 ) )
17+ - Liam Potter ([ @evoactivity ] ( https://github.com/evoactivity ) )
18+
319## Release (2025-05-06)
420
521
Original file line number Diff line number Diff line change 11{
22 "name" : " babel-plugin-ember-template-compilation" ,
3- "version" : " 3.0.0 " ,
3+ "version" : " 3.0.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