From e291e8a74bf8c4b3b83f4a022278e1029e887ce5 Mon Sep 17 00:00:00 2001
From: bumpy-bot <276066384+bumpy-bot@users.noreply.github.com>
Date: Fri, 3 Jul 2026 19:03:04 +0000
Subject: [PATCH] Version packages
@varlock/bumpy@1.18.1
---
.bumpy/yarn-catalogs-yarnrc.md | 5 -----
packages/bumpy/CHANGELOG.md | 7 +++++++
packages/bumpy/package.json | 2 +-
3 files changed, 8 insertions(+), 6 deletions(-)
delete mode 100644 .bumpy/yarn-catalogs-yarnrc.md
diff --git a/.bumpy/yarn-catalogs-yarnrc.md b/.bumpy/yarn-catalogs-yarnrc.md
deleted file mode 100644
index 4067130..0000000
--- a/.bumpy/yarn-catalogs-yarnrc.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@varlock/bumpy': patch
----
-
-Load Yarn catalogs from `.yarnrc.yml`. Yarn (>=4.10) stores catalog definitions in `.yarnrc.yml` under the `catalog`/`catalogs` keys (the same shape pnpm uses in `pnpm-workspace.yaml`), but catalog loading only read `pnpm-workspace.yaml` and `package.json`, so Yarn workspaces always saw an empty catalog map. Catalog loading and the check command's catalog diff now consult the package manager's own YAML file (`.yarnrc.yml` for Yarn).
diff --git a/packages/bumpy/CHANGELOG.md b/packages/bumpy/CHANGELOG.md
index d05b4aa..2ed0cbe 100644
--- a/packages/bumpy/CHANGELOG.md
+++ b/packages/bumpy/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## 1.18.1
+
+2026-07-03
+
+- [#149](https://github.com/dmno-dev/bumpy/pull/149) _(patch)_
+ Load Yarn catalogs from `.yarnrc.yml`. Yarn (>=4.10) stores catalog definitions in `.yarnrc.yml` under the `catalog`/`catalogs` keys (the same shape pnpm uses in `pnpm-workspace.yaml`), but catalog loading only read `pnpm-workspace.yaml` and `package.json`, so Yarn workspaces always saw an empty catalog map. Catalog loading and the check command's catalog diff now consult the package manager's own YAML file (`.yarnrc.yml` for Yarn).
+
## 1.18.0
2026-06-26
diff --git a/packages/bumpy/package.json b/packages/bumpy/package.json
index 3c8d598..3842e00 100644
--- a/packages/bumpy/package.json
+++ b/packages/bumpy/package.json
@@ -1,6 +1,6 @@
{
"name": "@varlock/bumpy",
- "version": "1.18.0",
+ "version": "1.18.1",
"description": "Modern monorepo versioning and changelog tool",
"keywords": [
"bump",