Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages (alpha) #36

Draft
wants to merge 1 commit into
base: release
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
7 changes: 7 additions & 0 deletions packages/components/code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/components/code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qwqui/code",
"version": "0.0.0",
"version": "1.0.0-alpha.0",
"description": "",
"scripts": {
"build": "rslib build",
Expand Down
7 changes: 7 additions & 0 deletions packages/components/flex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
52 changes: 26 additions & 26 deletions packages/components/flex/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
7 changes: 7 additions & 0 deletions packages/components/group/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion packages/components/group/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qwqui/group",
"version": "0.0.0",
"version": "1.0.0-alpha.0",
"description": "",
"scripts": {
"build": "rslib build",
Expand Down
10 changes: 10 additions & 0 deletions packages/components/stack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/components/stack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qwqui/stack",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "",
"scripts": {
"build": "rslib build",
Expand Down
7 changes: 7 additions & 0 deletions packages/tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qwqui/tools",
"version": "0.0.0",
"version": "1.0.0-alpha.0",
"description": "",
"scripts": {
"build": "rslib build",
Expand Down