Skip to content

Commit 6c110fe

Browse files
committedJul 18, 2021
build: release version 1.6.4
1 parent 53bcb44 commit 6c110fe

File tree

6 files changed

+34
-4
lines changed

6 files changed

+34
-4
lines changed
 

‎CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.6.4](https://github.com/lljj-x/vue-json-schema-form/compare/v1.6.3...v1.6.4) (2021-07-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **vue3 antd:** 修复color format选择颜色 ([378c2e1](https://github.com/lljj-x/vue-json-schema-form/commit/378c2e1aa6767553998cacf52321a6d5b5bee84e))
12+
13+
14+
15+
16+
617
## [1.6.3](https://github.com/lljj-x/vue-json-schema-form/compare/v1.6.2...v1.6.3) (2021-07-12)
718

819
**Note:** Version bump only for package vue-element-schema-form

‎lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "1.6.3",
4+
"version": "1.6.4",
55
"command": {
66
"version": {
77
"allowBranch": "master",

‎packages/demo/demo-v3/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.6.4](https://github.com/lljj-x/vue-json-schema-form/compare/v1.6.3...v1.6.4) (2021-07-18)
7+
8+
**Note:** Version bump only for package demo-v3
9+
10+
11+
12+
13+
614
## [1.6.3](https://github.com/lljj-x/vue-json-schema-form/compare/v1.6.2...v1.6.3) (2021-07-12)
715

816
**Note:** Version bump only for package demo-v3

‎packages/demo/demo-v3/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "demo-v3",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"private": true,
55
"license": "Apache-2.0",
66
"scripts": {
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@lljj/polyfill": "^0.1.0",
13-
"@lljj/vue3-form-ant": "1.6.3",
13+
"@lljj/vue3-form-ant": "1.6.4",
1414
"@lljj/vue3-form-element": "1.6.3",
1515
"ajv-i18n": "^3.5.0",
1616
"ant-design-vue": "^2.0.1",

‎packages/lib/vue3/vue3-form-ant/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.6.4](https://github.com/lljj-x/vue-json-schema-form/compare/v1.6.3...v1.6.4) (2021-07-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **vue3 antd:** 修复color format选择颜色 ([378c2e1](https://github.com/lljj-x/vue-json-schema-form/commit/378c2e1aa6767553998cacf52321a6d5b5bee84e))
12+
13+
14+
15+
16+
617
## [1.6.3](https://github.com/lljj-x/vue-json-schema-form/compare/v1.6.2...v1.6.3) (2021-07-12)
718

819
**Note:** Version bump only for package @lljj/vue3-form-ant

‎packages/lib/vue3/vue3-form-ant/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lljj/vue3-form-ant",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"description": "基于 Vue3 、Antdv、JsonSchema快速构建一个带完整校验的form表单",
55
"main": "dist/vue3-form-ant.umd.min.js",
66
"module": "dist/vue3-form-ant.esm.min.js",

0 commit comments

Comments
 (0)