Skip to content

Commit bf3cd32

Browse files
committed
build: release version 0.2.2
1 parent c31686f commit bf3cd32

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

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+
## [0.2.2](https://github.com/lljj-x/vue-json-schema-form/compare/v0.2.1...v0.2.2) (2020-11-25)
7+
8+
**Note:** Version bump only for package vue-json-schema-form
9+
10+
11+
12+
13+
614
## [0.2.1](https://github.com/lljj-x/vue-json-schema-form/compare/v0.2.0...v0.2.1) (2020-11-25)
715

816

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

packages/lib/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+
## [0.2.2](https://github.com/lljj-x/vue-json-schema-form/compare/v0.2.1...v0.2.2) (2020-11-25)
7+
8+
**Note:** Version bump only for package @lljj/vue-json-schema-form
9+
10+
11+
12+
13+
614
# [0.2.0](https://github.com/lljj-x/vue-json-schema-form/compare/v0.1.3...v0.2.0) (2020-11-24)
715

816

packages/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lljj/vue-json-schema-form",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "基于 Vue 、JsonSchema快速构建一个带完整校验的form表单",
55
"main": "dist/vueJsonSchemaForm.umd.min.js",
66
"module": "dist/vueJsonSchemaForm.esm.min.js",

0 commit comments

Comments
 (0)