Skip to content

Commit 5d06599

Browse files
committed
9.0.0-rc01
1 parent 31887d8 commit 5d06599

File tree

39 files changed

+2930
-2118
lines changed

39 files changed

+2930
-2118
lines changed

README.md

Lines changed: 202 additions & 144 deletions
Large diffs are not rendered by default.

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.6.0",
3+
"version": "9.0.0-rc01",
44
"private": true,
55
"author": "David Jerleke",
66
"description": "A lightweight carousel library with fluid motion and great swipe precision",

packages/embla-carousel-accessibility/README.md

Lines changed: 205 additions & 147 deletions
Large diffs are not rendered by default.

packages/embla-carousel-accessibility/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-accessibility",
3-
"version": "8.6.0",
3+
"version": "9.0.0-rc01",
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.6.0"
62+
"embla-carousel": "9.0.0-rc01"
6363
},
6464
"exports": {
6565
"./package.json": "./package.json",

packages/embla-carousel-auto-height/README.md

Lines changed: 202 additions & 144 deletions
Large diffs are not rendered by default.

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.6.0",
3+
"version": "9.0.0-rc01",
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.6.0"
62+
"embla-carousel": "9.0.0-rc01"
6363
},
6464
"exports": {
6565
"./package.json": "./package.json",

packages/embla-carousel-auto-scroll/README.md

Lines changed: 202 additions & 144 deletions
Large diffs are not rendered by default.

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.6.0",
3+
"version": "9.0.0-rc01",
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.6.0"
62+
"embla-carousel": "9.0.0-rc01"
6363
},
6464
"exports": {
6565
"./package.json": "./package.json",

packages/embla-carousel-autoplay/README.md

Lines changed: 202 additions & 144 deletions
Large diffs are not rendered by default.

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.6.0",
3+
"version": "9.0.0-rc01",
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.6.0"
62+
"embla-carousel": "9.0.0-rc01"
6363
},
6464
"exports": {
6565
"./package.json": "./package.json",

0 commit comments

Comments
 (0)