From c9239bf9860555590d69c23e59c00fa2783538f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 4 Oct 2024 04:47:55 +0000 Subject: [PATCH] Version Packages (alpha) --- .changeset/pre.json | 4 +++- packages/components/CHANGELOG.md | 13 +++++++++++++ packages/components/button/CHANGELOG.md | 16 ++++++++++++++++ packages/components/button/package.json | 2 +- packages/components/center/CHANGELOG.md | 13 +++++++++++++ packages/components/center/package.json | 2 +- packages/components/package.json | 2 +- packages/components/ripple/CHANGELOG.md | 13 +++++++++++++ packages/components/ripple/package.json | 2 +- packages/theme/CHANGELOG.md | 13 +++++++++++++ packages/theme/package.json | 2 +- 11 files changed, 76 insertions(+), 6 deletions(-) create mode 100644 packages/components/CHANGELOG.md create mode 100644 packages/components/button/CHANGELOG.md create mode 100644 packages/components/center/CHANGELOG.md create mode 100644 packages/components/ripple/CHANGELOG.md create mode 100644 packages/theme/CHANGELOG.md diff --git a/.changeset/pre.json b/.changeset/pre.json index 20d766e..0609056 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -11,5 +11,7 @@ "@qwqui/ripple": "1.0.0", "@qwqui/theme": "1.0.0" }, - "changesets": [] + "changesets": [ + "brown-penguins-peel" + ] } diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md new file mode 100644 index 0000000..0800d44 --- /dev/null +++ b/packages/components/CHANGELOG.md @@ -0,0 +1,13 @@ +# @qwqui/core + +## 1.0.1-alpha.0 + +### Patch Changes + +- [#20](https://github.com/TeamVastsea/QwQUI/pull/20) [`c9fac1a`](https://github.com/TeamVastsea/QwQUI/commit/c9fac1a168926ed2fd79744f80e77b566f979c28) Thanks [@GaoNeng-wWw](https://github.com/GaoNeng-wWw)! - Release the first alpha version + + ## Spcial Thanks + + - [SnowballXueQiu](https://github.com/SnowballXueQiu) + - [zrll12](https://github.com/zrll12) + - [GaoNeng-wWw](https://github.com/GaoNeng-wWw) diff --git a/packages/components/button/CHANGELOG.md b/packages/components/button/CHANGELOG.md new file mode 100644 index 0000000..3388aba --- /dev/null +++ b/packages/components/button/CHANGELOG.md @@ -0,0 +1,16 @@ +# @qwqui/button + +## 1.0.1-alpha.0 + +### Patch Changes + +- [#20](https://github.com/TeamVastsea/QwQUI/pull/20) [`c9fac1a`](https://github.com/TeamVastsea/QwQUI/commit/c9fac1a168926ed2fd79744f80e77b566f979c28) Thanks [@GaoNeng-wWw](https://github.com/GaoNeng-wWw)! - Release the first alpha version + + ## Spcial Thanks + + - [SnowballXueQiu](https://github.com/SnowballXueQiu) + - [zrll12](https://github.com/zrll12) + - [GaoNeng-wWw](https://github.com/GaoNeng-wWw) + +- Updated dependencies [[`c9fac1a`](https://github.com/TeamVastsea/QwQUI/commit/c9fac1a168926ed2fd79744f80e77b566f979c28)]: + - @qwqui/theme@1.0.1-alpha.0 diff --git a/packages/components/button/package.json b/packages/components/button/package.json index 7bf896b..fd6896f 100644 --- a/packages/components/button/package.json +++ b/packages/components/button/package.json @@ -1,6 +1,6 @@ { "name": "@qwqui/button", - "version": "1.0.0", + "version": "1.0.1-alpha.0", "description": "", "scripts": { "build": "rslib build", diff --git a/packages/components/center/CHANGELOG.md b/packages/components/center/CHANGELOG.md new file mode 100644 index 0000000..4828958 --- /dev/null +++ b/packages/components/center/CHANGELOG.md @@ -0,0 +1,13 @@ +# @qwqui/center + +## 1.0.1-alpha.0 + +### Patch Changes + +- [#20](https://github.com/TeamVastsea/QwQUI/pull/20) [`c9fac1a`](https://github.com/TeamVastsea/QwQUI/commit/c9fac1a168926ed2fd79744f80e77b566f979c28) Thanks [@GaoNeng-wWw](https://github.com/GaoNeng-wWw)! - Release the first alpha version + + ## Spcial Thanks + + - [SnowballXueQiu](https://github.com/SnowballXueQiu) + - [zrll12](https://github.com/zrll12) + - [GaoNeng-wWw](https://github.com/GaoNeng-wWw) diff --git a/packages/components/center/package.json b/packages/components/center/package.json index 30ac2f7..047516e 100644 --- a/packages/components/center/package.json +++ b/packages/components/center/package.json @@ -1,6 +1,6 @@ { "name": "@qwqui/center", - "version": "1.0.0", + "version": "1.0.1-alpha.0", "description": "", "scripts": { "build": "rslib build", diff --git a/packages/components/package.json b/packages/components/package.json index 52cdf29..0047353 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@qwqui/core", - "version": "1.0.0", + "version": "1.0.1-alpha.0", "description": "", "scripts": { "build": "rslib build", diff --git a/packages/components/ripple/CHANGELOG.md b/packages/components/ripple/CHANGELOG.md new file mode 100644 index 0000000..80b6bfe --- /dev/null +++ b/packages/components/ripple/CHANGELOG.md @@ -0,0 +1,13 @@ +# @qwqui/ripple + +## 1.0.1-alpha.0 + +### Patch Changes + +- [#20](https://github.com/TeamVastsea/QwQUI/pull/20) [`c9fac1a`](https://github.com/TeamVastsea/QwQUI/commit/c9fac1a168926ed2fd79744f80e77b566f979c28) Thanks [@GaoNeng-wWw](https://github.com/GaoNeng-wWw)! - Release the first alpha version + + ## Spcial Thanks + + - [SnowballXueQiu](https://github.com/SnowballXueQiu) + - [zrll12](https://github.com/zrll12) + - [GaoNeng-wWw](https://github.com/GaoNeng-wWw) diff --git a/packages/components/ripple/package.json b/packages/components/ripple/package.json index b010d53..9bca917 100644 --- a/packages/components/ripple/package.json +++ b/packages/components/ripple/package.json @@ -1,6 +1,6 @@ { "name": "@qwqui/ripple", - "version": "1.0.0", + "version": "1.0.1-alpha.0", "description": "", "scripts": { "build": "rslib build", diff --git a/packages/theme/CHANGELOG.md b/packages/theme/CHANGELOG.md new file mode 100644 index 0000000..cf42814 --- /dev/null +++ b/packages/theme/CHANGELOG.md @@ -0,0 +1,13 @@ +# @qwqui/theme + +## 1.0.1-alpha.0 + +### Patch Changes + +- [#20](https://github.com/TeamVastsea/QwQUI/pull/20) [`c9fac1a`](https://github.com/TeamVastsea/QwQUI/commit/c9fac1a168926ed2fd79744f80e77b566f979c28) Thanks [@GaoNeng-wWw](https://github.com/GaoNeng-wWw)! - Release the first alpha version + + ## Spcial Thanks + + - [SnowballXueQiu](https://github.com/SnowballXueQiu) + - [zrll12](https://github.com/zrll12) + - [GaoNeng-wWw](https://github.com/GaoNeng-wWw) diff --git a/packages/theme/package.json b/packages/theme/package.json index 94563df..d06cf09 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -1,6 +1,6 @@ { "name": "@qwqui/theme", - "version": "1.0.0", + "version": "1.0.1-alpha.0", "files": [ "dist" ],