Skip to content

Commit

Permalink
feat: publish v5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Mar 6, 2018
1 parent 70865c1 commit 78b81a0
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,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "5.2.0",
"version": "5.2.1",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
6 changes: 3 additions & 3 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-angular-component",
"version": "5.2.0",
"version": "5.2.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "A angular tree component.",
Expand All @@ -21,7 +21,7 @@
"@angular/common": "5",
"@angular/core": "5",
"@angular/forms": "5",
"tree-component": "^5.2.0"
"tree-component": "^5.2.1"
},
"devDependencies": {
"@angular/platform-browser": "5.2.7",
Expand All @@ -34,6 +34,6 @@
"@angular/common": "5",
"@angular/core": "5",
"@angular/forms": "5",
"tree-component": "^5.2.0"
"tree-component": "^5.2.1"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-component",
"version": "5.2.0",
"version": "5.2.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "A reactjs, angular and vuejs tree component.",
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-react-component",
"version": "5.2.0",
"version": "5.2.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "A reactjs tree component.",
Expand All @@ -20,7 +20,7 @@
"dependencies": {
"react": "16",
"react-dom": "16",
"tree-component": "^5.2.0"
"tree-component": "^5.2.1"
},
"devDependencies": {
"@types/react": "16.0.40",
Expand All @@ -29,6 +29,6 @@
"peerDependencies": {
"react": "16",
"react-dom": "16",
"tree-component": "^5.2.0"
"tree-component": "^5.2.1"
}
}
6 changes: 3 additions & 3 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-vue-component",
"version": "5.2.0",
"version": "5.2.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "A vuejs tree component.",
Expand All @@ -18,12 +18,12 @@
"dist"
],
"dependencies": {
"tree-component": "^5.2.0",
"tree-component": "^5.2.1",
"vue": "2",
"vue-class-component": "6"
},
"peerDependencies": {
"tree-component": "^5.2.0",
"tree-component": "^5.2.1",
"vue": "2",
"vue-class-component": "6"
}
Expand Down

0 comments on commit 78b81a0

Please sign in to comment.