Skip to content

Commit

Permalink
build: release version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lljj-x committed Nov 25, 2020
1 parent c31686f commit bf3cd32
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
8 changes: 8 additions & 0 deletions 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.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





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


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.1",
"version": "0.2.2",
"command": {
"version": {
"allowBranch": "master",
Expand Down
8 changes: 8 additions & 0 deletions packages/lib/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.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





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


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.1",
"version": "0.2.2",
"description": "基于 Vue 、JsonSchema快速构建一个带完整校验的form表单",
"main": "dist/vueJsonSchemaForm.umd.min.js",
"module": "dist/vueJsonSchemaForm.esm.min.js",
Expand Down

0 comments on commit bf3cd32

Please sign in to comment.