Releases: embroider-build/addon-blueprint
Releases · embroider-build/addon-blueprint
v2.13.0-@embroider/addon-blueprint: Merge pull request #261 from embroider-build/release-preview
Release (2024-02-18)
@embroider/addon-blueprint 2.13.0 (minor)
🚀 Enhancement
🏠 Internal
@embroider/addon-blueprint
Committers: 1
- Chris Manson (@mansona)
v2.12.0-@embroider/addon-blueprint: Merge pull request #254 from embroider-build/release-preview
Release (2024-02-15)
@embroider/addon-blueprint 2.12.0 (minor)
🚀 Enhancement
@embroider/addon-blueprint
- #253 Update LTS scenarios (@bertdeblock)
🐛 Bug Fix
@embroider/addon-blueprint
- #247 fix indentation in GitHub CI workflow (@jelhan)
- #256 Add missing .gitignores to better support --addon-only scenarios (no test app) (@NullVoxPopuli)
Committers: 3
- Bert De Block (@bertdeblock)
- Jeldrik Hanschke (@jelhan)
- @NullVoxPopuli
v2.11.0-@embroider/addon-blueprint: Merge pull request #244 from embroider-build/release-preview
Release (2023-12-18)
@embroider/addon-blueprint 2.11.0 (minor)
🚀 Enhancement
@embroider/addon-blueprint
- #243 Update dependencies in the addon's package.json (@NullVoxPopuli)
Committers: 1
v2.10.0-@embroider/addon-blueprint: Merge pull request #241 from embroider-build/release-preview
Release (2023-12-12)
@embroider/addon-blueprint 2.10.0 (minor)
🚀 Enhancement
@embroider/addon-blueprint
- #222 Use --skip-cleanup for ember-try for faster-exiting try-scenarios (@NullVoxPopuli)
🐛 Bug Fix
Committers: 2
- Bas Kamer (@basz)
- @NullVoxPopuli
v2.9.0-@embroider/addon-blueprint: Merge pull request #240 from embroider-build/release-preview
Release (2023-12-08)
@embroider/addon-blueprint 2.9.0 (minor)
🚀 Enhancement
@embroider/addon-blueprint
- #231 Remove unneeded babel plugins so that shipped addon code is way smaller and easier to debug without sourcemaps (@NullVoxPopuli)
Committers: 1
v2.8.1-@embroider/addon-blueprint: Merge pull request #239 from embroider-build/release-preview
Release (2023-12-06)
@embroider/addon-blueprint 2.8.1 (patch)
🐛 Bug Fix
@embroider/addon-blueprint
- #233 Specify rootDir so that declarations can always be emitted with the correct paths. (@NullVoxPopuli)
📝 Documentation
🏠 Internal
@embroider/addon-blueprint
- #235 Dedupe lockfile (@NullVoxPopuli)
- #236 remove release-it & upgrade release-plan (@mansona)
- #234 Setup release plan (@NullVoxPopuli)
Committers: 3
- Andrey Mikhaylov (lolmaus) (@lolmaus)
- Chris Manson (@mansona)
- @NullVoxPopuli
Release 2.8.0
🚀 Enhancement
- #216 GH Actions: Swap NVP for wyvox (@NullVoxPopuli)
- #214 Update tsconfig to have verbatimModuleSyntax and document reasoning for the tsconfig options (@NullVoxPopuli)
🐛 Bug Fix
- #223 Fix compatibility with ember-cli 5.4+ (@NullVoxPopuli)
- #218 Configure Glint correctly for ember-template-imports (@lukasnys)
- #213 Properly configure Yarn v3 (@bartocc)
Committers: 4
- Julien Palmas (@bartocc)
- Lukas Nys (@lukasnys)
- Simon Ihmig (@simonihmig)
- @NullVoxPopuli
Release 2.7.0
🚀 Enhancement
- #209 Better defaults for publicEntrypoints and appReexports (@simonihmig)
🐛 Bug Fix
- #210 Add a service usage to the TS tests to help guide our babel config for TS. (@NullVoxPopuli)
Committers: 2
- Simon Ihmig (@simonihmig)
- @NullVoxPopuli
Release 2.6.1
🐛 Bug Fix
- #206 Assure gts works (@NullVoxPopuli)
🏠 Internal
- #205 local dev: upgrade pnpm so that we have the resolution-mode=highest change (@NullVoxPopuli)
- #204 Add workflow_dispatch to ci (@NullVoxPopuli)
Committers: 1
Release 2.6.0
🚀 Enhancement
🐛 Bug Fix
- #202 Upgrade @typescript-eslint dependencies (@NullVoxPopuli)
- #201 Use correct extension for Prettier config file in ESLint config (@bertdeblock)
Committers: 3
- Bert De Block (@bertdeblock)
- Godfrey Chan (@chancancode)
- @NullVoxPopuli