|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## Release (2025-05-10) |
| 4 | + |
| 5 | +* @ember/addon-blueprint 0.5.1 (patch) |
| 6 | + |
| 7 | +#### :bug: Bug Fix |
| 8 | +* `@ember/addon-blueprint` |
| 9 | + * [#35](https://github.com/ember-cli/ember-addon-blueprint/pull/35) Remove ember-source as a peer dependency ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 10 | + |
| 11 | +#### Committers: 1 |
| 12 | +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) |
| 13 | + |
| 14 | +## Release (2025-05-04) |
| 15 | + |
| 16 | +* @ember/addon-blueprint 0.5.0 (minor) |
| 17 | + |
| 18 | +#### :rocket: Enhancement |
| 19 | +* `@ember/addon-blueprint` |
| 20 | + * [#32](https://github.com/ember-cli/ember-addon-blueprint/pull/32) Rename testem.js -> testem.cjs ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 21 | + * [#31](https://github.com/ember-cli/ember-addon-blueprint/pull/31) Simplify tsconfig ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 22 | + * [#30](https://github.com/ember-cli/ember-addon-blueprint/pull/30) Split out Lint to its own job ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 23 | + |
| 24 | +#### Committers: 1 |
| 25 | +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) |
| 26 | + |
| 27 | +## Release (2025-04-09) |
| 28 | + |
| 29 | +* @ember/addon-blueprint 0.4.0 (minor) |
| 30 | + |
| 31 | +#### :rocket: Enhancement |
| 32 | +* `@ember/addon-blueprint` |
| 33 | + * [#28](https://github.com/ember-cli/ember-addon-blueprint/pull/28) Unskip build test - make sure test work out of the box ([@mansona](https://github.com/mansona)) |
| 34 | + |
| 35 | +#### :bug: Bug Fix |
| 36 | +* `@ember/addon-blueprint` |
| 37 | + * [#26](https://github.com/ember-cli/ember-addon-blueprint/pull/26) Import tests from @embroider/addon-blueprint ([@mansona](https://github.com/mansona)) |
| 38 | + |
| 39 | +#### Committers: 1 |
| 40 | +- Chris Manson ([@mansona](https://github.com/mansona)) |
| 41 | + |
| 42 | +## Release (2025-04-03) |
| 43 | + |
| 44 | +* @ember/addon-blueprint 0.3.0 (minor) |
| 45 | + |
| 46 | +#### :rocket: Enhancement |
| 47 | +* `@ember/addon-blueprint` |
| 48 | + * [#11](https://github.com/ember-cli/ember-addon-blueprint/pull/11) Switch to our own tsconfig ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 49 | + |
| 50 | +#### :bug: Bug Fix |
| 51 | +* `@ember/addon-blueprint` |
| 52 | + * [#24](https://github.com/ember-cli/ember-addon-blueprint/pull/24) Remove unused file: additional-test-app-package.json ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 53 | + * [#25](https://github.com/ember-cli/ember-addon-blueprint/pull/25) Fix babel configs / sync typescript options ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 54 | + * [#20](https://github.com/ember-cli/ember-addon-blueprint/pull/20) Remove references to the old package name ([@Windvis](https://github.com/Windvis)) |
| 55 | + * [#19](https://github.com/ember-cli/ember-addon-blueprint/pull/19) filter out the .github folder when ciProvider is not github ([@BoussonKarel](https://github.com/BoussonKarel)) |
| 56 | + * [#18](https://github.com/ember-cli/ember-addon-blueprint/pull/18) remove duplicate key allowDeclareFields from babel config ([@BoussonKarel](https://github.com/BoussonKarel)) |
| 57 | + * [#17](https://github.com/ember-cli/ember-addon-blueprint/pull/17) fix some linting issues (prettier, eslint) ([@BoussonKarel](https://github.com/BoussonKarel)) |
| 58 | + * [#16](https://github.com/ember-cli/ember-addon-blueprint/pull/16) add missing imports from node:path to rollup config ([@BoussonKarel](https://github.com/BoussonKarel)) |
| 59 | + |
| 60 | +#### Committers: 3 |
| 61 | +- Sam Van Campenhout ([@Windvis](https://github.com/Windvis)) |
| 62 | +- [@BoussonKarel](https://github.com/BoussonKarel) |
| 63 | +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) |
| 64 | + |
| 65 | +## Release (2025-04-02) |
| 66 | + |
| 67 | +* @ember/addon-blueprint 0.2.0 (minor) |
| 68 | + |
| 69 | +#### :rocket: Enhancement |
| 70 | +* `@ember/addon-blueprint` |
| 71 | + * [#7](https://github.com/ember-cli/ember-addon-blueprint/pull/7) add basic test app ([@mansona](https://github.com/mansona)) |
| 72 | + |
| 73 | +#### Committers: 1 |
| 74 | +- Chris Manson ([@mansona](https://github.com/mansona)) |
| 75 | + |
3 | 76 | ## Release (2025-03-27) |
4 | 77 |
|
5 | 78 | * @ember/addon-blueprint 0.1.1 (patch) |
|
0 commit comments