From 9c44d7792b742e3380563931d05bb0c7e8a49287 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E9=9D=92=E5=B1=B1?= <1370572852@qq.com> Date: Mon, 3 Jun 2024 13:55:09 +0800 Subject: [PATCH] chore: [skip ci] bump packages --- CHANGELOG.md | 4 ++++ lerna.json | 2 +- packages/playground-client/CHANGELOG.md | 4 ++++ packages/playground-client/package.json | 2 +- packages/playground-react/CHANGELOG.md | 4 ++++ packages/playground-react/package.json | 2 +- 6 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0685f7d..b30fb7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.4](https://github.com/QingShan-Xu/playground/compare/v0.0.3...v0.0.4) (2024-06-03) + +**Note:** Version bump only for package playground + ## [0.0.3](https://github.com/QingShan-Xu/playground/compare/v0.0.2...v0.0.3) (2024-06-03) **Note:** Version bump only for package playground diff --git a/lerna.json b/lerna.json index 4986c83..9f0c401 100644 --- a/lerna.json +++ b/lerna.json @@ -19,5 +19,5 @@ "message": "chore: [skip ci] bump packages" } }, - "version": "0.0.3" + "version": "0.0.4" } diff --git a/packages/playground-client/CHANGELOG.md b/packages/playground-client/CHANGELOG.md index ffa2f81..e8be51a 100644 --- a/packages/playground-client/CHANGELOG.md +++ b/packages/playground-client/CHANGELOG.md @@ -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.4](https://github.com/QingShan-Xu/playground/compare/v0.0.3...v0.0.4) (2024-06-03) + +**Note:** Version bump only for package @xqcc/playground-client + ## [0.0.3](https://github.com/QingShan-Xu/playground/compare/v0.0.2...v0.0.3) (2024-06-03) **Note:** Version bump only for package @xqcc/playground-client diff --git a/packages/playground-client/package.json b/packages/playground-client/package.json index 036145d..74eb61d 100644 --- a/packages/playground-client/package.json +++ b/packages/playground-client/package.json @@ -1,6 +1,6 @@ { "name": "@xqcc/playground-client", - "version": "0.0.3", + "version": "0.0.4", "description": "Client-side playground environment", "keywords": [ "client", diff --git a/packages/playground-react/CHANGELOG.md b/packages/playground-react/CHANGELOG.md index ea8d39b..af30db5 100644 --- a/packages/playground-react/CHANGELOG.md +++ b/packages/playground-react/CHANGELOG.md @@ -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.4](https://github.com/QingShan-Xu/playground/compare/v0.0.3...v0.0.4) (2024-06-03) + +**Note:** Version bump only for package @xqcc/playground-react + ## [0.0.3](https://github.com/QingShan-Xu/playground/compare/v0.0.2...v0.0.3) (2024-06-03) **Note:** Version bump only for package @xqcc/playground-react diff --git a/packages/playground-react/package.json b/packages/playground-react/package.json index f69d139..55ce7e7 100644 --- a/packages/playground-react/package.json +++ b/packages/playground-react/package.json @@ -1,6 +1,6 @@ { "name": "@xqcc/playground-react", - "version": "0.0.3", + "version": "0.0.4", "description": "React components for playground environment", "keywords": [ "react",