Skip to content

Commit 22b752b

Browse files
authored
🐸 Versioned release (#72)
<a href="https://bumpy.varlock.dev"><img src="https://raw.githubusercontent.com/dmno-dev/bumpy/main/images/frog-clipboard.png" alt="bumpy-frog" width="60" align="left" style="image-rendering: pixelated;" title="Hi! I'm bumpy!" /></a> This PR was created and will be kept in sync by [bumpy](https://bumpy.varlock.dev) based on your bump files (in `.bumpy/`). Merge it when you are ready to release the packages listed below: <br clear="left" /> ### <a href="https://bumpy.varlock.dev" title="Minor releases"><img src="https://raw.githubusercontent.com/dmno-dev/bumpy/main/images/frog-minor.png" alt="minor" width="52" style="image-rendering: pixelated;" align="right" /></a> Minor releases #### `@varlock/bumpy` 1.7.1 → **1.8.0** <sub>[CHANGELOG.md](https://github.com/dmno-dev/bumpy/pull/72/changes#diff-4172fac00a078eb9cef75fbac6f1df8320cd5bf3d45ed733e055f7567d8d0e29)</sub> - Add `cascadeFrom` config and simplify cascade API ([bump file](https://github.com/dmno-dev/bumpy/pull/72/changes#diff-78bf82b65b8a601e545800c7807ad28378c5f322ce2b10e1fde3b95c96d532b3)) Added consumer-side `cascadeFrom` as the complement to `cascadeTo`, allowing packages to declare cascade relationships from either direction. Both now support an array shorthand with sensible defaults (trigger: "patch", bumpAs: "match") alongside the object form for custom rules. Co-authored-by: bumpy-bot <276066384+bumpy-bot@users.noreply.github.com>
1 parent 771fe5a commit 22b752b

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.bumpy/cascade-from.md

Lines changed: 0 additions & 7 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.8.0
4+
5+
<sub>2026-05-05</sub>
6+
7+
- [#71](https://github.com/dmno-dev/bumpy/pull/71) - Add `cascadeFrom` config and simplify cascade API
8+
Added consumer-side `cascadeFrom` as the complement to `cascadeTo`, allowing packages to declare cascade relationships from either direction. Both now support an array shorthand with sensible defaults (trigger: "patch", bumpAs: "match") alongside the object form for custom rules.
9+
310
## 1.7.1
411

512
<sub>2026-05-04</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.7.1",
3+
"version": "1.8.0",
44
"description": "Modern monorepo versioning and changelog tool",
55
"keywords": [
66
"bump",

0 commit comments

Comments
 (0)