Skip to content

Commit

Permalink
build: release version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lljj-x committed Dec 3, 2020
1 parent b6a4525 commit 7dd9a19
Show file tree
Hide file tree
Showing 8 changed files with 64 additions and 6 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/lljj-x/vue-json-schema-form/compare/v0.2.2...v0.3.0) (2020-12-03)


### Bug Fixes

* **lib:** 修复array widget 覆盖多选类型问题 ([d7453b3](https://github.com/lljj-x/vue-json-schema-form/commit/d7453b33abea5f903a3cbee073172a28c3cf02ac))
* **lib:** 修复array 多选类型不配置required ,导致array minItems 等后续不校验问题 ([683380e](https://github.com/lljj-x/vue-json-schema-form/commit/683380eb824a4e4dc281eda98f19deb64b0c3fa7))


### Features

* 优化 anyOf 切换 ([2c2388d](https://github.com/lljj-x/vue-json-schema-form/commit/2c2388d0b46e068ec24c9e64e7ec2154e3237a59))





## [0.2.2](https://github.com/lljj-x/vue-json-schema-form/compare/v0.2.1...v0.2.2) (2020-11-25)

**Note:** Version bump only for package vue-json-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": "0.2.2",
"version": "0.3.0",
"command": {
"version": {
"allowBranch": "master",
Expand Down
16 changes: 16 additions & 0 deletions packages/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/lljj-x/vue-json-schema-form/compare/v0.2.2...v0.3.0) (2020-12-03)


### Bug Fixes

* **lib:** 修复array widget 覆盖多选类型问题 ([d7453b3](https://github.com/lljj-x/vue-json-schema-form/commit/d7453b33abea5f903a3cbee073172a28c3cf02ac))


### Features

* 优化 anyOf 切换 ([2c2388d](https://github.com/lljj-x/vue-json-schema-form/commit/2c2388d0b46e068ec24c9e64e7ec2154e3237a59))





## [0.2.1](https://github.com/lljj-x/vue-json-schema-form/compare/v0.2.0...v0.2.1) (2020-11-25)


Expand Down
4 changes: 2 additions & 2 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "0.2.1",
"version": "0.3.0",
"private": true,
"license": "Apache-2.0",
"scripts": {
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@lljj/polyfill": "^0.1.0",
"@lljj/vue-json-schema-form": "0.2.2",
"@lljj/vue-json-schema-form": "0.3.0",
"ajv-i18n": "^3.5.0",
"vue": "^2.6.10",
"vuedraggable": "2.23.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/docs/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.

# [0.3.0](https://github.com/lljj-x/vue-json-schema-form/compare/v0.2.2...v0.3.0) (2020-12-03)

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





# [0.2.0](https://github.com/lljj-x/vue-json-schema-form/compare/v0.1.3...v0.2.0) (2020-11-24)

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

# [0.3.0](https://github.com/lljj-x/vue-json-schema-form/compare/v0.2.2...v0.3.0) (2020-12-03)


### Bug Fixes

* **lib:** 修复array widget 覆盖多选类型问题 ([d7453b3](https://github.com/lljj-x/vue-json-schema-form/commit/d7453b33abea5f903a3cbee073172a28c3cf02ac))
* **lib:** 修复array 多选类型不配置required ,导致array minItems 等后续不校验问题 ([683380e](https://github.com/lljj-x/vue-json-schema-form/commit/683380eb824a4e4dc281eda98f19deb64b0c3fa7))


### Features

* 优化 anyOf 切换 ([2c2388d](https://github.com/lljj-x/vue-json-schema-form/commit/2c2388d0b46e068ec24c9e64e7ec2154e3237a59))





## [0.2.2](https://github.com/lljj-x/vue-json-schema-form/compare/v0.2.1...v0.2.2) (2020-11-25)

**Note:** Version bump only for package @lljj/vue-json-schema-form
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lljj/vue-json-schema-form",
"version": "0.2.2",
"version": "0.3.0",
"description": "基于 Vue 、JsonSchema快速构建一个带完整校验的form表单",
"main": "dist/vueJsonSchemaForm.umd.min.js",
"module": "dist/vueJsonSchemaForm.esm.min.js",
Expand Down

0 comments on commit 7dd9a19

Please sign in to comment.