Skip to content

Commit

Permalink
Merge pull request #1 from hyperse-io/changeset-release/main
Browse files Browse the repository at this point in the history
[Release] Version packages
  • Loading branch information
tianyingchun authored Oct 22, 2024
2 parents 32456c4 + 95a7aa3 commit d7fb109
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 15 deletions.
8 changes: 0 additions & 8 deletions .changeset/witty-baboons-rest.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/antd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# @hyperse/antd

## 1.0.2

### Patch Changes

- [`32456c4`](https://github.com/hyperse-io/antd/commit/32456c41e7ede39d87e6a1b249c81a391546b8df) Thanks [@tianyingchun](https://github.com/tianyingchun)! - release new version

- Updated dependencies [[`32456c4`](https://github.com/hyperse-io/antd/commit/32456c41e7ede39d87e6a1b249c81a391546b8df)]:
- @hyperse/utils@1.0.1
4 changes: 2 additions & 2 deletions packages/antd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperse/antd",
"version": "1.0.1",
"version": "1.0.2",
"description": "hyperse antd react admin components library",
"license": "SEE LICENSE IN FILE 'LICENSE'",
"type": "module",
Expand Down Expand Up @@ -483,7 +483,7 @@
"@dimjs/model": ">=2.0.1",
"@dimjs/model-react": ">=2.0.1",
"@dimjs/utils": ">=2.0.2",
"@hyperse/utils": ">=1.0.0",
"@hyperse/utils": ">=1.0.1",
"@wove/react": ">=2.0.2",
"ahooks": ">=3.7.11",
"antd": ">=5.21.4",
Expand Down
10 changes: 10 additions & 0 deletions packages/demo-antd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# @hyperse/antd-demo

## 1.0.1

### Patch Changes

- [`32456c4`](https://github.com/hyperse-io/antd/commit/32456c41e7ede39d87e6a1b249c81a391546b8df) Thanks [@tianyingchun](https://github.com/tianyingchun)! - release new version

- Updated dependencies [[`32456c4`](https://github.com/hyperse-io/antd/commit/32456c41e7ede39d87e6a1b249c81a391546b8df)]:
- @hyperse/antd@1.0.2
- @hyperse/utils@1.0.1
2 changes: 1 addition & 1 deletion packages/demo-antd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperse/demo-antd",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"type": "module",
"typings": "index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/pro-layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# @hyperse/antd

## 1.0.1

### Patch Changes

- [`32456c4`](https://github.com/hyperse-io/antd/commit/32456c41e7ede39d87e6a1b249c81a391546b8df) Thanks [@tianyingchun](https://github.com/tianyingchun)! - release new version

- Updated dependencies [[`32456c4`](https://github.com/hyperse-io/antd/commit/32456c41e7ede39d87e6a1b249c81a391546b8df)]:
- @hyperse/antd@1.0.2
- @hyperse/utils@1.0.1
6 changes: 3 additions & 3 deletions packages/pro-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperse/pro-layout",
"version": "1.0.0",
"version": "1.0.1",
"description": "hyperse antd react admin components library",
"license": "SEE LICENSE IN FILE 'LICENSE'",
"type": "module",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@dimjs/utils": "^2.0.2",
"@flatjs/cli": "2.1.9",
"@hyperse/eslint-config-hyperse": "^1.2.1",
"@hyperse/utils": "^1.0.0",
"@hyperse/utils": "^1.0.1",
"@types/node": "22.7.8",
"@types/react": "^18.3.11",
"@wove/react": "^2.0.2",
Expand All @@ -66,7 +66,7 @@
"@dimjs/model": ">=2.0.1",
"@dimjs/model-react": ">=2.0.1",
"@dimjs/utils": ">=2.0.2",
"@hyperse/utils": ">=1.0.0",
"@hyperse/utils": ">=1.0.1",
"@wove/react": ">=2.0.2",
"ahooks": ">=3.7.11",
"antd": ">=5.21.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# @hyperse/antd

## 1.0.1

### Patch Changes

- [`32456c4`](https://github.com/hyperse-io/antd/commit/32456c41e7ede39d87e6a1b249c81a391546b8df) Thanks [@tianyingchun](https://github.com/tianyingchun)! - release new version
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperse/utils",
"version": "1.0.0",
"version": "1.0.1",
"description": "hyperse antd react admin components library",
"license": "SEE LICENSE IN FILE 'LICENSE'",
"type": "module",
Expand Down

0 comments on commit d7fb109

Please sign in to comment.