Skip to content

Commit

Permalink
8.0.0-rc19
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjerleke committed Jan 7, 2024
1 parent 212ebc2 commit 85e1b4c
Show file tree
Hide file tree
Showing 15 changed files with 60 additions and 60 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embla-carousel-monorepo",
"version": "8.0.0-rc18",
"version": "8.0.0-rc19",
"private": true,
"author": "David Jerleke",
"description": "A lightweight carousel library with fluid motion and great swipe precision",
Expand Down Expand Up @@ -29,6 +29,8 @@
"playgrounds/embla-carousel-playground-solid"
],
"scripts": {
"eslint:report": "yarn workspaces foreach -v --exclude \"{embla-carousel-monorepo,embla-carousel-playground-vanilla,embla-carousel-playground-react}\" run eslint:report",
"prettier:report": "prettier \"**/*.{js,jsx,tsx,ts,scss,json}\" --check",
"lint": "npm-run-all prettier:report eslint:report",
"format": "prettier \"**/*.{js,jsx,tsx,ts,scss,json}\" --write",
"test": "yarn workspaces foreach -v --exclude \"{embla-carousel-monorepo,embla-carousel-playground-vanilla,embla-carousel-playground-react}\" run test",
Expand All @@ -46,8 +48,6 @@
"build:packages": "yarn workspaces foreach -vt --exclude \"{embla-carousel-monorepo,embla-carousel-playground-vanilla,embla-carousel-playground-react}\" run build",
"build:package-readmes": "npx ts-node --project scripts/tsconfig.node.json scripts/create-readmes/index.ts --templatePath=scripts/create-readmes/readme-template.md",
"build:docs": "yarn workspace embla-carousel-docs run predeploy",
"eslint:report": "yarn workspaces foreach -v --exclude \"{embla-carousel-monorepo,embla-carousel-playground-vanilla,embla-carousel-playground-react}\" run eslint:report",
"prettier:report": "prettier \"**/*.{js,jsx,tsx,ts,scss,json}\" --check",
"version:patch": "yarn workspaces foreach version patch && yarn version:push",
"version:minor": "yarn workspaces foreach version minor && yarn version:push",
"version:major": "yarn workspaces foreach version major && yarn version:push",
Expand Down
4 changes: 2 additions & 2 deletions packages/embla-carousel-auto-height/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embla-carousel-auto-height",
"version": "8.0.0-rc18",
"version": "8.0.0-rc19",
"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-rc18"
"embla-carousel": "8.0.0-rc19"
},
"exports": {
"./package.json": "./package.json",
Expand Down
4 changes: 2 additions & 2 deletions packages/embla-carousel-autoplay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embla-carousel-autoplay",
"version": "8.0.0-rc18",
"version": "8.0.0-rc19",
"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-rc18"
"embla-carousel": "8.0.0-rc19"
},
"exports": {
"./package.json": "./package.json",
Expand Down
4 changes: 2 additions & 2 deletions packages/embla-carousel-class-names/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embla-carousel-class-names",
"version": "8.0.0-rc18",
"version": "8.0.0-rc19",
"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-rc18"
"embla-carousel": "8.0.0-rc19"
},
"exports": {
"./package.json": "./package.json",
Expand Down
8 changes: 4 additions & 4 deletions packages/embla-carousel-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embla-carousel-docs",
"version": "8.0.0-rc18",
"version": "8.0.0-rc19",
"author": "David Jerleke",
"description": "A lightweight carousel library with fluid motion and great swipe precision",
"repository": {
Expand Down Expand Up @@ -38,9 +38,9 @@
"@mdx-js/react": "^2.2.1",
"babel-plugin-styled-components": "^2.0.2",
"codesandbox": "^2.2.3",
"embla-carousel-autoplay": "8.0.0-rc18",
"embla-carousel-class-names": "8.0.0-rc18",
"embla-carousel-react": "8.0.0-rc18",
"embla-carousel-autoplay": "8.0.0-rc19",
"embla-carousel-class-names": "8.0.0-rc19",
"embla-carousel-react": "8.0.0-rc19",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embla-carousel-react",
"version": "8.0.0-rc18",
"version": "8.0.0-rc19",
"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-rc18",
"embla-carousel-reactive-utils": "8.0.0-rc18"
"embla-carousel": "8.0.0-rc19",
"embla-carousel-reactive-utils": "8.0.0-rc19"
},
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embla-carousel-reactive-utils",
"version": "8.0.0-rc18",
"version": "8.0.0-rc19",
"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-rc18"
"embla-carousel": "8.0.0-rc19"
},
"exports": {
"./package.json": "./package.json",
Expand Down
6 changes: 3 additions & 3 deletions packages/embla-carousel-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embla-carousel-solid",
"version": "8.0.0-rc18",
"version": "8.0.0-rc19",
"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-rc18",
"embla-carousel-reactive-utils": "8.0.0-rc18"
"embla-carousel": "8.0.0-rc19",
"embla-carousel-reactive-utils": "8.0.0-rc19"
},
"peerDependencies": {
"solid-js": "^1.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/embla-carousel-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embla-carousel-svelte",
"version": "8.0.0-rc18",
"version": "8.0.0-rc19",
"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-rc18",
"embla-carousel-reactive-utils": "8.0.0-rc18"
"embla-carousel": "8.0.0-rc19",
"embla-carousel-reactive-utils": "8.0.0-rc19"
},
"peerDependencies": {
"svelte": "^3.49.0 || ^4.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/embla-carousel-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embla-carousel-vue",
"version": "8.0.0-rc18",
"version": "8.0.0-rc19",
"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-rc18",
"embla-carousel-reactive-utils": "8.0.0-rc18"
"embla-carousel": "8.0.0-rc19",
"embla-carousel-reactive-utils": "8.0.0-rc19"
},
"peerDependencies": {
"vue": "^3.2.37"
Expand Down
2 changes: 1 addition & 1 deletion packages/embla-carousel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embla-carousel",
"version": "8.0.0-rc18",
"version": "8.0.0-rc19",
"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
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "embla-carousel-playground-react",
"private": true,
"version": "8.0.0-rc18",
"version": "8.0.0-rc19",
"type": "module",
"scripts": {
"dev": "vite",
"preview": "vite preview",
"test": "echo \"Info: no tests specified\" && exit 0"
},
"dependencies": {
"embla-carousel-react": "8.0.0-rc18",
"embla-carousel-react": "8.0.0-rc19",
"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
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "embla-carousel-playground-solid",
"private": true,
"version": "8.0.0-rc18",
"version": "8.0.0-rc19",
"type": "module",
"scripts": {
"dev": "vite",
"preview": "vite preview",
"test": "echo \"Info: no tests specified\" && exit 0"
},
"dependencies": {
"embla-carousel-autoplay": "8.0.0-rc18",
"embla-carousel-solid": "8.0.0-rc18",
"embla-carousel-autoplay": "8.0.0-rc19",
"embla-carousel-solid": "8.0.0-rc19",
"solid-js": "^1.8.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions playgrounds/embla-carousel-playground-vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "embla-carousel-playground-vanilla",
"private": true,
"version": "8.0.0-rc18",
"version": "8.0.0-rc19",
"type": "module",
"scripts": {
"dev": "vite",
"preview": "vite preview",
"test": "echo \"Info: no tests specified\" && exit 0"
},
"dependencies": {
"embla-carousel": "8.0.0-rc18"
"embla-carousel": "8.0.0-rc19"
},
"devDependencies": {
"typescript": "^4.6.4",
Expand Down
Loading

0 comments on commit 85e1b4c

Please sign in to comment.