Skip to content

Commit

Permalink
build: release version 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lljj-x committed Jul 20, 2020
1 parent b95799e commit 3f28bb8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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.0.11",
"version": "0.0.12",
"command": {
"version": {
"allowBranch": "master",
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.0.11",
"version": "0.0.12",
"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.0.11",
"@lljj/vue-json-schema-form": "0.0.12",
"ajv-i18n": "^3.5.0",
"vue": "^2.6.10",
"vuedraggable": "2.23.2"
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": "0.0.11",
"version": "0.0.12",
"private": true,
"license": "Apache-2.0",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"build": "vuepress build docs"
},
"dependencies": {
"@lljj/vue-json-schema-form": "0.0.11",
"@lljj/vue-json-schema-form": "0.0.12",
"element-ui": "^2.13.2"
},
"devDependencies": {
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.0.11",
"version": "0.0.12",
"description": "基于 Vue 、JsonSchema快速构建一个带完整校验的form表单",
"main": "dist/vueJsonSchemaForm.umd.min.js",
"module": "dist/vueJsonSchemaForm.esm.min.js",
Expand Down

0 comments on commit 3f28bb8

Please sign in to comment.