Skip to content

Commit 3bca86b

Browse files
committed
8.0.0-rc22
1 parent b0f7849 commit 3bca86b

File tree

16 files changed

+63
-63
lines changed

16 files changed

+63
-63
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "embla-carousel-monorepo",
3-
"version": "8.0.0-rc21",
3+
"version": "8.0.0-rc22",
44
"private": true,
55
"author": "David Jerleke",
66
"description": "A lightweight carousel library with fluid motion and great swipe precision",

packages/embla-carousel-auto-height/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "embla-carousel-auto-height",
3-
"version": "8.0.0-rc21",
3+
"version": "8.0.0-rc22",
44
"author": "David Jerleke",
55
"description": "An auto height plugin for Embla Carousel",
66
"repository": {
@@ -59,7 +59,7 @@
5959
"typescript": "^5.2.2"
6060
},
6161
"peerDependencies": {
62-
"embla-carousel": "8.0.0-rc21"
62+
"embla-carousel": "8.0.0-rc22"
6363
},
6464
"exports": {
6565
"./package.json": "./package.json",

packages/embla-carousel-auto-scroll/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "embla-carousel-auto-scroll",
3-
"version": "8.0.0-rc21",
3+
"version": "8.0.0-rc22",
44
"author": "David Jerleke",
55
"description": "An auto scroll plugin for Embla Carousel",
66
"repository": {
@@ -59,7 +59,7 @@
5959
"typescript": "^5.2.2"
6060
},
6161
"peerDependencies": {
62-
"embla-carousel": "8.0.0-rc21"
62+
"embla-carousel": "8.0.0-rc22"
6363
},
6464
"exports": {
6565
"./package.json": "./package.json",

packages/embla-carousel-autoplay/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "embla-carousel-autoplay",
3-
"version": "8.0.0-rc21",
3+
"version": "8.0.0-rc22",
44
"author": "David Jerleke",
55
"description": "An autoplay plugin for Embla Carousel",
66
"repository": {
@@ -59,7 +59,7 @@
5959
"typescript": "^5.2.2"
6060
},
6161
"peerDependencies": {
62-
"embla-carousel": "8.0.0-rc21"
62+
"embla-carousel": "8.0.0-rc22"
6363
},
6464
"exports": {
6565
"./package.json": "./package.json",

packages/embla-carousel-class-names/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "embla-carousel-class-names",
3-
"version": "8.0.0-rc21",
3+
"version": "8.0.0-rc22",
44
"author": "David Jerleke",
55
"description": "A class name toggle plugin for Embla Carousel",
66
"repository": {
@@ -59,7 +59,7 @@
5959
"typescript": "^5.2.2"
6060
},
6161
"peerDependencies": {
62-
"embla-carousel": "8.0.0-rc21"
62+
"embla-carousel": "8.0.0-rc22"
6363
},
6464
"exports": {
6565
"./package.json": "./package.json",

packages/embla-carousel-docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "embla-carousel-docs",
3-
"version": "8.0.0-rc21",
3+
"version": "8.0.0-rc22",
44
"author": "David Jerleke",
55
"description": "A lightweight carousel library with fluid motion and great swipe precision",
66
"repository": {
@@ -38,10 +38,10 @@
3838
"@mdx-js/react": "^2.2.1",
3939
"babel-plugin-styled-components": "^2.0.2",
4040
"codesandbox": "^2.2.3",
41-
"embla-carousel": "8.0.0-rc21",
42-
"embla-carousel-autoplay": "8.0.0-rc21",
43-
"embla-carousel-class-names": "8.0.0-rc21",
44-
"embla-carousel-react": "8.0.0-rc21",
41+
"embla-carousel": "8.0.0-rc22",
42+
"embla-carousel-autoplay": "8.0.0-rc22",
43+
"embla-carousel-class-names": "8.0.0-rc22",
44+
"embla-carousel-react": "8.0.0-rc22",
4545
"focus-trap-react": "^8.10.0",
4646
"gatsby": "^5.13.3",
4747
"gatsby-plugin-layout": "^4.13.1",

packages/embla-carousel-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "embla-carousel-react",
3-
"version": "8.0.0-rc21",
3+
"version": "8.0.0-rc22",
44
"author": "David Jerleke",
55
"description": "A lightweight carousel library with fluid motion and great swipe precision",
66
"repository": {
@@ -60,8 +60,8 @@
6060
"typescript": "^5.2.2"
6161
},
6262
"dependencies": {
63-
"embla-carousel": "8.0.0-rc21",
64-
"embla-carousel-reactive-utils": "8.0.0-rc21"
63+
"embla-carousel": "8.0.0-rc22",
64+
"embla-carousel-reactive-utils": "8.0.0-rc22"
6565
},
6666
"peerDependencies": {
6767
"react": "^16.8.0 || ^17.0.1 || ^18.0.0"

packages/embla-carousel-reactive-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "embla-carousel-reactive-utils",
3-
"version": "8.0.0-rc21",
3+
"version": "8.0.0-rc22",
44
"author": "David Jerleke",
55
"description": "Reactive utilities for Embla Carousel",
66
"repository": {
@@ -59,7 +59,7 @@
5959
"typescript": "^5.2.2"
6060
},
6161
"peerDependencies": {
62-
"embla-carousel": "8.0.0-rc21"
62+
"embla-carousel": "8.0.0-rc22"
6363
},
6464
"exports": {
6565
"./package.json": "./package.json",

packages/embla-carousel-solid/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "embla-carousel-solid",
3-
"version": "8.0.0-rc21",
3+
"version": "8.0.0-rc22",
44
"author": "Liam Martens",
55
"description": "A lightweight carousel library with fluid motion and great swipe precision",
66
"repository": {
@@ -60,8 +60,8 @@
6060
"typescript": "^5.2.2"
6161
},
6262
"dependencies": {
63-
"embla-carousel": "8.0.0-rc21",
64-
"embla-carousel-reactive-utils": "8.0.0-rc21"
63+
"embla-carousel": "8.0.0-rc22",
64+
"embla-carousel-reactive-utils": "8.0.0-rc22"
6565
},
6666
"peerDependencies": {
6767
"solid-js": "^1.0.0"

packages/embla-carousel-svelte/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "embla-carousel-svelte",
3-
"version": "8.0.0-rc21",
3+
"version": "8.0.0-rc22",
44
"author": "David Jerleke",
55
"description": "A lightweight carousel library with fluid motion and great swipe precision",
66
"repository": {
@@ -60,8 +60,8 @@
6060
"typescript": "^5.2.2"
6161
},
6262
"dependencies": {
63-
"embla-carousel": "8.0.0-rc21",
64-
"embla-carousel-reactive-utils": "8.0.0-rc21"
63+
"embla-carousel": "8.0.0-rc22",
64+
"embla-carousel-reactive-utils": "8.0.0-rc22"
6565
},
6666
"peerDependencies": {
6767
"svelte": "^3.49.0 || ^4.0.0"

0 commit comments

Comments
 (0)