Skip to content

Commit cf87588

Browse files
committed
8.0.0-rc16
1 parent 83c171a commit cf87588

File tree

13 files changed

+47
-47
lines changed

13 files changed

+47
-47
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-rc15",
3+
"version": "8.0.0-rc16",
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-rc15",
3+
"version": "8.0.0-rc16",
44
"author": "David Jerleke",
55
"description": "An auto height plugin for Embla Carousel",
66
"repository": {
@@ -58,7 +58,7 @@
5858
"typescript": "^5.2.2"
5959
},
6060
"peerDependencies": {
61-
"embla-carousel": "8.0.0-rc15"
61+
"embla-carousel": "8.0.0-rc16"
6262
},
6363
"exports": {
6464
"./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-rc15",
3+
"version": "8.0.0-rc16",
44
"author": "David Jerleke",
55
"description": "An autoplay plugin for Embla Carousel",
66
"repository": {
@@ -58,7 +58,7 @@
5858
"typescript": "^5.2.2"
5959
},
6060
"peerDependencies": {
61-
"embla-carousel": "8.0.0-rc15"
61+
"embla-carousel": "8.0.0-rc16"
6262
},
6363
"exports": {
6464
"./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-rc15",
3+
"version": "8.0.0-rc16",
44
"author": "David Jerleke",
55
"description": "A class name toggle plugin for Embla Carousel",
66
"repository": {
@@ -58,7 +58,7 @@
5858
"typescript": "^5.2.2"
5959
},
6060
"peerDependencies": {
61-
"embla-carousel": "8.0.0-rc15"
61+
"embla-carousel": "8.0.0-rc16"
6262
},
6363
"exports": {
6464
"./package.json": "./package.json",

packages/embla-carousel-docs/package.json

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

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-rc15",
3+
"version": "8.0.0-rc16",
44
"author": "David Jerleke",
55
"description": "A lightweight carousel library with fluid motion and great swipe precision",
66
"repository": {
@@ -59,8 +59,8 @@
5959
"typescript": "^5.2.2"
6060
},
6161
"dependencies": {
62-
"embla-carousel": "8.0.0-rc15",
63-
"embla-carousel-reactive-utils": "8.0.0-rc15"
62+
"embla-carousel": "8.0.0-rc16",
63+
"embla-carousel-reactive-utils": "8.0.0-rc16"
6464
},
6565
"peerDependencies": {
6666
"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-rc15",
3+
"version": "8.0.0-rc16",
44
"author": "David Jerleke",
55
"description": "Reactive utilities for Embla Carousel",
66
"repository": {
@@ -58,7 +58,7 @@
5858
"typescript": "^5.2.2"
5959
},
6060
"peerDependencies": {
61-
"embla-carousel": "8.0.0-rc15"
61+
"embla-carousel": "8.0.0-rc16"
6262
},
6363
"exports": {
6464
"./package.json": "./package.json",

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-rc15",
3+
"version": "8.0.0-rc16",
44
"author": "David Jerleke",
55
"description": "A lightweight carousel library with fluid motion and great swipe precision",
66
"repository": {
@@ -59,8 +59,8 @@
5959
"typescript": "^5.2.2"
6060
},
6161
"dependencies": {
62-
"embla-carousel": "8.0.0-rc15",
63-
"embla-carousel-reactive-utils": "8.0.0-rc15"
62+
"embla-carousel": "8.0.0-rc16",
63+
"embla-carousel-reactive-utils": "8.0.0-rc16"
6464
},
6565
"peerDependencies": {
6666
"svelte": "^3.49.0 || ^4.0.0"

packages/embla-carousel-vue/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-vue",
3-
"version": "8.0.0-rc15",
3+
"version": "8.0.0-rc16",
44
"author": "David Jerleke",
55
"description": "A lightweight carousel library with fluid motion and great swipe precision",
66
"repository": {
@@ -59,8 +59,8 @@
5959
"vue": "^3.2.37"
6060
},
6161
"dependencies": {
62-
"embla-carousel": "8.0.0-rc15",
63-
"embla-carousel-reactive-utils": "8.0.0-rc15"
62+
"embla-carousel": "8.0.0-rc16",
63+
"embla-carousel-reactive-utils": "8.0.0-rc16"
6464
},
6565
"peerDependencies": {
6666
"vue": "^3.2.37"

packages/embla-carousel/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",
3-
"version": "8.0.0-rc15",
3+
"version": "8.0.0-rc16",
44
"author": "David Jerleke",
55
"description": "A lightweight carousel library with fluid motion and great swipe precision",
66
"repository": {

0 commit comments

Comments
 (0)