From 0f7eac9309111e96af5487761ac88e64a63341c7 Mon Sep 17 00:00:00 2001 From: Richard Scarrott Date: Thu, 19 Dec 2024 11:27:22 +0000 Subject: [PATCH] 0.5.1-next.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index d086eea..fd3a2e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-snap-carousel", - "version": "0.5.0", + "version": "0.5.1-next.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-snap-carousel", - "version": "0.5.0", + "version": "0.5.1-next.0", "devDependencies": { "@babel/core": "^7.20.5", "@riscarrott/storybook-source-link": "^2.0.5", diff --git a/package.json b/package.json index e4d2a45..6ac0867 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-snap-carousel", - "version": "0.5.0", + "version": "0.5.1-next.0", "description": "DOM-first, headless carousel for React, utilizing native browser scrolling & CSS scroll snap points", "author": { "name": "Richard Scarrott",