Skip to content

Commit

Permalink
Version Packages (alpha)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 14, 2024
1 parent bea0987 commit 6455ebf
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 30 deletions.
10 changes: 8 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,16 @@
"@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/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"
"olive-pugs-accept",
"two-snakes-build"
]
}
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
6 changes: 6 additions & 0 deletions packages/components/stack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @qwqui/stack

## 1.0.0-alpha.1

### Patch Changes

- [#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

0 comments on commit 6455ebf

Please sign in to comment.