Skip to content

Commit

Permalink
chore(release): v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Barrior committed Dec 2, 2024
1 parent 8c83e3f commit afbf6d1
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.9.0",
"version": "1.10.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
@@ -1,6 +1,6 @@
{
"name": "@schema-render/form-render-react",
"version": "1.9.0",
"version": "1.10.0",
"description": "Out-of-the-box form rendering library based on Core and Antd.",
"keywords": [
"SchemaRender",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@emotion/css": "^11.11.2",
"@schema-render/core-react": "^1.9.0",
"@schema-render/core-react": "^1.10.0",
"dayjs": "^1.11.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/search-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@schema-render/search-react",
"version": "1.9.0",
"version": "1.10.0",
"description": "Conditional search component based on FormRender.",
"keywords": [
"SchemaRender",
Expand All @@ -26,7 +26,7 @@
"build": "father build"
},
"dependencies": {
"@schema-render/form-render-react": "^1.9.0"
"@schema-render/form-render-react": "^1.10.0"
},
"peerDependencies": {
"@ant-design/icons": "^5.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/search-table-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@schema-render/search-table-react",
"version": "1.9.0",
"version": "1.10.0",
"description": "Conditional search table component.",
"keywords": [
"SchemaRender",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@dnd-kit/modifiers": "7.0.0",
"@dnd-kit/sortable": "8.0.0",
"@dnd-kit/utilities": "3.2.2",
"@schema-render/search-react": "^1.9.0"
"@schema-render/search-react": "^1.10.0"
},
"peerDependencies": {
"@ant-design/icons": "^5.0.0",
Expand Down

0 comments on commit afbf6d1

Please sign in to comment.