Skip to content

Commit 5e48af8

Browse files
build: release version 1.19.0
1 parent a6a9c3b commit 5e48af8

File tree

24 files changed

+170
-29
lines changed

24 files changed

+170
-29
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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.19.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.18.0...v1.19.0) (2023-10-05)
7+
8+
9+
### Bug Fixes
10+
11+
* 合并 from 'vueCommonUtils' ([a42ffb8](https://github.com/lljj-x/vue-json-schema-form/commit/a42ffb8716efa80014085744c9c84f1bdb860738))
12+
13+
14+
### Features
15+
16+
* **lib:** 支持antdv 4x 版本 ([90987f0](https://github.com/lljj-x/vue-json-schema-form/commit/90987f07107124ce569dcdaa63c570f557b56f48)), closes [#323](https://github.com/lljj-x/vue-json-schema-form/issues/323)
17+
* **lib:** 支持配置 fui 自定义function ([955308d](https://github.com/lljj-x/vue-json-schema-form/commit/955308d0c13df87ff7cfcefa1ce104af756c29fe)), closes [#323](https://github.com/lljj-x/vue-json-schema-form/issues/323)
18+
* **lib:** 支持配置 ui:required ([84adc7f](https://github.com/lljj-x/vue-json-schema-form/commit/84adc7ffeee9a4cb431db5a890a3f2fdc84d75a5)), closes [#175](https://github.com/lljj-x/vue-json-schema-form/issues/175)
19+
* **lib:** 添加 afterArrayOperate 配置,支持数组操作回调 ([de1068f](https://github.com/lljj-x/vue-json-schema-form/commit/de1068f0fc413a75401fc1989ff4444feb8e0178)), closes [#323](https://github.com/lljj-x/vue-json-schema-form/issues/323)
20+
* **utils:** 合并公共配置 ([37c051c](https://github.com/lljj-x/vue-json-schema-form/commit/37c051c994e996bf9c3520a605ed558597aad2d0))
21+
* 分离公共 Vue 工具 js ([80d3f56](https://github.com/lljj-x/vue-json-schema-form/commit/80d3f56596a1557e1e9a2dcbb8e17d4e4a7aa0db))
22+
23+
24+
25+
26+
627
# [1.18.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.17.1...v1.18.0) (2023-08-05)
728

829

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.18.0",
4+
"version": "1.19.0",
55
"command": {
66
"version": {
77
"allowBranch": "master",

packages/demo/demo-v2/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.19.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.18.0...v1.19.0) (2023-10-05)
7+
8+
9+
### Features
10+
11+
* **lib:** 支持配置 fui 自定义function ([955308d](https://github.com/lljj-x/vue-json-schema-form/commit/955308d0c13df87ff7cfcefa1ce104af756c29fe)), closes [#323](https://github.com/lljj-x/vue-json-schema-form/issues/323)
12+
* **lib:** 添加 afterArrayOperate 配置,支持数组操作回调 ([de1068f](https://github.com/lljj-x/vue-json-schema-form/commit/de1068f0fc413a75401fc1989ff4444feb8e0178)), closes [#323](https://github.com/lljj-x/vue-json-schema-form/issues/323)
13+
14+
15+
16+
17+
618
# [1.18.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.17.1...v1.18.0) (2023-08-05)
719

820
**Note:** Version bump only for package demo

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.18.0",
3+
"version": "1.19.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.18.0",
14-
"@lljj/vue2-form-iview3": "1.18.0",
13+
"@lljj/vue-json-schema-form": "1.19.0",
14+
"@lljj/vue2-form-iview3": "1.19.0",
1515
"ajv-i18n": "^3.5.0",
1616
"demo-common": "1.17.1",
1717
"iview": "^3.5.4",

packages/demo/demo-v3/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.19.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.18.0...v1.19.0) (2023-10-05)
7+
8+
9+
### Features
10+
11+
* **lib:** 支持antdv 4x 版本 ([90987f0](https://github.com/lljj-x/vue-json-schema-form/commit/90987f07107124ce569dcdaa63c570f557b56f48)), closes [#323](https://github.com/lljj-x/vue-json-schema-form/issues/323)
12+
13+
14+
15+
16+
617
# [1.18.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.17.1...v1.18.0) (2023-08-05)
718

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

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.18.0",
3+
"version": "1.19.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.18.0",
14-
"@lljj/vue3-form-element": "1.18.0",
13+
"@lljj/vue3-form-ant": "1.19.0",
14+
"@lljj/vue3-form-element": "1.19.0",
1515
"ajv-i18n": "^3.5.0",
1616
"ant-design-vue": "^2.0.1",
1717
"demo-common": "1.17.1",

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.19.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.18.0...v1.19.0) (2023-10-05)
7+
8+
9+
### Features
10+
11+
* **lib:** 支持配置 fui 自定义function ([955308d](https://github.com/lljj-x/vue-json-schema-form/commit/955308d0c13df87ff7cfcefa1ce104af756c29fe)), closes [#323](https://github.com/lljj-x/vue-json-schema-form/issues/323)
12+
13+
14+
15+
16+
617
# [1.18.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.17.1...v1.18.0) (2023-08-05)
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.18.0",
3+
"version": "1.19.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.18.0",
12+
"@lljj/vue-json-schema-form": "1.19.0",
1313
"element-ui": "^2.13.2",
1414
"v-distpicker": "^1.2.7"
1515
},

packages/lib/utils/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.19.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.18.0...v1.19.0) (2023-10-05)
7+
8+
9+
### Bug Fixes
10+
11+
* 合并 from 'vueCommonUtils' ([a42ffb8](https://github.com/lljj-x/vue-json-schema-form/commit/a42ffb8716efa80014085744c9c84f1bdb860738))
12+
13+
14+
### Features
15+
16+
* **lib:** 支持配置 fui 自定义function ([955308d](https://github.com/lljj-x/vue-json-schema-form/commit/955308d0c13df87ff7cfcefa1ce104af756c29fe)), closes [#323](https://github.com/lljj-x/vue-json-schema-form/issues/323)
17+
* **lib:** 支持配置 ui:required ([84adc7f](https://github.com/lljj-x/vue-json-schema-form/commit/84adc7ffeee9a4cb431db5a890a3f2fdc84d75a5)), closes [#175](https://github.com/lljj-x/vue-json-schema-form/issues/175)
18+
* **utils:** 合并公共配置 ([37c051c](https://github.com/lljj-x/vue-json-schema-form/commit/37c051c994e996bf9c3520a605ed558597aad2d0))
19+
* 分离公共 Vue 工具 js ([80d3f56](https://github.com/lljj-x/vue-json-schema-form/commit/80d3f56596a1557e1e9a2dcbb8e17d4e4a7aa0db))
20+
21+
22+
23+
24+
625
# [1.18.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.17.1...v1.18.0) (2023-08-05)
726

827

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.18.0",
3+
"version": "1.19.0",
44
"description": "vue json schema form 使用的基础utils工具类",
55
"private": false,
66
"publishConfig": {

0 commit comments

Comments
 (0)