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 "@ember/addon-blueprint" : {
4- "impact" : " patch " ,
5- "oldVersion" : " 0.5.2 " ,
6- "newVersion" : " 0.5.3 " ,
4+ "impact" : " minor " ,
5+ "oldVersion" : " 0.5.3 " ,
6+ "newVersion" : " 0.6.0 " ,
77 "tagName" : " latest" ,
88 "constraints" : [
99 {
10- "impact" : " patch " ,
11- "reason" : " Appears in changelog section :bug: Bug Fix "
10+ "impact" : " minor " ,
11+ "reason" : " Appears in changelog section :rocket: Enhancement "
1212 },
1313 {
1414 "impact" : " patch" ,
15- "reason" : " Appears in changelog section :house: Internal "
15+ "reason" : " Appears in changelog section :bug: Bug Fix "
1616 }
1717 ],
1818 "pkgJSONPath" : " ./package.json"
1919 }
2020 },
21- "description" : " ## Release (2025-05-27 )\n\n * @ember/addon-blueprint 0.5.3 (patch )\n\n #### :bug: Bug Fix \n * `@ember/addon-blueprint`\n * [#45 ](https://github.com/ember-cli/ember-addon-blueprint/pull/45) Set headless=new ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n #### :house: Internal \n * `@ember/addon-blueprint`\n * [#44 ](https://github.com/ember-cli/ember-addon-blueprint/pull/44) Add prettier so our PRs don't have accidental changes ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n #### Committers: 1\n - [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n "
21+ "description" : " ## Release (2025-06-05 )\n\n * @ember/addon-blueprint 0.6.0 (minor )\n\n #### :rocket: Enhancement \n * `@ember/addon-blueprint`\n * [#41 ](https://github.com/ember-cli/ember-addon-blueprint/pull/41) Support scenario testing ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#47](https://github.com/ember-cli/ember-addon-blueprint/pull/47) Add package.json#imports ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) \n\n #### :bug: Bug Fix \n * `@ember/addon-blueprint`\n * [#48 ](https://github.com/ember-cli/ember-addon-blueprint/pull/48) Split build and test tests & fix self-imports (which splitting the tests proved the existence of a bug) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n #### Committers: 1\n - [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n "
2222}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Release (2025-06-05)
4+
5+ * @ember/addon-blueprint 0.6.0 (minor)
6+
7+ #### :rocket : Enhancement
8+ * ` @ember/addon-blueprint `
9+ * [ #41 ] ( https://github.com/ember-cli/ember-addon-blueprint/pull/41 ) Support scenario testing ([ @NullVoxPopuli ] ( https://github.com/NullVoxPopuli ) )
10+ * [ #47 ] ( https://github.com/ember-cli/ember-addon-blueprint/pull/47 ) Add package.json#imports ([ @NullVoxPopuli ] ( https://github.com/NullVoxPopuli ) )
11+
12+ #### :bug : Bug Fix
13+ * ` @ember/addon-blueprint `
14+ * [ #48 ] ( https://github.com/ember-cli/ember-addon-blueprint/pull/48 ) Split build and test tests & fix self-imports (which splitting the tests proved the existence of a bug) ([ @NullVoxPopuli ] ( https://github.com/NullVoxPopuli ) )
15+
16+ #### Committers: 1
17+ - [ @NullVoxPopuli ] ( https://github.com/NullVoxPopuli )
18+
319## Release (2025-05-27)
420
521* @ember/addon-blueprint 0.5.3 (patch)
Original file line number Diff line number Diff line change 11{
22 "name" : " @ember/addon-blueprint" ,
3- "version" : " 0.5.3 " ,
3+ "version" : " 0.6.0 " ,
44 "description" : " Blueprint for scaffolding ember v2 addons" ,
55 "keywords" : [
66 " ember-blueprint"
You can’t perform that action at this time.
0 commit comments