Skip to content

Commit

Permalink
Merge pull request #52 from npmstudy/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
npmstudy authored Mar 1, 2024
2 parents d1951c1 + cc4e017 commit ac49d09
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/rich-planes-behave.md

This file was deleted.

7 changes: 7 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# example

## 1.0.21

### Patch Changes

- Updated dependencies [be3b98c]
- [email protected]

## 1.0.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "1.0.20",
"version": "1.0.21",
"description": "",
"main": "index.js",
"private": true,
Expand Down
6 changes: 6 additions & 0 deletions packages/libargs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# libargs

## 0.13.3

### Patch Changes

- be3b98c: bump

## 0.13.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libargs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libargs",
"version": "0.13.2",
"version": "0.13.3",
"description": "a configurable cli tool",
"license": "MIT",
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/minecat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# minecat

## 0.7.3

### Patch Changes

- be3b98c: bump
- Updated dependencies [be3b98c]
- [email protected]

## 0.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/minecat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minecat",
"version": "0.7.2",
"version": "0.7.3",
"description": "a monorepo cli tool for Node.js、React",
"bin": {
"minecat": "dist/cli.js"
Expand Down

0 comments on commit ac49d09

Please sign in to comment.