Skip to content

Commit

Permalink
v5.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Nov 3, 2019
1 parent b036ee5 commit 10aa372
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
]
}
},
"version": "5.8.0",
"version": "5.8.1",
"useWorkspaces": true,
"npmClient": "yarn"
}
4 changes: 2 additions & 2 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.8.0",
"version": "5.8.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "A angular tree component.",
Expand All @@ -20,7 +20,7 @@
"dependencies": {
"@angular/common": "8",
"@angular/core": "8",
"tree-component": "^5.8.0"
"tree-component": "^5.8.1"
},
"devDependencies": {
"@angular/forms": "8.1.2",
Expand Down
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.8.0",
"version": "5.8.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "A reactjs, angular and vuejs tree component.",
Expand Down
4 changes: 2 additions & 2 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.8.0",
"version": "5.8.1",
"main": "dist/index.js",
"module": "dist/index.js",
"unpkg": "dist/tree-react-component.min.js",
Expand All @@ -22,7 +22,7 @@
],
"dependencies": {
"react": "16",
"tree-component": "^5.8.0"
"tree-component": "^5.8.1"
},
"devDependencies": {
"@types/react": "16.8.23",
Expand Down
4 changes: 2 additions & 2 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.8.0",
"version": "5.8.1",
"main": "dist/index.js",
"module": "dist/index.js",
"unpkg": "dist/tree-vue-component.min.js",
Expand All @@ -21,7 +21,7 @@
"dist"
],
"dependencies": {
"tree-component": "^5.8.0",
"tree-component": "^5.8.1",
"vue": "2",
"vue-class-component": "7"
}
Expand Down

0 comments on commit 10aa372

Please sign in to comment.