Skip to content

Commit 9e68e68

Browse files
committed
Version packages
@varlock/bumpy@0.0.1
1 parent 20aacda commit 9e68e68

3 files changed

Lines changed: 17 additions & 16 deletions

File tree

.bumpy/initial-release.md

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

packages/bumpy/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
## 0.0.1
4+
5+
_2026-04-14_
6+
7+
- Initial release of bumpy - a modern monorepo versioning and changelog tool.
8+
- Interactive and non-interactive changeset creation
9+
- Flexible dependency bump propagation with cascade control
10+
- Isolated bump support to skip dependency propagation
11+
- Fixed and linked package group strategies
12+
- Pluggable changelog formatters
13+
- Conventional commits bridge for automatic changeset generation
14+
- GitHub CI integration for PR checks and automated releases
15+
- Migration path from @changesets/cli
16+
- AI skill for Claude Code integration

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": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Modern monorepo versioning and changelog tool",
55
"bin": {
66
"bumpy": "./dist/cli.mjs"

0 commit comments

Comments
 (0)