Skip to content

Commit e7f4814

Browse files
committed
v3.2.7
1 parent 7cee068 commit e7f4814

File tree

16 files changed

+23
-23
lines changed

16 files changed

+23
-23
lines changed

components/element-ui/upload/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@form-create/component-elm-upload",
3-
"version": "3.2.6",
3+
"version": "3.2.7",
44
"description": "@form-create/element-ui 内置组件",
55
"main": "./dist/index.min.js",
66
"module": "./dist/index.esm.js",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
"components/tdesign/upload",
3535
"components/tdesign/group"
3636
],
37-
"version": "3.2.6"
37+
"version": "3.2.7"
3838
}

packages/ant-design-vue/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ant-design-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@form-create/ant-design-vue",
3-
"version": "3.2.6",
3+
"version": "3.2.7",
44
"description": "ant-design-vue动态表单|form-create is a form generation component that can generate dynamic rendering, data collection, verification and submission functions through JSON. Supports 5 UI frameworks, and supports the generation of any Vue components. Built-in 20 kinds of commonly used form components and custom components, no matter how complex forms can be easily handled.",
55
"main": "./dist/form-create.min.js",
66
"module": "./dist/form-create.esm.js",
@@ -49,7 +49,7 @@
4949
"@form-create/component-antdv-group": "^3.2.4",
5050
"@form-create/component-antdv-upload": "^3.2.0",
5151
"@form-create/component-subform": "^3.1.34",
52-
"@form-create/core": "^3.2.6",
52+
"@form-create/core": "^3.2.7",
5353
"@form-create/utils": "^3.2.0"
5454
},
5555
"publishConfig": {

packages/arco-design/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/arco-design/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@form-create/arco-design",
3-
"version": "3.2.6",
3+
"version": "3.2.7",
44
"description": "arco-design动态表单|form-create is a form generation component that can generate dynamic rendering, data collection, verification and submission functions through JSON. Supports 5 UI frameworks, and supports the generation of any Vue components. Built-in 20 kinds of commonly used form components and custom components, no matter how complex forms can be easily handled.",
55
"main": "./dist/form-create.min.js",
66
"module": "./dist/form-create.esm.js",
@@ -51,7 +51,7 @@
5151
"@form-create/component-arco-radio": "^3.2.0",
5252
"@form-create/component-arco-upload": "^3.2.0",
5353
"@form-create/component-subform": "^3.1.34",
54-
"@form-create/core": "^3.2.6",
54+
"@form-create/core": "^3.2.7",
5555
"@form-create/utils": "^3.2.0"
5656
},
5757
"publishConfig": {

packages/core/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@form-create/core",
3-
"version": "3.2.6",
3+
"version": "3.2.7",
44
"description": "vue动态表单,助你轻松搞定表单|form-create is a form generation component that can generate dynamic rendering, data collection, verification and submission functions through JSON. Supports 5 UI frameworks, and supports the generation of any Vue components. Built-in 20 kinds of commonly used form components and custom components, no matter how complex forms can be easily handled.",
55
"main": "./dist/index.min.js",
66
"module": "./dist/index.esm.js",

packages/element-ui/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/element-ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@form-create/element-ui",
3-
"version": "3.2.6",
3+
"version": "3.2.7",
44
"description": "element-ui动态表单|form-create is a form generation component that can generate dynamic rendering, data collection, verification and submission functions through JSON. Supports 5 UI frameworks, and supports the generation of any Vue components. Built-in 20 kinds of commonly used form components and custom components, no matter how complex forms can be easily handled.",
55
"main": "./dist/form-create.min.js",
66
"module": "./dist/form-create.esm.js",
@@ -51,9 +51,9 @@
5151
"@form-create/component-elm-radio": "^3.2.0",
5252
"@form-create/component-elm-select": "^3.2.0",
5353
"@form-create/component-elm-tree": "^3.2.0",
54-
"@form-create/component-elm-upload": "^3.2.6",
54+
"@form-create/component-elm-upload": "^3.2.7",
5555
"@form-create/component-subform": "^3.1.34",
56-
"@form-create/core": "^3.2.6",
56+
"@form-create/core": "^3.2.7",
5757
"@form-create/utils": "^3.2.0"
5858
},
5959
"publishConfig": {

0 commit comments

Comments
 (0)