Skip to content

Commit

Permalink
build: release version 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jino Liu committed Oct 5, 2023
1 parent a6a9c3b commit 5e48af8
Show file tree
Hide file tree
Showing 24 changed files with 170 additions and 29 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.19.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.18.0...v1.19.0) (2023-10-05)


### Bug Fixes

* 合并 from 'vueCommonUtils' ([a42ffb8](https://github.com/lljj-x/vue-json-schema-form/commit/a42ffb8716efa80014085744c9c84f1bdb860738))


### Features

* **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)
* **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)
* **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)
* **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)
* **utils:** 合并公共配置 ([37c051c](https://github.com/lljj-x/vue-json-schema-form/commit/37c051c994e996bf9c3520a605ed558597aad2d0))
* 分离公共 Vue 工具 js ([80d3f56](https://github.com/lljj-x/vue-json-schema-form/commit/80d3f56596a1557e1e9a2dcbb8e17d4e4a7aa0db))





# [1.18.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.17.1...v1.18.0) (2023-08-05)


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.18.0",
"version": "1.19.0",
"command": {
"version": {
"allowBranch": "master",
Expand Down
12 changes: 12 additions & 0 deletions packages/demo/demo-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.19.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.18.0...v1.19.0) (2023-10-05)


### Features

* **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)
* **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)





# [1.18.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.17.1...v1.18.0) (2023-08-05)

**Note:** Version bump only for package demo
Expand Down
6 changes: 3 additions & 3 deletions packages/demo/demo-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "1.18.0",
"version": "1.19.0",
"private": true,
"license": "Apache-2.0",
"scripts": {
Expand All @@ -10,8 +10,8 @@
},
"dependencies": {
"@lljj/polyfill": "^0.1.0",
"@lljj/vue-json-schema-form": "1.18.0",
"@lljj/vue2-form-iview3": "1.18.0",
"@lljj/vue-json-schema-form": "1.19.0",
"@lljj/vue2-form-iview3": "1.19.0",
"ajv-i18n": "^3.5.0",
"demo-common": "1.17.1",
"iview": "^3.5.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/demo/demo-v3/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.19.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.18.0...v1.19.0) (2023-10-05)


### Features

* **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)





# [1.18.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.17.1...v1.18.0) (2023-08-05)

**Note:** Version bump only for package demo-v3
Expand Down
6 changes: 3 additions & 3 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.18.0",
"version": "1.19.0",
"private": true,
"license": "Apache-2.0",
"scripts": {
Expand All @@ -10,8 +10,8 @@
},
"dependencies": {
"@lljj/polyfill": "^0.1.0",
"@lljj/vue3-form-ant": "1.18.0",
"@lljj/vue3-form-element": "1.18.0",
"@lljj/vue3-form-ant": "1.19.0",
"@lljj/vue3-form-element": "1.19.0",
"ajv-i18n": "^3.5.0",
"ant-design-vue": "^2.0.1",
"demo-common": "1.17.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/docs/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.19.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.18.0...v1.19.0) (2023-10-05)


### Features

* **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)





# [1.18.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.17.1...v1.18.0) (2023-08-05)

**Note:** Version bump only for package docs
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "1.18.0",
"version": "1.19.0",
"private": true,
"license": "Apache-2.0",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"build": "vuepress build docs"
},
"dependencies": {
"@lljj/vue-json-schema-form": "1.18.0",
"@lljj/vue-json-schema-form": "1.19.0",
"element-ui": "^2.13.2",
"v-distpicker": "^1.2.7"
},
Expand Down
19 changes: 19 additions & 0 deletions packages/lib/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.19.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.18.0...v1.19.0) (2023-10-05)


### Bug Fixes

* 合并 from 'vueCommonUtils' ([a42ffb8](https://github.com/lljj-x/vue-json-schema-form/commit/a42ffb8716efa80014085744c9c84f1bdb860738))


### Features

* **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)
* **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)
* **utils:** 合并公共配置 ([37c051c](https://github.com/lljj-x/vue-json-schema-form/commit/37c051c994e996bf9c3520a605ed558597aad2d0))
* 分离公共 Vue 工具 js ([80d3f56](https://github.com/lljj-x/vue-json-schema-form/commit/80d3f56596a1557e1e9a2dcbb8e17d4e4a7aa0db))





# [1.18.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.17.1...v1.18.0) (2023-08-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/lib/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lljj/vjsf-utils",
"version": "1.18.0",
"version": "1.19.0",
"description": "vue json schema form 使用的基础utils工具类",
"private": false,
"publishConfig": {
Expand Down
12 changes: 12 additions & 0 deletions packages/lib/vue2/vue2-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.19.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.18.0...v1.19.0) (2023-10-05)


### Features

* **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)
* **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)





# [1.18.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.17.1...v1.18.0) (2023-08-05)


Expand Down
4 changes: 2 additions & 2 deletions packages/lib/vue2/vue2-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lljj/vue2-form-core",
"version": "1.18.0",
"version": "1.19.0",
"description": "基于 Vue 、JsonSchema快速构建一个带完整校验的form表单,vue2版本基础框架",
"main": "src/index.js",
"module": "src/index.js",
Expand All @@ -14,7 +14,7 @@
"access": "public"
},
"dependencies": {
"@lljj/vjsf-utils": "1.18.0"
"@lljj/vjsf-utils": "1.19.0"
},
"repository": "https://github.com/lljj-x/vue-json-schema-form",
"homepage": "https://github.com/lljj-x/vue-json-schema-form",
Expand Down
8 changes: 8 additions & 0 deletions packages/lib/vue2/vue2-form-element/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.19.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.18.0...v1.19.0) (2023-10-05)

**Note:** Version bump only for package @lljj/vue-json-schema-form





# [1.18.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.17.1...v1.18.0) (2023-08-05)

**Note:** Version bump only for package @lljj/vue-json-schema-form
Expand Down
6 changes: 3 additions & 3 deletions packages/lib/vue2/vue2-form-element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lljj/vue-json-schema-form",
"version": "1.18.0",
"version": "1.19.0",
"description": "基于 Vue 、ElementUi、JsonSchema快速构建一个带完整校验的form表单",
"main": "dist/vueJsonSchemaForm.umd.min.js",
"module": "dist/vueJsonSchemaForm.esm.min.js",
Expand All @@ -15,8 +15,8 @@
"jsonSchema"
],
"dependencies": {
"@lljj/vjsf-utils": "1.18.0",
"@lljj/vue2-form-core": "1.18.0"
"@lljj/vjsf-utils": "1.19.0",
"@lljj/vue2-form-core": "1.19.0"
},
"typings": "types/index.d.ts",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/lib/vue2/vue2-form-iview3/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.19.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.18.0...v1.19.0) (2023-10-05)

