Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuchentong committed Apr 16, 2024
1 parent 1e17238 commit cfa17ea
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/form-render/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gopowerteam/form-render

## 0.0.56

### Patch Changes

- update selelct form-item on-change event

## 0.0.55

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/form-render/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gopowerteam/form-render",
"type": "module",
"version": "0.0.55",
"version": "0.0.56",
"author": {
"name": "zhuchentong",
"email": "2037630@gmail.com"
Expand Down
7 changes: 7 additions & 0 deletions packages/table-render/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gopowerteam/table-render

## 0.0.101

### Patch Changes

- Updated dependencies
- @gopowerteam/form-render@0.0.56

## 0.0.100

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/table-render/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gopowerteam/table-render",
"type": "module",
"version": "0.0.100",
"version": "0.0.101",
"author": {
"name": "zhuchentong",
"email": "2037630@gmail.com"
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"peerDependencies": {
"@arco-design/web-vue": "^2.52.1",
"@gopowerteam/form-render": "^0.0.55",
"@gopowerteam/form-render": "^0.0.56",
"@gopowerteam/modal-render": "^0.0.37",
"vue": "^3.0.0"
},
Expand Down

0 comments on commit cfa17ea

Please sign in to comment.