Skip to content

Commit 22760a4

Browse files
committed
Version packages
@varlock/bumpy@1.19.0
1 parent 59da055 commit 22760a4

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

.bumpy/direct-bump-and-fixed-sync.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/bumpy/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 1.19.0
4+
5+
<sub>2026-08-15</sub>
6+
7+
- [#155](https://github.com/dmno-dev/bumpy/pull/155) _(minor)_
8+
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.
9+
310
## 1.18.1
411

512
<sub>2026-07-03</sub>

packages/bumpy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@varlock/bumpy",
3-
"version": "1.18.1",
3+
"version": "1.19.0",
44
"description": "Modern monorepo versioning and changelog tool",
55
"keywords": [
66
"bump",

0 commit comments

Comments
 (0)