diff --git a/CHANGELOG.md b/CHANGELOG.md index 68c9a93c..5a37122c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.9.1](https://github.com/lljj-x/vue-json-schema-form/compare/v1.9.0...v1.9.1) (2021-09-22) + + +### Bug Fixes + +* **anyof:** 新值为object类型直接覆盖 ([d2f9791](https://github.com/lljj-x/vue-json-schema-form/commit/d2f9791ce7d35228edd07257049607177a95fc84)), closes [#77](https://github.com/lljj-x/vue-json-schema-form/issues/77) +* 修复select组件无法实时校验 ([85d9545](https://github.com/lljj-x/vue-json-schema-form/commit/85d95451b56b9d985ca7094118fbfaca87342322)), closes [#105](https://github.com/lljj-x/vue-json-schema-form/issues/105) + + + + + # [1.9.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.7.0...v1.9.0) (2021-09-06) diff --git a/lerna.json b/lerna.json index df1e234b..f4b22fde 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "1.9.0", + "version": "1.9.1", "command": { "version": { "allowBranch": "master", diff --git a/packages/demo/demo-v2/CHANGELOG.md b/packages/demo/demo-v2/CHANGELOG.md index 5c5d6501..08c1bb66 100644 --- a/packages/demo/demo-v2/CHANGELOG.md +++ b/packages/demo/demo-v2/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.9.1](https://github.com/lljj-x/vue-json-schema-form/compare/v1.9.0...v1.9.1) (2021-09-22) + +**Note:** Version bump only for package demo + + + + + # [1.9.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.7.0...v1.9.0) (2021-09-06) diff --git a/packages/demo/demo-v2/package.json b/packages/demo/demo-v2/package.json index 1dd69bd4..6ca50525 100644 --- a/packages/demo/demo-v2/package.json +++ b/packages/demo/demo-v2/package.json @@ -1,6 +1,6 @@ { "name": "demo", - "version": "1.9.0", + "version": "1.9.1", "private": true, "license": "Apache-2.0", "scripts": { @@ -10,8 +10,8 @@ }, "dependencies": { "@lljj/polyfill": "^0.1.0", - "@lljj/vue-json-schema-form": "1.9.0", - "@lljj/vue2-form-iview3": "1.9.0", + "@lljj/vue-json-schema-form": "1.9.1", + "@lljj/vue2-form-iview3": "1.9.1", "ajv-i18n": "^3.5.0", "demo-common": "1.2.0", "iview": "^3.5.4", diff --git a/packages/demo/demo-v3/CHANGELOG.md b/packages/demo/demo-v3/CHANGELOG.md index f5395cbf..1fc43de7 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.9.1](https://github.com/lljj-x/vue-json-schema-form/compare/v1.9.0...v1.9.1) (2021-09-22) + +**Note:** Version bump only for package demo-v3 + + + + + # [1.9.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.7.0...v1.9.0) (2021-09-06) **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 787965b4..16eeb45c 100644 --- a/packages/demo/demo-v3/package.json +++ b/packages/demo/demo-v3/package.json @@ -1,6 +1,6 @@ { "name": "demo-v3", - "version": "1.9.0", + "version": "1.9.1", "private": true, "license": "Apache-2.0", "scripts": { @@ -10,8 +10,8 @@ }, "dependencies": { "@lljj/polyfill": "^0.1.0", - "@lljj/vue3-form-ant": "1.9.0", - "@lljj/vue3-form-element": "1.9.0", + "@lljj/vue3-form-ant": "1.9.1", + "@lljj/vue3-form-element": "1.9.1", "ajv-i18n": "^3.5.0", "ant-design-vue": "^2.0.1", "demo-common": "1.2.0", diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index 2f04f108..e7572989 100644 --- a/packages/docs/CHANGELOG.md +++ b/packages/docs/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.9.1](https://github.com/lljj-x/vue-json-schema-form/compare/v1.9.0...v1.9.1) (2021-09-22) + +**Note:** Version bump only for package docs + + + + + # [1.9.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.7.0...v1.9.0) (2021-09-06) diff --git a/packages/docs/package.json b/packages/docs/package.json index f782286b..c1a3a418 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "1.9.0", + "version": "1.9.1", "private": true, "license": "Apache-2.0", "scripts": { @@ -9,7 +9,7 @@ "build": "vuepress build docs" }, "dependencies": { - "@lljj/vue-json-schema-form": "1.9.0", + "@lljj/vue-json-schema-form": "1.9.1", "element-ui": "^2.13.2", "v-distpicker": "^1.2.7" }, diff --git a/packages/lib/utils/CHANGELOG.md b/packages/lib/utils/CHANGELOG.md index f32b0f68..9886e0b3 100644 --- a/packages/lib/utils/CHANGELOG.md +++ b/packages/lib/utils/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.9.1](https://github.com/lljj-x/vue-json-schema-form/compare/v1.9.0...v1.9.1) (2021-09-22) + +**Note:** Version bump only for package @lljj/vjsf-utils + + + + + # [1.9.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.7.0...v1.9.0) (2021-09-06) diff --git a/packages/lib/utils/package.json b/packages/lib/utils/package.json index a7cf939f..cdf3a15f 100644 --- a/packages/lib/utils/package.json +++ b/packages/lib/utils/package.json @@ -1,6 +1,6 @@ { "name": "@lljj/vjsf-utils", - "version": "1.9.0", + "version": "1.9.1", "description": "vue json schema form 使用的基础utils工具类", "private": false, "publishConfig": { diff --git a/packages/lib/vue2/vue2-core/CHANGELOG.md b/packages/lib/vue2/vue2-core/CHANGELOG.md index 5ff0a12b..95ae2bf7 100644 --- a/packages/lib/vue2/vue2-core/CHANGELOG.md +++ b/packages/lib/vue2/vue2-core/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.9.1](https://github.com/lljj-x/vue-json-schema-form/compare/v1.9.0...v1.9.1) (2021-09-22) + + +### Bug Fixes + +* **anyof:** 新值为object类型直接覆盖 ([d2f9791](https://github.com/lljj-x/vue-json-schema-form/commit/d2f9791ce7d35228edd07257049607177a95fc84)), closes [#77](https://github.com/lljj-x/vue-json-schema-form/issues/77) +* 修复select组件无法实时校验 ([85d9545](https://github.com/lljj-x/vue-json-schema-form/commit/85d95451b56b9d985ca7094118fbfaca87342322)), closes [#105](https://github.com/lljj-x/vue-json-schema-form/issues/105) + + + + + # [1.9.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.7.0...v1.9.0) (2021-09-06) diff --git a/packages/lib/vue2/vue2-core/package.json b/packages/lib/vue2/vue2-core/package.json index c6a9e16d..975681ba 100644 --- a/packages/lib/vue2/vue2-core/package.json +++ b/packages/lib/vue2/vue2-core/package.json @@ -1,6 +1,6 @@ { "name": "@lljj/vue2-form-core", - "version": "1.9.0", + "version": "1.9.1", "description": "基于 Vue 、JsonSchema快速构建一个带完整校验的form表单,vue2版本基础框架", "main": "src/index.js", "module": "src/index.js", @@ -14,7 +14,7 @@ "access": "public" }, "dependencies": { - "@lljj/vjsf-utils": "1.9.0" + "@lljj/vjsf-utils": "1.9.1" }, "repository": "https://github.com/lljj-x/vue-json-schema-form", "homepage": "https://github.com/lljj-x/vue-json-schema-form", diff --git a/packages/lib/vue2/vue2-form-element/CHANGELOG.md b/packages/lib/vue2/vue2-form-element/CHANGELOG.md index c3d210ce..ffaa8146 100644 --- a/packages/lib/vue2/vue2-form-element/CHANGELOG.md +++ b/packages/lib/vue2/vue2-form-element/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.9.1](https://github.com/lljj-x/vue-json-schema-form/compare/v1.9.0...v1.9.1) (2021-09-22) + +**Note:** Version bump only for package @lljj/vue-json-schema-form + + + + + # [1.9.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.7.0...v1.9.0) (2021-09-06) **Note:** Version bump only for package @lljj/vue-json-schema-form diff --git a/packages/lib/vue2/vue2-form-element/package.json b/packages/lib/vue2/vue2-form-element/package.json index 3ea703ff..708b9660 100644 --- a/packages/lib/vue2/vue2-form-element/package.json +++ b/packages/lib/vue2/vue2-form-element/package.json @@ -1,6 +1,6 @@ { "name": "@lljj/vue-json-schema-form", - "version": "1.9.0", + "version": "1.9.1", "description": "基于 Vue 、ElementUi、JsonSchema快速构建一个带完整校验的form表单", "main": "dist/vueJsonSchemaForm.umd.min.js", "module": "dist/vueJsonSchemaForm.esm.min.js", @@ -15,8 +15,8 @@ "jsonSchema" ], "dependencies": { - "@lljj/vjsf-utils": "1.9.0", - "@lljj/vue2-form-core": "1.9.0" + "@lljj/vjsf-utils": "1.9.1", + "@lljj/vue2-form-core": "1.9.1" }, "typings": "types/index.d.ts", "files": [ diff --git a/packages/lib/vue2/vue2-form-iview3/CHANGELOG.md b/packages/lib/vue2/vue2-form-iview3/CHANGELOG.md index 64ffc006..11019aa0 100644 --- a/packages/lib/vue2/vue2-form-iview3/CHANGELOG.md +++ b/packages/lib/vue2/vue2-form-iview3/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.9.1](https://github.com/lljj-x/vue-json-schema-form/compare/v1.9.0...v1.9.1) (2021-09-22) + +**Note:** Version bump only for package @lljj/vue2-form-iview3 + + + + + # [1.9.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.7.0...v1.9.0) (2021-09-06) **Note:** Version bump only for package @lljj/vue2-form-iview3 diff --git a/packages/lib/vue2/vue2-form-iview3/package.json b/packages/lib/vue2/vue2-form-iview3/package.json index 9c4b912a..33a7eec0 100644 --- a/packages/lib/vue2/vue2-form-iview3/package.json +++ b/packages/lib/vue2/vue2-form-iview3/package.json @@ -1,6 +1,6 @@ { "name": "@lljj/vue2-form-iview3", - "version": "1.9.0", + "version": "1.9.1", "description": "基于 Vue 、iView3、JsonSchema快速构建一个带完整校验的form表单", "main": "dist/vue2-form-iview3.umd.min.js", "module": "dist/vue2-form-iview3.esm.min.js", @@ -16,8 +16,8 @@ "iView3" ], "dependencies": { - "@lljj/vjsf-utils": "1.9.0", - "@lljj/vue2-form-core": "1.9.0" + "@lljj/vjsf-utils": "1.9.1", + "@lljj/vue2-form-core": "1.9.1" }, "typings": "types/index.d.ts", "files": [ diff --git a/packages/lib/vue3/vue3-core/CHANGELOG.md b/packages/lib/vue3/vue3-core/CHANGELOG.md index c4dd6d72..87b7cf3a 100644 --- a/packages/lib/vue3/vue3-core/CHANGELOG.md +++ b/packages/lib/vue3/vue3-core/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.9.1](https://github.com/lljj-x/vue-json-schema-form/compare/v1.9.0...v1.9.1) (2021-09-22) + + +### Bug Fixes + +* **anyof:** 新值为object类型直接覆盖 ([d2f9791](https://github.com/lljj-x/vue-json-schema-form/commit/d2f9791ce7d35228edd07257049607177a95fc84)), closes [#77](https://github.com/lljj-x/vue-json-schema-form/issues/77) +* 修复select组件无法实时校验 ([85d9545](https://github.com/lljj-x/vue-json-schema-form/commit/85d95451b56b9d985ca7094118fbfaca87342322)), closes [#105](https://github.com/lljj-x/vue-json-schema-form/issues/105) + + + + + # [1.9.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.7.0...v1.9.0) (2021-09-06) diff --git a/packages/lib/vue3/vue3-core/package.json b/packages/lib/vue3/vue3-core/package.json index 16da58ab..26b816a6 100644 --- a/packages/lib/vue3/vue3-core/package.json +++ b/packages/lib/vue3/vue3-core/package.json @@ -1,6 +1,6 @@ { "name": "@lljj/vue3-form-core", - "version": "1.9.0", + "version": "1.9.1", "description": "基于 Vue3 、JsonSchema快速构建一个带完整校验的form表单,vue3版本基础框架", "main": "src/index.js", "module": "src/index.js", @@ -14,7 +14,7 @@ "access": "public" }, "dependencies": { - "@lljj/vjsf-utils": "1.9.0" + "@lljj/vjsf-utils": "1.9.1" }, "repository": "https://github.com/lljj-x/vue-json-schema-form", "homepage": "https://github.com/lljj-x/vue-json-schema-form", diff --git a/packages/lib/vue3/vue3-form-ant/CHANGELOG.md b/packages/lib/vue3/vue3-form-ant/CHANGELOG.md index 6234298c..0f1ac086 100644 --- a/packages/lib/vue3/vue3-form-ant/CHANGELOG.md +++ b/packages/lib/vue3/vue3-form-ant/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.9.1](https://github.com/lljj-x/vue-json-schema-form/compare/v1.9.0...v1.9.1) (2021-09-22) + +**Note:** Version bump only for package @lljj/vue3-form-ant + + + + + # [1.9.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.7.0...v1.9.0) (2021-09-06) **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 1a7b7738..9459fc30 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.9.0", + "version": "1.9.1", "description": "基于 Vue3 、Antdv、JsonSchema快速构建一个带完整校验的form表单", "main": "dist/vue3-form-ant.umd.min.js", "module": "dist/vue3-form-ant.esm.min.js", @@ -15,8 +15,8 @@ "jsonSchema" ], "dependencies": { - "@lljj/vjsf-utils": "1.9.0", - "@lljj/vue3-form-core": "1.9.0" + "@lljj/vjsf-utils": "1.9.1", + "@lljj/vue3-form-core": "1.9.1" }, "typings": "types/index.d.ts", "files": [ diff --git a/packages/lib/vue3/vue3-form-element/CHANGELOG.md b/packages/lib/vue3/vue3-form-element/CHANGELOG.md index d65db8c2..5eb5a55f 100644 --- a/packages/lib/vue3/vue3-form-element/CHANGELOG.md +++ b/packages/lib/vue3/vue3-form-element/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.9.1](https://github.com/lljj-x/vue-json-schema-form/compare/v1.9.0...v1.9.1) (2021-09-22) + +**Note:** Version bump only for package @lljj/vue3-form-element + + + + + # [1.9.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.7.0...v1.9.0) (2021-09-06) **Note:** Version bump only for package @lljj/vue3-form-element diff --git a/packages/lib/vue3/vue3-form-element/package.json b/packages/lib/vue3/vue3-form-element/package.json index df2f9bef..5bacc405 100644 --- a/packages/lib/vue3/vue3-form-element/package.json +++ b/packages/lib/vue3/vue3-form-element/package.json @@ -1,6 +1,6 @@ { "name": "@lljj/vue3-form-element", - "version": "1.9.0", + "version": "1.9.1", "description": "基于 Vue3 、ElementPlus、JsonSchema快速构建一个带完整校验的form表单", "main": "dist/vue3-form-element.umd.min.js", "module": "dist/vue3-form-element.esm.min.js", @@ -15,8 +15,8 @@ "jsonSchema" ], "dependencies": { - "@lljj/vjsf-utils": "1.9.0", - "@lljj/vue3-form-core": "1.9.0" + "@lljj/vjsf-utils": "1.9.1", + "@lljj/vue3-form-core": "1.9.1" }, "typings": "types/index.d.ts", "files": [