Skip to content

Commit

Permalink
Merge pull request #62 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 d13bd70 + 9537e25 commit a3eea09
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/loud-llamas-yell.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.24

### Patch Changes

- Updated dependencies [a0be2b0]
- [email protected]

## 1.0.23

### 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.23",
"version": "1.0.24",
"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.6

### Patch Changes

- a0be2b0: for test ci

## 0.13.5

### 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.5",
"version": "0.13.6",
"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.6

### Patch Changes

- a0be2b0: for test ci
- Updated dependencies [a0be2b0]
- [email protected]

## 0.7.5

### 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.5",
"version": "0.7.6",
"description": "a monorepo cli tool for Node.js、React",
"bin": {
"minecat": "dist/cli.js"
Expand Down

0 comments on commit a3eea09

Please sign in to comment.