Skip to content

Commit

Permalink
8.0.0-rc20
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjerleke committed Jan 23, 2024
1 parent bfa61e2 commit 2c6e83f
Show file tree
Hide file tree
Showing 15 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "embla-carousel-monorepo",
"version": "8.0.0-rc19",
"version": "8.0.0-rc20",
"private": true,
"author": "David Jerleke",
"description": "A lightweight carousel library with fluid motion and great swipe precision",
Expand Down
4 changes: 2 additions & 2 deletions packages/embla-carousel-auto-height/package.json
@@ -1,6 +1,6 @@
{
"name": "embla-carousel-auto-height",
"version": "8.0.0-rc19",
"version": "8.0.0-rc20",
"author": "David Jerleke",
"description": "An auto height plugin for Embla Carousel",
"repository": {
Expand Down Expand Up @@ -59,7 +59,7 @@
"typescript": "^5.2.2"
},
"peerDependencies": {
"embla-carousel": "8.0.0-rc19"
"embla-carousel": "8.0.0-rc20"
},
"exports": {
"./package.json": "./package.json",
Expand Down
4 changes: 2 additions & 2 deletions packages/embla-carousel-autoplay/package.json
@@ -1,6 +1,6 @@
{
"name": "embla-carousel-autoplay",
"version": "8.0.0-rc19",
"version": "8.0.0-rc20",
"author": "David Jerleke",
"description": "An autoplay plugin for Embla Carousel",
"repository": {
Expand Down Expand Up @@ -59,7 +59,7 @@
"typescript": "^5.2.2"
},
"peerDependencies": {
"embla-carousel": "8.0.0-rc19"
"embla-carousel": "8.0.0-rc20"
},
"exports": {
"./package.json": "./package.json",
Expand Down
4 changes: 2 additions & 2 deletions packages/embla-carousel-class-names/package.json
@@ -1,6 +1,6 @@
{
"name": "embla-carousel-class-names",
"version": "8.0.0-rc19",
"version": "8.0.0-rc20",
"author": "David Jerleke",
"description": "A class name toggle plugin for Embla Carousel",
"repository": {
Expand Down Expand Up @@ -59,7 +59,7 @@
"typescript": "^5.2.2"
},
"peerDependencies": {
"embla-carousel": "8.0.0-rc19"
"embla-carousel": "8.0.0-rc20"
},
"exports": {
"./package.json": "./package.json",
Expand Down
10 changes: 5 additions & 5 deletions packages/embla-carousel-docs/package.json
@@ -1,6 +1,6 @@
{
"name": "embla-carousel-docs",
"version": "8.0.0-rc19",
"version": "8.0.0-rc20",
"author": "David Jerleke",
"description": "A lightweight carousel library with fluid motion and great swipe precision",
"repository": {
Expand Down Expand Up @@ -38,10 +38,10 @@
"@mdx-js/react": "^2.2.1",
"babel-plugin-styled-components": "^2.0.2",
"codesandbox": "^2.2.3",
"embla-carousel": "8.0.0-rc19",
"embla-carousel-autoplay": "8.0.0-rc19",
"embla-carousel-class-names": "8.0.0-rc19",
"embla-carousel-react": "8.0.0-rc19",
"embla-carousel": "8.0.0-rc20",
"embla-carousel-autoplay": "8.0.0-rc20",
"embla-carousel-class-names": "8.0.0-rc20",
"embla-carousel-react": "8.0.0-rc20",
"focus-trap-react": "^8.10.0",
"gatsby": "^5.5.0",
"gatsby-plugin-layout": "^4.4.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/embla-carousel-react/package.json
@@ -1,6 +1,6 @@
{
"name": "embla-carousel-react",
"version": "8.0.0-rc19",
"version": "8.0.0-rc20",
"author": "David Jerleke",
"description": "A lightweight carousel library with fluid motion and great swipe precision",
"repository": {
Expand Down Expand Up @@ -60,8 +60,8 @@
"typescript": "^5.2.2"
},
"dependencies": {
"embla-carousel": "8.0.0-rc19",
"embla-carousel-reactive-utils": "8.0.0-rc19"
"embla-carousel": "8.0.0-rc20",
"embla-carousel-reactive-utils": "8.0.0-rc20"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.1 || ^18.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/embla-carousel-reactive-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "embla-carousel-reactive-utils",
"version": "8.0.0-rc19",
"version": "8.0.0-rc20",
"author": "David Jerleke",
"description": "Reactive utilities for Embla Carousel",
"repository": {
Expand Down Expand Up @@ -59,7 +59,7 @@
"typescript": "^5.2.2"
},
"peerDependencies": {
"embla-carousel": "8.0.0-rc19"
"embla-carousel": "8.0.0-rc20"
},
"exports": {
"./package.json": "./package.json",
Expand Down
6 changes: 3 additions & 3 deletions packages/embla-carousel-solid/package.json
@@ -1,6 +1,6 @@
{
"name": "embla-carousel-solid",
"version": "8.0.0-rc19",
"version": "8.0.0-rc20",
"author": "Liam Martens",
"description": "A lightweight carousel library with fluid motion and great swipe precision",
"repository": {
Expand Down Expand Up @@ -60,8 +60,8 @@
"typescript": "^5.2.2"
},
"dependencies": {
"embla-carousel": "8.0.0-rc19",
"embla-carousel-reactive-utils": "8.0.0-rc19"
"embla-carousel": "8.0.0-rc20",
"embla-carousel-reactive-utils": "8.0.0-rc20"
},
"peerDependencies": {
"solid-js": "^1.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/embla-carousel-svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "embla-carousel-svelte",
"version": "8.0.0-rc19",
"version": "8.0.0-rc20",
"author": "David Jerleke",
"description": "A lightweight carousel library with fluid motion and great swipe precision",
"repository": {
Expand Down Expand Up @@ -60,8 +60,8 @@
"typescript": "^5.2.2"
},
"dependencies": {
"embla-carousel": "8.0.0-rc19",
"embla-carousel-reactive-utils": "8.0.0-rc19"
"embla-carousel": "8.0.0-rc20",
"embla-carousel-reactive-utils": "8.0.0-rc20"
},
"peerDependencies": {
"svelte": "^3.49.0 || ^4.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/embla-carousel-vue/package.json
@@ -1,6 +1,6 @@
{
"name": "embla-carousel-vue",
"version": "8.0.0-rc19",
"version": "8.0.0-rc20",
"author": "David Jerleke",
"description": "A lightweight carousel library with fluid motion and great swipe precision",
"repository": {
Expand Down Expand Up @@ -60,8 +60,8 @@
"vue": "^3.2.37"
},
"dependencies": {
"embla-carousel": "8.0.0-rc19",
"embla-carousel-reactive-utils": "8.0.0-rc19"
"embla-carousel": "8.0.0-rc20",
"embla-carousel-reactive-utils": "8.0.0-rc20"
},
"peerDependencies": {
"vue": "^3.2.37"
Expand Down
2 changes: 1 addition & 1 deletion packages/embla-carousel/package.json
@@ -1,6 +1,6 @@
{
"name": "embla-carousel",
"version": "8.0.0-rc19",
"version": "8.0.0-rc20",
"author": "David Jerleke",
"description": "A lightweight carousel library with fluid motion and great swipe precision",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions playgrounds/embla-carousel-playground-react/package.json
@@ -1,15 +1,15 @@
{
"name": "embla-carousel-playground-react",
"private": true,
"version": "8.0.0-rc19",
"version": "8.0.0-rc20",
"type": "module",
"scripts": {
"dev": "vite",
"preview": "vite preview",
"test": "echo \"Info: no tests specified\" && exit 0"
},
"dependencies": {
"embla-carousel-react": "8.0.0-rc19",
"embla-carousel-react": "8.0.0-rc20",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.3"
Expand Down
6 changes: 3 additions & 3 deletions playgrounds/embla-carousel-playground-solid/package.json
@@ -1,16 +1,16 @@
{
"name": "embla-carousel-playground-solid",
"private": true,
"version": "8.0.0-rc19",
"version": "8.0.0-rc20",
"type": "module",
"scripts": {
"dev": "vite",
"preview": "vite preview",
"test": "echo \"Info: no tests specified\" && exit 0"
},
"dependencies": {
"embla-carousel-autoplay": "8.0.0-rc19",
"embla-carousel-solid": "8.0.0-rc19",
"embla-carousel-autoplay": "8.0.0-rc20",
"embla-carousel-solid": "8.0.0-rc20",
"solid-js": "^1.8.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions playgrounds/embla-carousel-playground-vanilla/package.json
@@ -1,15 +1,15 @@
{
"name": "embla-carousel-playground-vanilla",
"private": true,
"version": "8.0.0-rc19",
"version": "8.0.0-rc20",
"type": "module",
"scripts": {
"dev": "vite",
"preview": "vite preview",
"test": "echo \"Info: no tests specified\" && exit 0"
},
"dependencies": {
"embla-carousel": "8.0.0-rc19"
"embla-carousel": "8.0.0-rc20"
},
"devDependencies": {
"typescript": "^4.6.4",
Expand Down

0 comments on commit 2c6e83f

Please sign in to comment.