Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - simplebar-examples@4.0.0-beta.0
 - simplebar-angular@4.0.0-beta.0
 - simplebar-core@2.0.0-beta.0
 - simplebar-react@4.0.0-beta.0
 - simplebar-vue@3.0.0-beta.0
 - simplebar@7.0.0-beta.0
 - simplebar-website@0.1.19
  • Loading branch information
Grsmto committed Oct 21, 2023
1 parent 5269530 commit 4f3988c
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.12",
"version": "4.0.0-beta.0",
"private": true,
"description": "Scrollbars, simpler.",
"author": "Adrien Denat <oi@adriendenat.com>",
Expand Down Expand Up @@ -28,8 +28,8 @@
"@tanstack/react-virtual": "^3.0.0-beta.48",
"core-js": "^3.27.1",
"intersection-observer": "^0.12.2",
"simplebar": "^6.2.1",
"simplebar-react": "^3.2.1"
"simplebar": "^7.0.0-beta.0",
"simplebar-react": "^4.0.0-beta.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.2.1",
"version": "4.0.0-beta.0",
"description": "Angular component for SimpleBar",
"scripts": {
"ng": "ng",
Expand All @@ -27,7 +27,7 @@
"simplebar"
],
"dependencies": {
"simplebar-core": "^1.2.1",
"simplebar-core": "^2.0.0-beta.0",
"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.2.1",
"version": "2.0.0-beta.0",
"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.2.1",
"version": "4.0.0-beta.0",
"description": "React component for SimpleBar",
"files": [
"dist",
Expand Down Expand Up @@ -30,7 +30,7 @@
"precommit": "lint-staged"
},
"dependencies": {
"simplebar-core": "^1.2.1"
"simplebar-core": "^2.0.0-beta.0"
},
"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.3.0",
"version": "3.0.0-beta.0",
"description": "Vue component for SimpleBar",
"files": [
"dist",
Expand Down Expand Up @@ -34,7 +34,7 @@
"use-vue:3": "node scripts/swap-vue.js 3 && vue-demi-switch 3"
},
"dependencies": {
"simplebar-core": "^1.2.1",
"simplebar-core": "^2.0.0-beta.0",
"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.2.1",
"version": "7.0.0-beta.0",
"name": "simplebar",
"title": "SimpleBar.js",
"description": "Scrollbars, simpler.",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"can-use-dom": "^0.1.0",
"simplebar-core": "^1.2.1"
"simplebar-core": "^2.0.0-beta.0"
},
"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.18",
"version": "0.1.19",
"author": "Adrien Denat <oi@adriendenat.com>",
"scripts": {
"build": "gatsby build --prefix-paths",
Expand All @@ -23,8 +23,8 @@
"react-icons": "^3.7.0",
"react-select": "^5.7.0",
"react-window": "^1.8.1",
"simplebar": "^6.2.1",
"simplebar-react": "^3.2.1",
"simplebar": "^7.0.0-beta.0",
"simplebar-react": "^4.0.0-beta.0",
"theme-ui": "^0.3.1",
"typeface-nunito": "^1.1.3",
"whatwg-fetch": "^3.0.0"
Expand Down

0 comments on commit 4f3988c

Please sign in to comment.