Skip to content

Commit

Permalink
Merge pull request #3 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 23, 2024
2 parents 74ad89a + c9261f4 commit 8fb0113
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .changeset/rich-moles-listen.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,5 +1,14 @@
# @hyperse/antd

## 1.0.4

### Patch Changes

- [`74ad89a`](https://github.com/hyperse-io/antd/commit/74ad89a6c1ed47868bcd8985c89319ee8ba9d8c7) Thanks [@tianyingchun](https://github.com/tianyingchun)! - fix package.json

- Updated dependencies [[`74ad89a`](https://github.com/hyperse-io/antd/commit/74ad89a6c1ed47868bcd8985c89319ee8ba9d8c7)]:
- @hyperse/utils@1.0.3

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/antd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperse/antd",
"version": "1.0.3",
"version": "1.0.4",
"description": "hyperse antd react admin components library",
"license": "SEE LICENSE IN FILE 'LICENSE'",
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions packages/demo-antd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @hyperse/antd-demo

## 1.0.3

### Patch Changes

- [`74ad89a`](https://github.com/hyperse-io/antd/commit/74ad89a6c1ed47868bcd8985c89319ee8ba9d8c7) Thanks [@tianyingchun](https://github.com/tianyingchun)! - fix package.json

- Updated dependencies [[`74ad89a`](https://github.com/hyperse-io/antd/commit/74ad89a6c1ed47868bcd8985c89319ee8ba9d8c7)]:
- @hyperse/antd@1.0.4
- @hyperse/utils@1.0.3

## 1.0.2

### Patch Changes
Expand Down
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.2",
"version": "1.0.3",
"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,5 +1,15 @@
# @hyperse/antd

## 1.0.3

### Patch Changes

- [`74ad89a`](https://github.com/hyperse-io/antd/commit/74ad89a6c1ed47868bcd8985c89319ee8ba9d8c7) Thanks [@tianyingchun](https://github.com/tianyingchun)! - fix package.json

- Updated dependencies [[`74ad89a`](https://github.com/hyperse-io/antd/commit/74ad89a6c1ed47868bcd8985c89319ee8ba9d8c7)]:
- @hyperse/antd@1.0.4
- @hyperse/utils@1.0.3

## 1.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.2",
"version": "1.0.3",
"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.4",
"@hyperse/utils": "^1.0.2",
"@hyperse/utils": "^1.0.3",
"@types/node": "22.7.9",
"@types/react": "^18.3.12",
"@wove/react": "^2.0.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hyperse/antd

## 1.0.3

### Patch Changes

- [`74ad89a`](https://github.com/hyperse-io/antd/commit/74ad89a6c1ed47868bcd8985c89319ee8ba9d8c7) Thanks [@tianyingchun](https://github.com/tianyingchun)! - fix package.json

## 1.0.2

### Patch Changes
Expand Down
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.2",
"version": "1.0.3",
"description": "hyperse antd react admin components library",
"license": "SEE LICENSE IN FILE 'LICENSE'",
"type": "module",
Expand Down

0 comments on commit 8fb0113

Please sign in to comment.