Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - simplebar-examples@3.0.9
 - simplebar-angular@3.0.0
 - simplebar-core@1.0.10
 - simplebar-react@3.0.0
 - simplebar-vue@2.0.0
 - simplebar@6.0.0
 - simplebar-website@0.1.15
  • Loading branch information
Grsmto committed Jan 15, 2023
1 parent be0aa05 commit dfeaaec
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simplebar-examples",
"version": "3.0.8",
"version": "3.0.9",
"private": true,
"description": "Scrollbars, simpler.",
"author": "Adrien Denat <oi@adriendenat.com>",
Expand All @@ -21,8 +21,8 @@
"dependencies": {
"@babel/runtime": "^7.20.7",
"core-js": "^3.27.1",
"simplebar": "^6.0.0-beta.12",
"simplebar-react": "^3.0.0-beta.12"
"simplebar": "^6.0.0",
"simplebar-react": "^3.0.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.19.6",
Expand Down
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": "3.0.0-beta.12",
"version": "3.0.0",
"description": "Angular component for SimpleBar",
"scripts": {
"ng": "ng",
Expand All @@ -26,7 +26,7 @@
"simplebar"
],
"dependencies": {
"simplebar-core": "^1.0.9",
"simplebar-core": "^1.0.10",
"tslib": "^2.3.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/simplebar-core/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.9",
"version": "1.0.10",
"name": "simplebar-core",
"title": "SimpleBar.js",
"description": "Scrollbars, simpler.",
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": "3.0.0-beta.12",
"version": "3.0.0",
"description": "React component for SimpleBar",
"files": [
"dist",
Expand Down Expand Up @@ -28,7 +28,7 @@
"precommit": "lint-staged"
},
"dependencies": {
"simplebar-core": "^1.0.9"
"simplebar-core": "^1.0.10"
},
"peerDependencies": {
"react": ">=16.8.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": "2.0.0-beta.12",
"version": "2.0.0",
"description": "Vue component for SimpleBar",
"files": [
"dist",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"core-js": "^3.6.5",
"simplebar-core": "^1.0.9",
"simplebar-core": "^1.0.10",
"vue-demi": "^0.13.11"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/simplebar/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.0.0-beta.12",
"version": "6.0.0",
"name": "simplebar",
"title": "SimpleBar.js",
"description": "Scrollbars, simpler.",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"can-use-dom": "^0.1.0",
"simplebar-core": "^1.0.9"
"simplebar-core": "^1.0.10"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.19.6",
Expand Down
6 changes: 3 additions & 3 deletions 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.14",
"version": "0.1.15",
"author": "Adrien Denat <oi@adriendenat.com>",
"scripts": {
"build": "gatsby build",
Expand All @@ -23,8 +23,8 @@
"react-icons": "^3.7.0",
"react-select": "^2.4.3",
"react-window": "^1.8.1",
"simplebar": "^6.0.0-beta.12",
"simplebar-react": "^3.0.0-beta.12",
"simplebar": "^6.0.0",
"simplebar-react": "^3.0.0",
"theme-ui": "^0.3.1",
"typeface-nunito": "^1.1.3",
"whatwg-fetch": "^3.0.0"
Expand Down

0 comments on commit dfeaaec

Please sign in to comment.