Skip to content

Commit

Permalink
v0.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-dx committed Dec 21, 2018
1 parent 993c10e commit 3be88ba
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.1.22"
"version": "0.1.23"
}
2 changes: 1 addition & 1 deletion packages/ncform-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ncform/ncform-common",
"version": "0.1.12",
"version": "0.1.23",
"description": "ncform common",
"main": "dist/ncformCommon.min.js",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/ncform-show/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ncform-show",
"private": true,
"version": "0.1.22",
"version": "0.1.23",
"description": "ncform show",
"author": "daniel.xiao",
"keywords": [
Expand Down Expand Up @@ -55,9 +55,9 @@
},
"license": "MIT",
"dependencies": {
"@ncform/ncform": "^0.1.22",
"@ncform/ncform-common": "^0.1.12",
"@ncform/ncform-theme-elementui": "^0.1.22",
"@ncform/ncform": "^0.1.23",
"@ncform/ncform-common": "^0.1.23",
"@ncform/ncform-theme-elementui": "^0.1.23",
"ace-builds": "^1.2.9",
"lodash-es": "^4.16.2",
"vue": "^2.1.8"
Expand Down
6 changes: 3 additions & 3 deletions packages/ncform-theme-elementui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ncform/ncform-theme-elementui",
"version": "0.1.22",
"version": "0.1.23",
"description": "ncform theme element-ui",
"author": "daniel.xiao; kyle.lo;",
"main": "dist/ncformStdComps.min.js",
Expand All @@ -10,7 +10,7 @@
"element-ui"
],
"devDependencies": {
"@ncform/ncform": "^0.1.22",
"@ncform/ncform": "^0.1.23",
"autoprefixer": "^6.0.2",
"axios": "^0.17.1",
"babel-core": "^6.2.21",
Expand Down Expand Up @@ -61,7 +61,7 @@
],
"license": "MIT",
"dependencies": {
"@ncform/ncform-common": "^0.1.12",
"@ncform/ncform-common": "^0.1.23",
"element-ui": "^2.0.7",
"lodash-es": "^4.16.2",
"vue": "^2.1.8"
Expand Down
4 changes: 2 additions & 2 deletions packages/ncform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ncform/ncform",
"version": "0.1.22",
"version": "0.1.23",
"description": "nice form",
"author": "daniel.xiao",
"main": "dist/vueNcform.min.js",
Expand Down Expand Up @@ -64,7 +64,7 @@
"src"
],
"dependencies": {
"@ncform/ncform-common": "^0.1.12",
"@ncform/ncform-common": "^0.1.23",
"axios": "^0.18.0",
"extend": "^3.0.1",
"lodash-es": "^4.16.2",
Expand Down

0 comments on commit 3be88ba

Please sign in to comment.