From 6c110fe7800c504ff6dd8b13b1b2adc5314e1fbd Mon Sep 17 00:00:00 2001 From: "Liu.Jun" <870395192@qq.com> Date: Sun, 18 Jul 2021 22:44:30 +0800 Subject: [PATCH] build: release version 1.6.4 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/demo/demo-v3/CHANGELOG.md | 8 ++++++++ packages/demo/demo-v3/package.json | 4 ++-- packages/lib/vue3/vue3-form-ant/CHANGELOG.md | 11 +++++++++++ packages/lib/vue3/vue3-form-ant/package.json | 2 +- 6 files changed, 34 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5399b0ce..7b57b8dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.6.4](https://github.com/lljj-x/vue-json-schema-form/compare/v1.6.3...v1.6.4) (2021-07-18) + + +### Bug Fixes + +* **vue3 antd:** 修复color format选择颜色 ([378c2e1](https://github.com/lljj-x/vue-json-schema-form/commit/378c2e1aa6767553998cacf52321a6d5b5bee84e)) + + + + + ## [1.6.3](https://github.com/lljj-x/vue-json-schema-form/compare/v1.6.2...v1.6.3) (2021-07-12) **Note:** Version bump only for package vue-element-schema-form diff --git a/lerna.json b/lerna.json index 77f0d315..a536c088 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "1.6.3", + "version": "1.6.4", "command": { "version": { "allowBranch": "master", diff --git a/packages/demo/demo-v3/CHANGELOG.md b/packages/demo/demo-v3/CHANGELOG.md index 9c8fee42..aa31d6e3 100644 --- a/packages/demo/demo-v3/CHANGELOG.md +++ b/packages/demo/demo-v3/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.6.4](https://github.com/lljj-x/vue-json-schema-form/compare/v1.6.3...v1.6.4) (2021-07-18) + +**Note:** Version bump only for package demo-v3 + + + + + ## [1.6.3](https://github.com/lljj-x/vue-json-schema-form/compare/v1.6.2...v1.6.3) (2021-07-12) **Note:** Version bump only for package demo-v3 diff --git a/packages/demo/demo-v3/package.json b/packages/demo/demo-v3/package.json index f9b6cb13..93299317 100644 --- a/packages/demo/demo-v3/package.json +++ b/packages/demo/demo-v3/package.json @@ -1,6 +1,6 @@ { "name": "demo-v3", - "version": "1.6.3", + "version": "1.6.4", "private": true, "license": "Apache-2.0", "scripts": { @@ -10,7 +10,7 @@ }, "dependencies": { "@lljj/polyfill": "^0.1.0", - "@lljj/vue3-form-ant": "1.6.3", + "@lljj/vue3-form-ant": "1.6.4", "@lljj/vue3-form-element": "1.6.3", "ajv-i18n": "^3.5.0", "ant-design-vue": "^2.0.1", diff --git a/packages/lib/vue3/vue3-form-ant/CHANGELOG.md b/packages/lib/vue3/vue3-form-ant/CHANGELOG.md index cdb112b6..0022b602 100644 --- a/packages/lib/vue3/vue3-form-ant/CHANGELOG.md +++ b/packages/lib/vue3/vue3-form-ant/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.6.4](https://github.com/lljj-x/vue-json-schema-form/compare/v1.6.3...v1.6.4) (2021-07-18) + + +### Bug Fixes + +* **vue3 antd:** 修复color format选择颜色 ([378c2e1](https://github.com/lljj-x/vue-json-schema-form/commit/378c2e1aa6767553998cacf52321a6d5b5bee84e)) + + + + + ## [1.6.3](https://github.com/lljj-x/vue-json-schema-form/compare/v1.6.2...v1.6.3) (2021-07-12) **Note:** Version bump only for package @lljj/vue3-form-ant diff --git a/packages/lib/vue3/vue3-form-ant/package.json b/packages/lib/vue3/vue3-form-ant/package.json index e488ba96..2fd2ac14 100644 --- a/packages/lib/vue3/vue3-form-ant/package.json +++ b/packages/lib/vue3/vue3-form-ant/package.json @@ -1,6 +1,6 @@ { "name": "@lljj/vue3-form-ant", - "version": "1.6.3", + "version": "1.6.4", "description": "基于 Vue3 、Antdv、JsonSchema快速构建一个带完整校验的form表单", "main": "dist/vue3-form-ant.umd.min.js", "module": "dist/vue3-form-ant.esm.min.js",