diff --git a/.changeset/pre.json b/.changeset/pre.json index fd5c128..ea4dba9 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -10,10 +10,20 @@ "@qwqui/center": "1.0.0", "@qwqui/ripple": "1.0.0", "@qwqui/theme": "1.0.0", - "@qwqui/stack": "0.0.0" + "@qwqui/stack": "0.0.0", + "@qwqui/code": "0.0.0", + "@qwqui/flex": "0.0.0", + "@qwqui/group": "0.0.0", + "@qwqui/tools": "0.0.0" }, "changesets": [ + "big-countries-punch", + "big-swans-sneeze", "brown-penguins-peel", - "olive-pugs-accept" + "many-houses-hear", + "olive-pugs-accept", + "slimy-buckets-own", + "stupid-bananas-develop", + "two-snakes-build" ] } diff --git a/packages/components/code/CHANGELOG.md b/packages/components/code/CHANGELOG.md new file mode 100644 index 0000000..b10cb7f --- /dev/null +++ b/packages/components/code/CHANGELOG.md @@ -0,0 +1,7 @@ +# @qwqui/code + +## 1.0.0-alpha.0 + +### Major Changes + +- [#42](https://github.com/TeamVastsea/QwQUI/pull/42) [`f8dffa6`](https://github.com/TeamVastsea/QwQUI/commit/f8dffa60dd46575ebb573818b278e37edcd91bce) Thanks [@GaoNeng-wWw](https://github.com/GaoNeng-wWw)! - code component diff --git a/packages/components/code/package.json b/packages/components/code/package.json index 7556191..109b1d4 100644 --- a/packages/components/code/package.json +++ b/packages/components/code/package.json @@ -1,6 +1,6 @@ { "name": "@qwqui/code", - "version": "0.0.0", + "version": "1.0.0-alpha.0", "description": "", "scripts": { "build": "rslib build", diff --git a/packages/components/flex/CHANGELOG.md b/packages/components/flex/CHANGELOG.md new file mode 100644 index 0000000..38d4ac0 --- /dev/null +++ b/packages/components/flex/CHANGELOG.md @@ -0,0 +1,7 @@ +# @qwqui/flex + +## 1.0.0-alpha.0 + +### Major Changes + +- [#40](https://github.com/TeamVastsea/QwQUI/pull/40) [`7b998ba`](https://github.com/TeamVastsea/QwQUI/commit/7b998bac0f1c4f8a065bf1aa818f01a60f1eaeca) Thanks [@LYXOfficial](https://github.com/LYXOfficial)! - feat: add flex layout diff --git a/packages/components/flex/package.json b/packages/components/flex/package.json index c9ff97b..c0d2c11 100644 --- a/packages/components/flex/package.json +++ b/packages/components/flex/package.json @@ -1,29 +1,29 @@ { - "name": "@qwqui/flex", - "version": "0.0.0", - "description": "", - "scripts": { - "build": "rslib build", - "clean:dist": "rimraf dist .rslib", - "clean:deps": "rimraf node_modules" - }, - "keywords": [], - "author": "", - "license": "MIT", - "types": "./dist/index.d.mts", - "main": "./dist/index.js", - "module": "./dist/index.mjs", - "exports": { - ".": { - "import": "./dist/index.mjs", - "require": "./dist/index.js", - "types": "./dist/index.d.mts" - } - }, - "files": [ - "dist" - ], - "peerDependencies": { - "react": "18.3.1" + "name": "@qwqui/flex", + "version": "1.0.0-alpha.0", + "description": "", + "scripts": { + "build": "rslib build", + "clean:dist": "rimraf dist .rslib", + "clean:deps": "rimraf node_modules" + }, + "keywords": [], + "author": "", + "license": "MIT", + "types": "./dist/index.d.mts", + "main": "./dist/index.js", + "module": "./dist/index.mjs", + "exports": { + ".": { + "import": "./dist/index.mjs", + "require": "./dist/index.js", + "types": "./dist/index.d.mts" } + }, + "files": [ + "dist" + ], + "peerDependencies": { + "react": "18.3.1" + } } \ No newline at end of file diff --git a/packages/components/group/CHANGELOG.md b/packages/components/group/CHANGELOG.md new file mode 100644 index 0000000..e41e631 --- /dev/null +++ b/packages/components/group/CHANGELOG.md @@ -0,0 +1,7 @@ +# @qwqui/group + +## 1.0.0-alpha.0 + +### Major Changes + +- [#35](https://github.com/TeamVastsea/QwQUI/pull/35) [`9b55994`](https://github.com/TeamVastsea/QwQUI/commit/9b55994cb9a406a6ecf804500b80c874bfc71dea) Thanks [@GaoNeng-wWw](https://github.com/GaoNeng-wWw)! - feat: implment group component. diff --git a/packages/components/group/package.json b/packages/components/group/package.json index 7c917bd..19e6c7d 100644 --- a/packages/components/group/package.json +++ b/packages/components/group/package.json @@ -1,6 +1,6 @@ { "name": "@qwqui/group", - "version": "0.0.0", + "version": "1.0.0-alpha.0", "description": "", "scripts": { "build": "rslib build", diff --git a/packages/components/stack/CHANGELOG.md b/packages/components/stack/CHANGELOG.md index ae1b3f3..204c2c3 100644 --- a/packages/components/stack/CHANGELOG.md +++ b/packages/components/stack/CHANGELOG.md @@ -1,5 +1,15 @@ # @qwqui/stack +## 1.0.0-alpha.1 + +### Patch Changes + +- [#50](https://github.com/TeamVastsea/QwQUI/pull/50) [`808ccbc`](https://github.com/TeamVastsea/QwQUI/commit/808ccbc6a02a54621c692f79a88f2c47b3f4f6d3) Thanks [@GaoNeng-wWw](https://github.com/GaoNeng-wWw)! - fix(stack): loss props. + + Now the component has a type prompt + +- [#37](https://github.com/TeamVastsea/QwQUI/pull/37) [`2d390dc`](https://github.com/TeamVastsea/QwQUI/commit/2d390dc1866dee98c0f22f92b90cb14b3a181221) Thanks [@GaoNeng-wWw](https://github.com/GaoNeng-wWw)! - use dev tools refactor stack component + ## 1.0.0-alpha.0 ### Major Changes diff --git a/packages/components/stack/package.json b/packages/components/stack/package.json index caffb33..538018c 100644 --- a/packages/components/stack/package.json +++ b/packages/components/stack/package.json @@ -1,6 +1,6 @@ { "name": "@qwqui/stack", - "version": "1.0.0-alpha.0", + "version": "1.0.0-alpha.1", "description": "", "scripts": { "build": "rslib build", diff --git a/packages/tools/CHANGELOG.md b/packages/tools/CHANGELOG.md new file mode 100644 index 0000000..99dc48b --- /dev/null +++ b/packages/tools/CHANGELOG.md @@ -0,0 +1,7 @@ +# @qwqui/tools + +## 1.0.0-alpha.0 + +### Major Changes + +- [#49](https://github.com/TeamVastsea/QwQUI/pull/49) [`981d77b`](https://github.com/TeamVastsea/QwQUI/commit/981d77b35cac90fad23be34739da79440da0fee5) Thanks [@GaoNeng-wWw](https://github.com/GaoNeng-wWw)! - Add props type diff --git a/packages/tools/package.json b/packages/tools/package.json index 4b6fa6a..7f1d1f0 100644 --- a/packages/tools/package.json +++ b/packages/tools/package.json @@ -1,6 +1,6 @@ { "name": "@qwqui/tools", - "version": "0.0.0", + "version": "1.0.0-alpha.0", "description": "", "scripts": { "build": "rslib build",