Skip to content

Commit d74a3f1

Browse files
committed
8.1.8
1 parent f19fa73 commit d74a3f1

File tree

18 files changed

+91
-75
lines changed

18 files changed

+91
-75
lines changed

.yarn/versions/87c24026.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
undecided:
2+
- embla-carousel-monorepo
3+
- embla-carousel
4+
- embla-carousel-auto-height
5+
- embla-carousel-auto-scroll
6+
- embla-carousel-autoplay
7+
- embla-carousel-class-names
8+
- embla-carousel-docs
9+
- embla-carousel-fade
10+
- embla-carousel-react
11+
- embla-carousel-reactive-utils
12+
- embla-carousel-solid
13+
- embla-carousel-svelte
14+
- embla-carousel-vue
15+
- embla-carousel-playground-react
16+
- embla-carousel-playground-solid

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

packages/embla-carousel-docs/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "embla-carousel-docs",
3-
"version": "8.1.7",
3+
"version": "8.1.8",
44
"author": "David Jerleke",
55
"description": "A lightweight carousel library with fluid motion and great swipe precision",
66
"repository": {
@@ -41,13 +41,13 @@
4141
"@reduxjs/toolkit": "^2.2.5",
4242
"babel-plugin-styled-components": "^2.0.2",
4343
"codesandbox": "^2.2.3",
44-
"embla-carousel": "8.1.7",
45-
"embla-carousel-auto-height": "8.1.7",
46-
"embla-carousel-auto-scroll": "8.1.7",
47-
"embla-carousel-autoplay": "8.1.7",
48-
"embla-carousel-class-names": "8.1.7",
49-
"embla-carousel-fade": "8.1.7",
50-
"embla-carousel-react": "8.1.7",
44+
"embla-carousel": "8.1.8",
45+
"embla-carousel-auto-height": "8.1.8",
46+
"embla-carousel-auto-scroll": "8.1.8",
47+
"embla-carousel-autoplay": "8.1.8",
48+
"embla-carousel-class-names": "8.1.8",
49+
"embla-carousel-fade": "8.1.8",
50+
"embla-carousel-react": "8.1.8",
5151
"focus-trap-react": "^8.10.0",
5252
"gatsby": "^5.13.3",
5353
"gatsby-plugin-layout": "^4.13.1",

packages/embla-carousel-fade/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-fade",
3-
"version": "8.1.7",
3+
"version": "8.1.8",
44
"author": "David Jerleke",
55
"description": "A fade plugin for Embla Carousel",
66
"repository": {
@@ -59,7 +59,7 @@
5959
"typescript": "^5.2.2"
6060
},
6161
"peerDependencies": {
62-
"embla-carousel": "8.1.7"
62+
"embla-carousel": "8.1.8"
6363
},
6464
"exports": {
6565
"./package.json": "./package.json",

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.1.7",
3+
"version": "8.1.8",
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.1.7",
64-
"embla-carousel-reactive-utils": "8.1.7"
63+
"embla-carousel": "8.1.8",
64+
"embla-carousel-reactive-utils": "8.1.8"
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.1.7",
3+
"version": "8.1.8",
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.1.7"
62+
"embla-carousel": "8.1.8"
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.1.7",
3+
"version": "8.1.8",
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.1.7",
64-
"embla-carousel-reactive-utils": "8.1.7"
63+
"embla-carousel": "8.1.8",
64+
"embla-carousel-reactive-utils": "8.1.8"
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.1.7",
3+
"version": "8.1.8",
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.1.7",
64-
"embla-carousel-reactive-utils": "8.1.7"
63+
"embla-carousel": "8.1.8",
64+
"embla-carousel-reactive-utils": "8.1.8"
6565
},
6666
"peerDependencies": {
6767
"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.1.7",
3+
"version": "8.1.8",
44
"author": "David Jerleke",
55
"description": "A lightweight carousel library with fluid motion and great swipe precision",
66
"repository": {
@@ -60,8 +60,8 @@
6060
"vue": "^3.2.37"
6161
},
6262
"dependencies": {
63-
"embla-carousel": "8.1.7",
64-
"embla-carousel-reactive-utils": "8.1.7"
63+
"embla-carousel": "8.1.8",
64+
"embla-carousel-reactive-utils": "8.1.8"
6565
},
6666
"peerDependencies": {
6767
"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.1.7",
3+
"version": "8.1.8",
44
"author": "David Jerleke",
55
"description": "A lightweight carousel library with fluid motion and great swipe precision",
66
"repository": {

playgrounds/embla-carousel-playground-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "embla-carousel-playground-react",
33
"private": true,
4-
"version": "8.1.7",
4+
"version": "8.1.8",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"preview": "vite preview",
99
"test": "echo \"Info: no tests specified\" && exit 0"
1010
},
1111
"dependencies": {
12-
"embla-carousel-react": "8.1.7",
12+
"embla-carousel-react": "8.1.8",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0",
1515
"react-router-dom": "^6.4.3"

playgrounds/embla-carousel-playground-solid/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "embla-carousel-playground-solid",
33
"private": true,
4-
"version": "8.1.7",
4+
"version": "8.1.8",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"preview": "vite preview",
99
"test": "echo \"Info: no tests specified\" && exit 0"
1010
},
1111
"dependencies": {
12-
"embla-carousel-autoplay": "8.1.7",
13-
"embla-carousel-solid": "8.1.7",
12+
"embla-carousel-autoplay": "8.1.8",
13+
"embla-carousel-solid": "8.1.8",
1414
"solid-js": "^1.8.0"
1515
},
1616
"devDependencies": {

playgrounds/embla-carousel-playground-vanilla/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "embla-carousel-playground-vanilla",
33
"private": true,
4-
"version": "8.1.7",
4+
"version": "8.1.8",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"preview": "vite preview",
99
"test": "echo \"Info: no tests specified\" && exit 0"
1010
},
1111
"dependencies": {
12-
"embla-carousel": "8.1.7"
12+
"embla-carousel": "8.1.8"
1313
},
1414
"devDependencies": {
1515
"typescript": "^4.6.4",

0 commit comments

Comments
 (0)