Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - simplebar-react@1.0.0-alpha.6
 - simplebar-vue@1.0.0-alpha.6
 - simplebar@4.0.0-alpha.6
  • Loading branch information
Grsmto committed Apr 24, 2019
1 parent 40c91a3 commit a313e3b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/simplebar-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simplebar-react",
"version": "1.0.0-alpha.5",
"version": "1.0.0-alpha.6",
"description": "React component for SimpleBar",
"files": [
"dist"
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"prop-types": "^15.6.1",
"simplebar": "^4.0.0-alpha.5"
"simplebar": "^4.0.0-alpha.6"
},
"peerDependencies": {
"react": "^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/simplebar-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simplebar-vue",
"version": "1.0.0-alpha.5",
"version": "1.0.0-alpha.6",
"description": "Vue component for SimpleBar",
"files": [
"dist"
Expand All @@ -18,7 +18,7 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"simplebar": "^4.0.0-alpha.5"
"simplebar": "^4.0.0-alpha.6"
},
"peerDependencies": {
"vue": "^2.5.17"
Expand Down
2 changes: 1 addition & 1 deletion packages/simplebar/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.0-alpha.5",
"version": "4.0.0-alpha.6",
"name": "simplebar",
"title": "SimpleBar.js",
"description": "Scrollbars, simpler.",
Expand Down

0 comments on commit a313e3b

Please sign in to comment.