Releases: mscharley/dependency-changesets-action
Releases · mscharley/dependency-changesets-action
v1.1.3
What's Changed
Fixed a bug in the migration to ESM in 1.1.2 that meant the action couldn't launch successfully.
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- chore: migrate to pnpm by @mscharley in #248
- fix: migrate to rollup so that we can do treeshaking by @mscharley in #259
- fix: add some extra debugging information by @mscharley in #316
Full Changelog: v1.1.1...v1.1.2
v1.1.1
v1.1.0
What's Changed
- feat: implement the
privatePackages
option from changesets by @mscharley in #234
Full Changelog: v1.0.11...v1.1.0
v1.0.11
What's Changed
- fix: add better debugging messages for decisions around conventional commits by @mscharley in #182
Full Changelog: v1.0.10...v1.0.11
v1.0.10
What's Changed
- Make ignored packages actually get excluded by @mscharley in #172
Full Changelog: v1.0.9...v1.0.10
v1.0.9
What's Changed
- Fixed an issue where no changesets would ever be generated
Full Changelog: v1.0.8...v1.0.9
v1.0.8
What's Changed
- Add support for major version bumps by @mscharley in #125
Full Changelog: v1.0.7...v1.0.8
v1.0.7
- Added support for honouring the
ignore
configuration from changesets. [#83]
v1.0.6
Bug fix for the input handling around the configuration rename