Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - simplebar-angular@2.3.3
 - simplebar-react@2.3.3
 - simplebar-vue@1.6.3
 - simplebar@5.3.3
  • Loading branch information
Grsmto committed May 6, 2021
1 parent 6c82aa9 commit 3a2b2b4
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
@@ -1,6 +1,6 @@
{
"name": "simplebar-angular",
"version": "2.3.2",
"version": "2.3.3",
"description": "Angular component for SimpleBar",
"scripts": {
"ng": "ng",
Expand All @@ -27,7 +27,7 @@
"simplebar"
],
"dependencies": {
"simplebar": "^5.3.2"
"simplebar": "^5.3.3"
},
"peerDependencies": {
"@angular/common": "^8.1.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/simplebar-react/package.json
@@ -1,6 +1,6 @@
{
"name": "simplebar-react",
"version": "2.3.2",
"version": "2.3.3",
"description": "React component for SimpleBar",
"files": [
"dist",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"prop-types": "^15.6.1",
"simplebar": "^5.3.2"
"simplebar": "^5.3.3"
},
"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
@@ -1,6 +1,6 @@
{
"name": "simplebar-vue",
"version": "1.6.2",
"version": "1.6.3",
"description": "Vue component for SimpleBar",
"files": [
"dist",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"core-js": "^3.0.1",
"simplebar": "^5.3.2"
"simplebar": "^5.3.3"
},
"peerDependencies": {
"vue": "^2.5.17"
Expand Down
2 changes: 1 addition & 1 deletion packages/simplebar/package.json
@@ -1,5 +1,5 @@
{
"version": "5.3.2",
"version": "5.3.3",
"name": "simplebar",
"title": "SimpleBar.js",
"description": "Scrollbars, simpler.",
Expand Down

0 comments on commit 3a2b2b4

Please sign in to comment.