File tree Expand file tree Collapse file tree 3 files changed +25
-4
lines changed
Expand file tree Collapse file tree 3 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 22 "solution" : {
33 "@ember/addon-blueprint" : {
44 "impact" : " patch" ,
5- "oldVersion" : " 0.5.0 " ,
6- "newVersion" : " 0.5.1 " ,
5+ "oldVersion" : " 0.5.1 " ,
6+ "newVersion" : " 0.5.2 " ,
77 "tagName" : " latest" ,
88 "constraints" : [
99 {
1010 "impact" : " patch" ,
1111 "reason" : " Appears in changelog section :bug: Bug Fix"
12+ },
13+ {
14+ "impact" : " patch" ,
15+ "reason" : " Appears in changelog section :house: Internal"
1216 }
1317 ],
1418 "pkgJSONPath" : " ./package.json"
1519 }
1620 },
17- "description" : " ## Release (2025-05-10 )\n\n * @ember/addon-blueprint 0.5.1 (patch)\n\n #### :bug: Bug Fix\n * `@ember/addon-blueprint`\n * [#35 ](https://github.com/ember-cli/ember-addon-blueprint/pull/35) Remove ember-source as a peer dependency ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n #### Committers: 1\n - [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n "
21+ "description" : " ## Release (2025-05-20 )\n\n * @ember/addon-blueprint 0.5.2 (patch)\n\n #### :bug: Bug Fix\n * `@ember/addon-blueprint`\n * [#40 ](https://github.com/ember-cli/ember-addon-blueprint/pull/40) Update eslint-config-prettier ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) \n * [#39](https://github.com/ ember-cli/ember-addon-blueprint/pull/39) Update globals ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) \n * [#38](https://github.com/ember-cli/ember-addon-blueprint/pull/38) update ember-template-lint ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) \n\n #### :house: Internal \n * `@ember/addon-blueprint` \n * [#43](https://github.com/ember-cli/ember-addon-blueprint/pull/43) Add support for WRITE_FIXTURES=true when working with fixture-tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n #### Committers: 1\n - [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n "
1822}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Release (2025-05-20)
4+
5+ * @ember/addon-blueprint 0.5.2 (patch)
6+
7+ #### :bug : Bug Fix
8+ * ` @ember/addon-blueprint `
9+ * [ #40 ] ( https://github.com/ember-cli/ember-addon-blueprint/pull/40 ) Update eslint-config-prettier ([ @NullVoxPopuli ] ( https://github.com/NullVoxPopuli ) )
10+ * [ #39 ] ( https://github.com/ember-cli/ember-addon-blueprint/pull/39 ) Update globals ([ @NullVoxPopuli ] ( https://github.com/NullVoxPopuli ) )
11+ * [ #38 ] ( https://github.com/ember-cli/ember-addon-blueprint/pull/38 ) update ember-template-lint ([ @NullVoxPopuli ] ( https://github.com/NullVoxPopuli ) )
12+
13+ #### :house : Internal
14+ * ` @ember/addon-blueprint `
15+ * [ #43 ] ( https://github.com/ember-cli/ember-addon-blueprint/pull/43 ) Add support for WRITE_FIXTURES=true when working with fixture-tests ([ @NullVoxPopuli ] ( https://github.com/NullVoxPopuli ) )
16+
17+ #### Committers: 1
18+ - [ @NullVoxPopuli ] ( https://github.com/NullVoxPopuli )
19+
320## Release (2025-05-10)
421
522* @ember/addon-blueprint 0.5.1 (patch)
Original file line number Diff line number Diff line change 11{
22 "name" : " @ember/addon-blueprint" ,
3- "version" : " 0.5.1 " ,
3+ "version" : " 0.5.2 " ,
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