Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - simplebar-angular@1.0.12
 - simplebar-react@2.0.8
 - simplebar-vue@1.3.6
 - simplebar@5.0.6
 - simplebar-website@0.1.4
  • Loading branch information
Grsmto committed Nov 7, 2019
1 parent 88f4835 commit 1b55116
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.11",
"version": "1.0.12",
"description": "Angular component for SimpleBar",
"scripts": {
"ng": "ng",
Expand All @@ -27,7 +27,7 @@
"simplebar"
],
"dependencies": {
"simplebar": "^5.0.5"
"simplebar": "^5.0.6"
},
"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.7",
"version": "2.0.8",
"description": "React component for SimpleBar",
"files": [
"dist",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"prop-types": "^15.6.1",
"simplebar": "^5.0.5"
"simplebar": "^5.0.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.3.5",
"version": "1.3.6",
"description": "Vue component for SimpleBar",
"files": [
"dist",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"core-js": "^3.0.1",
"simplebar": "^5.0.5"
"simplebar": "^5.0.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": "5.0.5",
"version": "5.0.6",
"name": "simplebar",
"title": "SimpleBar.js",
"description": "Scrollbars, simpler.",
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "simplebar-website",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.3",
"version": "0.1.4",
"author": "Adrien Denat <oi@adriendenat.com>",
"scripts": {
"build": "gatsby build",
Expand Down

0 comments on commit 1b55116

Please sign in to comment.