Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Grsmto committed Nov 2, 2018
1 parent c9b622a commit 5961901
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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": "0.1.0-beta.2",
"version": "0.1.0-beta.3",
"description": "React component for SimpleBar",
"files": [
"dist"
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"prop-types": "^15.6.1",
"simplebar": "^3.1.0-beta.2"
"simplebar": "^3.1.0-beta.3"
},
"peerDependencies": {
"react": "^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/simplebar-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simplebar-vue",
"version": "0.0.1",
"version": "0.1.0-beta.0",
"description": "Vue component for SimpleBar",
"files": [
"dist"
Expand All @@ -25,14 +25,14 @@
"vue": "^2.5.17"
},
"devDependencies": {
"rollup-plugin-vue": "^4.3.2",
"@vue/cli-plugin-babel": "^3.0.5",
"@vue/cli-plugin-unit-jest": "^3.0.5",
"@vue/cli-plugin-eslint": "^3.0.5",
"@vue/cli-plugin-unit-jest": "^3.0.5",
"@vue/cli-service": "^3.0.5",
"@vue/test-utils": "^1.0.0-beta.20",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^23.0.1",
"rollup-plugin-vue": "^4.3.2",
"vue-template-compiler": "^2.5.17"
},
"eslintConfig": {
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": "3.1.0-beta.2",
"version": "3.1.0-beta.3",
"name": "simplebar",
"title": "SimpleBar.js",
"description": "Scrollbars, simpler.",
Expand Down

0 comments on commit 5961901

Please sign in to comment.