Skip to content

Commit

Permalink
chore: [skip ci] bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
QingShan-Xu committed Jun 3, 2024
1 parent 5de51bc commit 9d331a2
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.2](https://github.com/QingShan-Xu/playground/compare/v0.0.1...v0.0.2) (2024-06-03)

**Note:** Version bump only for package playground

## 0.0.1 (2024-06-03)

**Note:** Version bump only for package playground
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"message": "chore: [skip ci] bump packages"
}
},
"version": "0.0.1"
"version": "0.0.2"
}
4 changes: 4 additions & 0 deletions packages/playground-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.2](https://github.com/QingShan-Xu/playground/compare/v0.0.1...v0.0.2) (2024-06-03)

**Note:** Version bump only for package @xqcc/playground-client

## 0.0.1 (2024-06-03)

**Note:** Version bump only for package @xqcc/playground-client
2 changes: 1 addition & 1 deletion packages/playground-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xqcc/playground-client",
"version": "0.0.1",
"version": "0.0.2",
"description": "Client-side playground environment",
"keywords": [
"client",
Expand Down
4 changes: 4 additions & 0 deletions packages/playground-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.2](https://github.com/QingShan-Xu/playground/compare/v0.0.1...v0.0.2) (2024-06-03)

**Note:** Version bump only for package @xqcc/playground-react

## 0.0.1 (2024-06-03)

**Note:** Version bump only for package @xqcc/playground-react
4 changes: 2 additions & 2 deletions packages/playground-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xqcc/playground-react",
"version": "0.0.1",
"version": "0.0.2",
"description": "React components for playground environment",
"keywords": [
"react",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-slot": "^1.0.2",
"@xqcc/playground-client": "0.0.1",
"@xqcc/playground-client": "^0.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"less": "^4.2.0",
Expand Down

0 comments on commit 9d331a2

Please sign in to comment.