Skip to content

Commit 9dcb7b1

Browse files
committed
build: release version 1.11.0
1 parent 9852c1f commit 9dcb7b1

File tree

22 files changed

+154
-26
lines changed

22 files changed

+154
-26
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.11.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.10.0...v1.11.0) (2022-02-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **lib:** 添加严格模式配置,更精准计算anyOf 默认值 ([2cd65bb](https://github.com/lljj-x/vue-json-schema-form/commit/2cd65bb5f275a021f1cc368e4c63387163c94d57)), closes [#157](https://github.com/lljj-x/vue-json-schema-form/issues/157)
12+
13+
14+
### Features
15+
16+
* **cdn:** 替换cdn链接 ([245fd2c](https://github.com/lljj-x/vue-json-schema-form/commit/245fd2c0e92d5bb4de1218a9438e64aff37551c3))
17+
* **lib:** 阻止表单默认submit事件 ([a882181](https://github.com/lljj-x/vue-json-schema-form/commit/a882181d65a9a152f8017e55367100658464aeba)), closes [#150](https://github.com/lljj-x/vue-json-schema-form/issues/150)
18+
19+
20+
21+
22+
623
# [1.10.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.9.5...v1.10.0) (2021-11-28)
724

825

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "1.10.0",
4+
"version": "1.11.0",
55
"command": {
66
"version": {
77
"allowBranch": "master",

packages/demo/demo-v2/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.11.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.10.0...v1.11.0) (2022-02-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **lib:** 添加严格模式配置,更精准计算anyOf 默认值 ([2cd65bb](https://github.com/lljj-x/vue-json-schema-form/commit/2cd65bb5f275a021f1cc368e4c63387163c94d57)), closes [#157](https://github.com/lljj-x/vue-json-schema-form/issues/157)
12+
13+
14+
### Features
15+
16+
* **cdn:** 替换cdn链接 ([245fd2c](https://github.com/lljj-x/vue-json-schema-form/commit/245fd2c0e92d5bb4de1218a9438e64aff37551c3))
17+
18+
19+
20+
21+
622
# [1.10.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.9.5...v1.10.0) (2021-11-28)
723

824

packages/demo/demo-v2/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "demo",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"private": true,
55
"license": "Apache-2.0",
66
"scripts": {
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"@lljj/polyfill": "^0.1.0",
13-
"@lljj/vue-json-schema-form": "1.10.0",
14-
"@lljj/vue2-form-iview3": "1.10.0",
13+
"@lljj/vue-json-schema-form": "1.11.0",
14+
"@lljj/vue2-form-iview3": "1.11.0",
1515
"ajv-i18n": "^3.5.0",
1616
"demo-common": "1.2.0",
1717
"iview": "^3.5.4",

packages/demo/demo-v3/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.11.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.10.0...v1.11.0) (2022-02-19)
7+
8+
**Note:** Version bump only for package demo-v3
9+
10+
11+
12+
13+
614
# [1.10.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.9.5...v1.10.0) (2021-11-28)
715

816

packages/demo/demo-v3/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "demo-v3",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"private": true,
55
"license": "Apache-2.0",
66
"scripts": {
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"@lljj/polyfill": "^0.1.0",
13-
"@lljj/vue3-form-ant": "1.10.0",
14-
"@lljj/vue3-form-element": "1.10.0",
13+
"@lljj/vue3-form-ant": "1.11.0",
14+
"@lljj/vue3-form-element": "1.11.0",
1515
"ajv-i18n": "^3.5.0",
1616
"ant-design-vue": "^2.0.1",
1717
"demo-common": "1.2.0",

packages/docs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.11.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.10.0...v1.11.0) (2022-02-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **lib:** 添加严格模式配置,更精准计算anyOf 默认值 ([2cd65bb](https://github.com/lljj-x/vue-json-schema-form/commit/2cd65bb5f275a021f1cc368e4c63387163c94d57)), closes [#157](https://github.com/lljj-x/vue-json-schema-form/issues/157)
12+
13+
14+
15+
16+
617
# [1.10.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.9.5...v1.10.0) (2021-11-28)
718

819
**Note:** Version bump only for package docs

packages/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"private": true,
55
"license": "Apache-2.0",
66
"scripts": {
@@ -9,7 +9,7 @@
99
"build": "vuepress build docs"
1010
},
1111
"dependencies": {
12-
"@lljj/vue-json-schema-form": "1.10.0",
12+
"@lljj/vue-json-schema-form": "1.11.0",
1313
"element-ui": "^2.13.2",
1414
"v-distpicker": "^1.2.7"
1515
},

packages/lib/utils/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.11.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.10.0...v1.11.0) (2022-02-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **lib:** 添加严格模式配置,更精准计算anyOf 默认值 ([2cd65bb](https://github.com/lljj-x/vue-json-schema-form/commit/2cd65bb5f275a021f1cc368e4c63387163c94d57)), closes [#157](https://github.com/lljj-x/vue-json-schema-form/issues/157)
12+
13+
14+
15+
16+
617
## [1.9.5](https://github.com/lljj-x/vue-json-schema-form/compare/v1.9.4...v1.9.5) (2021-11-21)
718

819

packages/lib/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lljj/vjsf-utils",
3-
"version": "1.9.5",
3+
"version": "1.11.0",
44
"description": "vue json schema form 使用的基础utils工具类",
55
"private": false,
66
"publishConfig": {

packages/lib/vue2/vue2-core/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.11.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.10.0...v1.11.0) (2022-02-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **lib:** 添加严格模式配置,更精准计算anyOf 默认值 ([2cd65bb](https://github.com/lljj-x/vue-json-schema-form/commit/2cd65bb5f275a021f1cc368e4c63387163c94d57)), closes [#157](https://github.com/lljj-x/vue-json-schema-form/issues/157)
12+
13+
14+
### Features
15+
16+
* **cdn:** 替换cdn链接 ([245fd2c](https://github.com/lljj-x/vue-json-schema-form/commit/245fd2c0e92d5bb4de1218a9438e64aff37551c3))
17+
* **lib:** 阻止表单默认submit事件 ([a882181](https://github.com/lljj-x/vue-json-schema-form/commit/a882181d65a9a152f8017e55367100658464aeba)), closes [#150](https://github.com/lljj-x/vue-json-schema-form/issues/150)
18+
19+
20+
21+
22+
623
# [1.10.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.9.5...v1.10.0) (2021-11-28)
724

825

packages/lib/vue2/vue2-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lljj/vue2-form-core",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"description": "基于 Vue 、JsonSchema快速构建一个带完整校验的form表单,vue2版本基础框架",
55
"main": "src/index.js",
66
"module": "src/index.js",
@@ -14,7 +14,7 @@
1414
"access": "public"
1515
},
1616
"dependencies": {
17-
"@lljj/vjsf-utils": "1.9.5"
17+
"@lljj/vjsf-utils": "1.11.0"
1818
},
1919
"repository": "https://github.com/lljj-x/vue-json-schema-form",
2020
"homepage": "https://github.com/lljj-x/vue-json-schema-form",

packages/lib/vue2/vue2-form-element/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.11.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.10.0...v1.11.0) (2022-02-19)
7+
8+
**Note:** Version bump only for package @lljj/vue-json-schema-form
9+
10+
11+
12+
13+
614
# [1.10.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.9.5...v1.10.0) (2021-11-28)
715

816

packages/lib/vue2/vue2-form-element/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lljj/vue-json-schema-form",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"description": "基于 Vue 、ElementUi、JsonSchema快速构建一个带完整校验的form表单",
55
"main": "dist/vueJsonSchemaForm.umd.min.js",
66
"module": "dist/vueJsonSchemaForm.esm.min.js",
@@ -15,8 +15,8 @@
1515
"jsonSchema"
1616
],
1717
"dependencies": {
18-
"@lljj/vjsf-utils": "1.9.5",
19-
"@lljj/vue2-form-core": "1.10.0"
18+
"@lljj/vjsf-utils": "1.11.0",
19+
"@lljj/vue2-form-core": "1.11.0"
2020
},
2121
"typings": "types/index.d.ts",
2222
"files": [

packages/lib/vue2/vue2-form-iview3/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.11.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.10.0...v1.11.0) (2022-02-19)
7+
8+
**Note:** Version bump only for package @lljj/vue2-form-iview3
9+
10+
11+
12+
13+
614
# [1.10.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.9.5...v1.10.0) (2021-11-28)
715

816

packages/lib/vue2/vue2-form-iview3/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lljj/vue2-form-iview3",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"description": "基于 Vue 、iView3、JsonSchema快速构建一个带完整校验的form表单",
55
"main": "dist/vue2-form-iview3.umd.min.js",
66
"module": "dist/vue2-form-iview3.esm.min.js",
@@ -16,8 +16,8 @@
1616
"iView3"
1717
],
1818
"dependencies": {
19-
"@lljj/vjsf-utils": "1.9.5",
20-
"@lljj/vue2-form-core": "1.10.0"
19+
"@lljj/vjsf-utils": "1.11.0",
20+
"@lljj/vue2-form-core": "1.11.0"
2121
},
2222
"typings": "types/index.d.ts",
2323
"files": [

packages/lib/vue3/vue3-core/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.11.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.10.0...v1.11.0) (2022-02-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **lib:** 添加严格模式配置,更精准计算anyOf 默认值 ([2cd65bb](https://github.com/lljj-x/vue-json-schema-form/commit/2cd65bb5f275a021f1cc368e4c63387163c94d57)), closes [#157](https://github.com/lljj-x/vue-json-schema-form/issues/157)
12+
13+
14+
### Features
15+
16+
* **lib:** 阻止表单默认submit事件 ([a882181](https://github.com/lljj-x/vue-json-schema-form/commit/a882181d65a9a152f8017e55367100658464aeba)), closes [#150](https://github.com/lljj-x/vue-json-schema-form/issues/150)
17+
18+
19+
20+
21+
622
# [1.10.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.9.5...v1.10.0) (2021-11-28)
723

824

packages/lib/vue3/vue3-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lljj/vue3-form-core",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"description": "基于 Vue3 、JsonSchema快速构建一个带完整校验的form表单,vue3版本基础框架",
55
"main": "src/index.js",
66
"module": "src/index.js",
@@ -14,7 +14,7 @@
1414
"access": "public"
1515
},
1616
"dependencies": {
17-
"@lljj/vjsf-utils": "1.9.5"
17+
"@lljj/vjsf-utils": "1.11.0"
1818
},
1919
"repository": "https://github.com/lljj-x/vue-json-schema-form",
2020
"homepage": "https://github.com/lljj-x/vue-json-schema-form",

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

Lines changed: 8 additions & 0 deletions
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.11.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.10.0...v1.11.0) (2022-02-19)
7+
8+
**Note:** Version bump only for package @lljj/vue3-form-ant
9+
10+
11+
12+
13+
614
# [1.10.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.9.5...v1.10.0) (2021-11-28)
715

816

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lljj/vue3-form-ant",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"description": "基于 Vue3 、Antdv、JsonSchema快速构建一个带完整校验的form表单",
55
"main": "dist/vue3-form-ant.umd.min.js",
66
"module": "dist/vue3-form-ant.esm.min.js",
@@ -15,8 +15,8 @@
1515
"jsonSchema"
1616
],
1717
"dependencies": {
18-
"@lljj/vjsf-utils": "1.9.5",
19-
"@lljj/vue3-form-core": "1.10.0"
18+
"@lljj/vjsf-utils": "1.11.0",
19+
"@lljj/vue3-form-core": "1.11.0"
2020
},
2121
"typings": "types/index.d.ts",
2222
"files": [

packages/lib/vue3/vue3-form-element/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.11.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.10.0...v1.11.0) (2022-02-19)
7+
8+
**Note:** Version bump only for package @lljj/vue3-form-element
9+
10+
11+
12+
13+
614
# [1.10.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.9.5...v1.10.0) (2021-11-28)
715

816

packages/lib/vue3/vue3-form-element/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lljj/vue3-form-element",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"description": "基于 Vue3 、ElementPlus、JsonSchema快速构建一个带完整校验的form表单",
55
"main": "dist/vue3-form-element.umd.min.js",
66
"module": "dist/vue3-form-element.esm.min.js",
@@ -15,8 +15,8 @@
1515
"jsonSchema"
1616
],
1717
"dependencies": {
18-
"@lljj/vjsf-utils": "1.9.5",
19-
"@lljj/vue3-form-core": "1.10.0"
18+
"@lljj/vjsf-utils": "1.11.0",
19+
"@lljj/vue3-form-core": "1.11.0"
2020
},
2121
"typings": "types/index.d.ts",
2222
"files": [

0 commit comments

Comments
 (0)