Skip to content

Commit

Permalink
feat: publish v5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Mar 1, 2018
1 parent fbef63b commit 83d46f9
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.1.2",
"version": "5.1.3",
"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": "select2-angular-component",
"version": "5.1.2",
"version": "5.1.3",
"description": "A angular select component.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"@angular/common": "5",
"@angular/core": "5",
"@angular/forms": "5",
"select2-component": "^5.1.2"
"select2-component": "^5.1.3"
},
"devDependencies": {
"@angular/platform-browser": "5.2.6",
Expand All @@ -34,6 +34,6 @@
"@angular/common": "5",
"@angular/core": "5",
"@angular/forms": "5",
"select2-component": "^5.1.2"
"select2-component": "^5.1.3"
}
}
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": "select2-component",
"version": "5.1.2",
"version": "5.1.3",
"description": "A vuejs, reactjs and angular select component core.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
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": "select2-react-component",
"version": "5.1.2",
"version": "5.1.3",
"description": "A reactjs select component.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"@types/node": "*",
"react": "15 || 16",
"react-dom": "15 || 16",
"select2-component": "^5.1.2"
"select2-component": "^5.1.3"
},
"devDependencies": {
"@types/react": "16.0.38",
Expand All @@ -31,6 +31,6 @@
"@types/node": "*",
"react": "15 || 16",
"react-dom": "15 || 16",
"select2-component": "^5.1.2"
"select2-component": "^5.1.3"
}
}
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": "select2-vue-component",
"version": "5.1.2",
"version": "5.1.3",
"description": "A vuejs select component.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -19,13 +19,13 @@
],
"dependencies": {
"@types/node": "*",
"select2-component": "^5.1.2",
"select2-component": "^5.1.3",
"vue": "2",
"vue-class-component": "6"
},
"peerDependencies": {
"@types/node": "*",
"select2-component": "^5.1.2",
"select2-component": "^5.1.3",
"vue": "2",
"vue-class-component": "6"
}
Expand Down

0 comments on commit 83d46f9

Please sign in to comment.