diff --git a/.bumpy/empty-ci-setup.md b/.bumpy/empty-ci-setup.md deleted file mode 100644 index a845151..0000000 --- a/.bumpy/empty-ci-setup.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.bumpy/fix-check-branch-filter.md b/.bumpy/fix-check-branch-filter.md deleted file mode 100644 index c1ba0ea..0000000 --- a/.bumpy/fix-check-branch-filter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@varlock/bumpy': patch ---- - -Fix check command to only count bump files from current branch, and handle empty bump files correctly in both local and CI check diff --git a/.bumpy/fix-delete-empty-bump-files.md b/.bumpy/fix-delete-empty-bump-files.md deleted file mode 100644 index 4c0995c..0000000 --- a/.bumpy/fix-delete-empty-bump-files.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@varlock/bumpy': patch ---- - -Fix empty bump files not being deleted during versioning diff --git a/.bumpy/generate-from-all-commits.md b/.bumpy/generate-from-all-commits.md deleted file mode 100644 index a9dd5b9..0000000 --- a/.bumpy/generate-from-all-commits.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@varlock/bumpy': minor ---- - -Generate command now detects bumps from all commits, not just conventional commits. diff --git a/.bumpy/init-readme.md b/.bumpy/init-readme.md deleted file mode 100644 index 3aca8e7..0000000 --- a/.bumpy/init-readme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@varlock/bumpy': patch ---- - -Generate comprehensive README.md in .bumpy/ during init with auto-detected package manager commands diff --git a/.bumpy/json-schema-and-config.md b/.bumpy/json-schema-and-config.md deleted file mode 100644 index aa32553..0000000 --- a/.bumpy/json-schema-and-config.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@varlock/bumpy': minor ---- - -Add published JSON schema for config file with editor autocomplete/validation. New config options: `changedFilePatterns` (root + per-package) for filtering which file changes trigger package detection, `commit` object form for custom commit messages, and `changelog: false` to disable changelog generation. diff --git a/.bumpy/merge-migrate-into-init.md b/.bumpy/merge-migrate-into-init.md deleted file mode 100644 index 97a9679..0000000 --- a/.bumpy/merge-migrate-into-init.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@varlock/bumpy': minor ---- - -Merge migrate command into init — `bumpy init` now auto-detects `.changeset/` and handles migration. Added 🐸 emoji to success messages across all commands. diff --git a/packages/bumpy/CHANGELOG.md b/packages/bumpy/CHANGELOG.md index dc0f479..b0534fd 100644 --- a/packages/bumpy/CHANGELOG.md +++ b/packages/bumpy/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 1.1.0 + +_2026-04-22_ + +- [#29](https://github.com/dmno-dev/bumpy/pull/29) [`040386c`](https://github.com/dmno-dev/bumpy/commit/040386c685ef08b66888a2fdf6b9dfaedb4298db) - Generate comprehensive README.md in .bumpy/ during init with auto-detected package manager commands +- [#30](https://github.com/dmno-dev/bumpy/pull/30) [`acdf57c`](https://github.com/dmno-dev/bumpy/commit/acdf57c2d403f6aef4b15f2876ed171c85bd771e) - Fix check command to only count bump files from current branch, and handle empty bump files correctly in both local and CI check +- [#32](https://github.com/dmno-dev/bumpy/pull/32) [`6f9bce7`](https://github.com/dmno-dev/bumpy/commit/6f9bce77b518cdc075467b46113f2f6b0e1d6a76) - Fix empty bump files not being deleted during versioning +- [#33](https://github.com/dmno-dev/bumpy/pull/33) [`d2d73c4`](https://github.com/dmno-dev/bumpy/commit/d2d73c4b91cb12d75635629454a63cc3d5ad4118) - Generate command now detects bumps from all commits, not just conventional commits. +- [#34](https://github.com/dmno-dev/bumpy/pull/34) [`32c3856`](https://github.com/dmno-dev/bumpy/commit/32c385600b43e1b6f8b414b748031bef8f47e1b5) - Add published JSON schema for config file with editor autocomplete/validation. New config options: `changedFilePatterns` (root + per-package) for filtering which file changes trigger package detection, `commit` object form for custom commit messages, and `changelog: false` to disable changelog generation. +- [#35](https://github.com/dmno-dev/bumpy/pull/35) [`83814c7`](https://github.com/dmno-dev/bumpy/commit/83814c76bd4ffdc1fd2ce5dfdb6ce281a2174e03) - Merge migrate command into init — `bumpy init` now auto-detects `.changeset/` and handles migration. Added 🐸 emoji to success messages across all commands. + ## 🎉 1.0.0 bumpy-frog-party _2026-04-21_ diff --git a/packages/bumpy/package.json b/packages/bumpy/package.json index e97e2a4..949005b 100644 --- a/packages/bumpy/package.json +++ b/packages/bumpy/package.json @@ -1,6 +1,6 @@ { "name": "@varlock/bumpy", - "version": "1.0.0", + "version": "1.1.0", "description": "Modern monorepo versioning and changelog tool", "keywords": [ "bump",