Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - simplebar-angular@1.0.13
 - simplebar-react@2.0.9
 - simplebar-vue@1.3.7
 - simplebar@5.0.7
  • Loading branch information
Grsmto committed Nov 13, 2019
1 parent 050c41c commit b38949a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/simplebar-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simplebar-angular",
"version": "1.0.12",
"version": "1.0.13",
"description": "Angular component for SimpleBar",
"scripts": {
"ng": "ng",
Expand All @@ -27,7 +27,7 @@
"simplebar"
],
"dependencies": {
"simplebar": "^5.0.6"
"simplebar": "^5.0.7"
},
"peerDependencies": {
"@angular/common": "^8.1.3",
Expand Down
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": "2.0.8",
"version": "2.0.9",
"description": "React component for SimpleBar",
"files": [
"dist",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"prop-types": "^15.6.1",
"simplebar": "^5.0.6"
"simplebar": "^5.0.7"
},
"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.3.6",
"version": "1.3.7",
"description": "Vue component for SimpleBar",
"files": [
"dist",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"core-js": "^3.0.1",
"simplebar": "^5.0.6"
"simplebar": "^5.0.7"
},
"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": "5.0.6",
"version": "5.0.7",
"name": "simplebar",
"title": "SimpleBar.js",
"description": "Scrollbars, simpler.",
Expand Down

0 comments on commit b38949a

Please sign in to comment.