Skip to content

Commit

Permalink
feat: publish v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Dec 27, 2017
1 parent 97e72f4 commit a030316
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 16 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.1.0",
"version": "5.1.1",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
2 changes: 0 additions & 2 deletions packages/angular/.npmignore

This file was deleted.

13 changes: 11 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.1.0",
"version": "5.1.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "A angular tree component.",
Expand All @@ -14,17 +14,26 @@
"url": "https://github.com/plantain-00/tree-component/issues"
},
"homepage": "https://github.com/plantain-00/tree-component#readme",
"files": [
"dist"
],
"dependencies": {
"@angular/common": "5",
"@angular/core": "5",
"@angular/forms": "5",
"tree-component": "^5.0.4"
"tree-component": "^5.1.1"
},
"devDependencies": {
"@angular/platform-browser": "5.1.2",
"@angular/platform-browser-dynamic": "5.1.2",
"core-js": "2.5.3",
"rxjs": "5.5.6",
"zone.js": "0.8.18"
},
"peerDependencies": {
"@angular/common": "5",
"@angular/core": "5",
"@angular/forms": "5",
"tree-component": "^5.1.1"
}
}
2 changes: 0 additions & 2 deletions packages/core/.npmignore

This file was deleted.

9 changes: 8 additions & 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.0.4",
"version": "5.1.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "A reactjs, angular and vuejs tree component.",
Expand All @@ -14,8 +14,15 @@
"url": "https://github.com/plantain-00/tree-component/issues"
},
"homepage": "https://github.com/plantain-00/tree-component#readme",
"files": [
"dist"
],
"dependencies": {
"@types/node": "*",
"tslib": "1"
},
"peerDependencies": {
"@types/node": "*",
"tslib": "1"
}
}
2 changes: 0 additions & 2 deletions packages/react/.npmignore

This file was deleted.

12 changes: 10 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.0.4",
"version": "5.1.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "A reactjs tree component.",
Expand All @@ -14,13 +14,21 @@
"url": "https://github.com/plantain-00/tree-component/issues"
},
"homepage": "https://github.com/plantain-00/tree-component#readme",
"files": [
"dist"
],
"dependencies": {
"react": "16",
"react-dom": "16",
"tree-component": "^5.0.4"
"tree-component": "^5.1.1"
},
"devDependencies": {
"@types/react": "16.0.31",
"@types/react-dom": "16.0.3"
},
"peerDependencies": {
"react": "16",
"react-dom": "16",
"tree-component": "^5.1.1"
}
}
2 changes: 0 additions & 2 deletions packages/vue/.npmignore

This file was deleted.

12 changes: 10 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.1.0",
"version": "5.1.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "A vuejs tree component.",
Expand All @@ -17,12 +17,20 @@
"url": "https://github.com/plantain-00/tree-component/issues"
},
"homepage": "https://github.com/plantain-00/tree-component#readme",
"files": [
"dist"
],
"dependencies": {
"tree-component": "^5.0.4",
"tree-component": "^5.1.1",
"vue": "2",
"vue-class-component": "6"
},
"devDependencies": {
"typescript": "2.6.2"
},
"peerDependencies": {
"tree-component": "^5.1.1",
"vue": "2",
"vue-class-component": "6"
}
}

0 comments on commit a030316

Please sign in to comment.