Skip to content

Commit

Permalink
chore(release): v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Barrior committed Sep 25, 2024
1 parent cf07565 commit ca27fec
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/core-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@schema-render/core-react",
"version": "1.5.4",
"version": "1.6.0",
"description": "Through a set of simple JSON Schema, efficiently build a set of forms.",
"keywords": [
"SchemaRender",
Expand Down
4 changes: 2 additions & 2 deletions packages/form-render-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"SchemaRender",
"FormRender"
],
"version": "1.5.4",
"version": "1.6.0",
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"dayjs": "^1.11.0",
"@schema-render/core-react": "^1.5.4",
"@schema-render/core-react": "^1.6.0",
"@emotion/css": "^11.11.2"
}
}
4 changes: 2 additions & 2 deletions packages/search-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"FormRender",
"Search"
],
"version": "1.5.4",
"version": "1.6.0",
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -33,6 +33,6 @@
"@ant-design/icons": "^5.0.0"
},
"dependencies": {
"@schema-render/form-render-react": "^1.5.4"
"@schema-render/form-render-react": "^1.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/search-table-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"Search",
"SearchTable"
],
"version": "1.5.4",
"version": "1.6.0",
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -39,6 +39,6 @@
"@dnd-kit/modifiers": "7.0.0",
"@dnd-kit/sortable": "8.0.0",
"@dnd-kit/utilities": "3.2.2",
"@schema-render/search-react": "^1.5.4"
"@schema-render/search-react": "^1.6.0"
}
}

0 comments on commit ca27fec

Please sign in to comment.