Skip to content

Commit

Permalink
build: release version 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lljj-x committed Jul 18, 2021
1 parent 53bcb44 commit 6c110fe
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.6.3",
"version": "1.6.4",
"command": {
"version": {
"allowBranch": "master",
Expand Down
8 changes: 8 additions & 0 deletions packages/demo/demo-v3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/demo/demo-v3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo-v3",
"version": "1.6.3",
"version": "1.6.4",
"private": true,
"license": "Apache-2.0",
"scripts": {
Expand All @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/lib/vue3/vue3-form-ant/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/vue3/vue3-form-ant/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6c110fe

Please sign in to comment.