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 9, 2024
1 parent c105a4b commit 9cb86d1
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 28 deletions.
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@
"@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"
},
"changesets": [
"big-countries-punch",
"big-swans-sneeze",
"brown-penguins-peel",
"olive-pugs-accept"
]
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

0 comments on commit 9cb86d1

Please sign in to comment.