Skip to content

Commit

Permalink
Merge pull request #28 from TeamVastsea/release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
GaoNeng-wWw authored Oct 4, 2024
2 parents 1051cc9 + b5e1f8f commit e14ab63
Show file tree
Hide file tree
Showing 17 changed files with 165 additions and 8 deletions.
6 changes: 6 additions & 0 deletions .changeset/brown-penguins-peel.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@
---

Release the first alpha version

## Spcial Thanks

- [SnowballXueQiu](https://github.com/SnowballXueQiu)
- [zrll12](https://github.com/zrll12)
- [GaoNeng-wWw](https://github.com/GaoNeng-wWw)
7 changes: 6 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"changelog": [
"@changesets/changelog-github",
{
"repo": "TeamVastsea/QwQUI"
}
],
"commit": false,
"fixed": [],
"linked": [],
Expand Down
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@
"@qwqui/ripple": "1.0.0",
"@qwqui/theme": "1.0.0"
},
"changesets": []
"changesets": [
"brown-penguins-peel"
]
}
6 changes: 5 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@ on:
branches:
- main

permissions:
contents: write
pull-requests: write

jobs:
release:
name: Release
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [16]
node-version: [20]

steps:
- name: Checkout Branch
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
branches:
- release


permissions:
contents: write
pull-requests: write

jobs:
version:
name: Version
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"lint": "eslint ."
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.8",
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.10.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
16 changes: 16 additions & 0 deletions packages/components/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qwqui/button",
"version": "1.0.0",
"version": "1.0.1-alpha.0",
"description": "",
"scripts": {
"build": "rslib build",
Expand Down
13 changes: 13 additions & 0 deletions packages/components/center/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion packages/components/center/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qwqui/center",
"version": "1.0.0",
"version": "1.0.1-alpha.0",
"description": "",
"scripts": {
"build": "rslib build",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qwqui/core",
"version": "1.0.0",
"version": "1.0.1-alpha.0",
"description": "",
"scripts": {
"build": "rslib build",
Expand Down
13 changes: 13 additions & 0 deletions packages/components/ripple/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion packages/components/ripple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qwqui/ripple",
"version": "1.0.0",
"version": "1.0.1-alpha.0",
"description": "",
"scripts": {
"build": "rslib build",
Expand Down
13 changes: 13 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qwqui/theme",
"version": "1.0.0",
"version": "1.0.1-alpha.0",
"files": [
"dist"
],
Expand Down
66 changes: 66 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e14ab63

Please sign in to comment.