diff --git a/.bumpy/direct-bump-and-fixed-sync.md b/.bumpy/direct-bump-and-fixed-sync.md deleted file mode 100644 index 5999833..0000000 --- a/.bumpy/direct-bump-and-fixed-sync.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@varlock/bumpy': minor ---- - -Added `directBump: false` per-package config for packages that only receive propagated bumps (e.g. platform binary packages in a fixed group with their core package) — they are excluded from `bumpy add`/`bumpy generate`, rejected when a bump file names them directly, and `bumpy check` points at their fixed-group members instead. Fixed groups now sync drifted members to a bump of the group's highest version so they reconverge. diff --git a/packages/bumpy/CHANGELOG.md b/packages/bumpy/CHANGELOG.md index 2ed0cbe..9e5d876 100644 --- a/packages/bumpy/CHANGELOG.md +++ b/packages/bumpy/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.19.0 + +2026-08-15 + +- [#155](https://github.com/dmno-dev/bumpy/pull/155) _(minor)_ + Added `directBump: false` per-package config for packages that only receive propagated bumps (e.g. platform binary packages in a fixed group with their core package) — they are excluded from `bumpy add`/`bumpy generate`, rejected when a bump file names them directly, and `bumpy check` points at their fixed-group members instead. Fixed groups now sync drifted members to a bump of the group's highest version so they reconverge. + ## 1.18.1 2026-07-03 diff --git a/packages/bumpy/package.json b/packages/bumpy/package.json index 3842e00..6327e1a 100644 --- a/packages/bumpy/package.json +++ b/packages/bumpy/package.json @@ -1,6 +1,6 @@ { "name": "@varlock/bumpy", - "version": "1.18.1", + "version": "1.19.0", "description": "Modern monorepo versioning and changelog tool", "keywords": [ "bump",