**Note:** Version bump only for package @lljj/vue2-form-iview3





# [1.18.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.17.1...v1.18.0) (2023-08-05)

**Note:** Version bump only for package @lljj/vue2-form-iview3
Expand Down
6 changes: 3 additions & 3 deletions packages/lib/vue2/vue2-form-iview3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lljj/vue2-form-iview3",
"version": "1.18.0",
"version": "1.19.0",
"description": "基于 Vue 、iView3、JsonSchema快速构建一个带完整校验的form表单",
"main": "dist/vue2-form-iview3.umd.min.js",
"module": "dist/vue2-form-iview3.esm.min.js",
Expand All @@ -16,8 +16,8 @@
"iView3"
],
"dependencies": {
"@lljj/vjsf-utils": "1.18.0",
"@lljj/vue2-form-core": "1.18.0"
"@lljj/vjsf-utils": "1.19.0",
"@lljj/vue2-form-core": "1.19.0"
},
"typings": "types/index.d.ts",
"files": [
Expand Down
12 changes: 12 additions & 0 deletions packages/lib/vue3/vue3-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.19.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.18.0...v1.19.0) (2023-10-05)


### Features

* **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)
* **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)





# [1.18.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.17.1...v1.18.0) (2023-08-05)


Expand Down
4 changes: 2 additions & 2 deletions packages/lib/vue3/vue3-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lljj/vue3-form-core",
"version": "1.18.0",
"version": "1.19.0",
"description": "基于 Vue3 、JsonSchema快速构建一个带完整校验的form表单,vue3版本基础框架",
"main": "src/index.js",
"module": "src/index.js",
Expand All @@ -14,7 +14,7 @@
"access": "public"
},
"dependencies": {
"@lljj/vjsf-utils": "1.18.0"
"@lljj/vjsf-utils": "1.19.0"
},
"repository": "https://github.com/lljj-x/vue-json-schema-form",
"homepage": "https://github.com/lljj-x/vue-json-schema-form",
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.19.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.18.0...v1.19.0) (2023-10-05)


### Features

* **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)





# [1.18.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.17.1...v1.18.0) (2023-08-05)

**Note:** Version bump only for package @lljj/vue3-form-ant
Expand Down
6 changes: 3 additions & 3 deletions 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.18.0",
"version": "1.19.0",
"description": "基于 Vue3 、Antdv、JsonSchema快速构建一个带完整校验的form表单",
"main": "dist/vue3-form-ant.umd.min.js",
"module": "dist/vue3-form-ant.esm.min.js",
Expand All @@ -15,8 +15,8 @@
"jsonSchema"
],
"dependencies": {
"@lljj/vjsf-utils": "1.18.0",
"@lljj/vue3-form-core": "1.18.0"
"@lljj/vjsf-utils": "1.19.0",
"@lljj/vue3-form-core": "1.19.0"
},
"typings": "types/index.d.ts",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/lib/vue3/vue3-form-element/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.19.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.18.0...v1.19.0) (2023-10-05)

**Note:** Version bump only for package @lljj/vue3-form-element





# [1.18.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.17.1...v1.18.0) (2023-08-05)

**Note:** Version bump only for package @lljj/vue3-form-element
Expand Down
6 changes: 3 additions & 3 deletions packages/lib/vue3/vue3-form-element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lljj/vue3-form-element",
"version": "1.18.0",
"version": "1.19.0",
"description": "基于 Vue3 、ElementPlus、JsonSchema快速构建一个带完整校验的form表单",
"main": "dist/vue3-form-element.umd.min.js",
"module": "dist/vue3-form-element.esm.min.js",
Expand All @@ -15,8 +15,8 @@
"jsonSchema"
],
"dependencies": {
"@lljj/vjsf-utils": "1.18.0",
"@lljj/vue3-form-core": "1.18.0"
"@lljj/vjsf-utils": "1.19.0",
"@lljj/vue3-form-core": "1.19.0"
},
"typings": "types/index.d.ts",
"files": [
Expand Down
Loading

0 comments on commit 5e48af8

Please sign in to comment.