v4.2.0-ember-changeset: Prepare Release using 'release-plan' (#689)
·
14 commits
to master
since this release
Release (2025-03-25)
ember-changeset 4.2.0 (minor)
π₯ Breaking Change
- #688 Drop support for Node.js 17 and below (@SergeAstapov)
π Enhancement
ember-changeset
,test-app
ember-changeset
- #698 Provide types for helpers named exports for .gts support (@SergeAstapov)
- Other
- #694 Provide helpers named exports for Template Tag support (@SergeAstapov)
- #662 Pass through original mergeDeep error in cause property (@mintyfloss)
π Documentation
- #691 Modernize readme examples (@SergeAstapov)
- #690 Update minimum supported Node.js version in README.md (@SergeAstapov)
- #687 Add missing changelog entries (@SergeAstapov)
- #672 Update documentation urls to the new location (@SergeAstapov)
- #671 Update the
repository
field of thepackage.json
to point to the new location (@SergeAstapov) - #666 Use #let instead of deprecated #with in example (@x-m-el)
π Internal
ember-changeset
,test-app
- #697 Extract addon to separate workspace (@SergeAstapov)
test-app
- #695 Switch to monorepo (@SergeAstapov)
- Other
- #696 Switch from npm to pnpm (@SergeAstapov)
- #692 Remove unnecessary .gitkeep files (@SergeAstapov)
- #684 Sync with latest addon blueprint via ember-cli-update --to=5.12 (@SergeAstapov)
- #682 Switch from release-it to release-plan (@SergeAstapov)
- #686 Bump eslint-plugin-qunit to v8 (@SergeAstapov)
- #685 Replace Input component in tests with input element (@SergeAstapov)
- #681 Sync with latest addon blueprint via ember-cli-update --to=4.12 (@SergeAstapov)
- #683 Replace action helper with fn (@SergeAstapov)
- #680 Bump ember-template-lint to v5 and fix errors (@SergeAstapov)
- #679 Explicit relationships options and ED store import in dummy app (@SergeAstapov)
- #678 Move components templates to colocated layout (@SergeAstapov)
- #676 Introduce stylelint (@SergeAstapov)
- #677 Replace
with
template helper withlet
(@SergeAstapov) - #673 Bump prettier to v3 and fix lint (@SergeAstapov)
- #675 Bump ESLint to v8 and related plugins (@SergeAstapov)
- #674 Bump GitHub actions (@SergeAstapov)
Committers: 4
- Jeff Keen (@jkeen)
- Michael Cheng (@mintyfloss)
- Sergey Astapov (@SergeAstapov)
- @x-m-el