From 3fec33705732fb4a6ef88fbd47389aa664b9ad0c Mon Sep 17 00:00:00 2001 From: JulesBelveze Date: Wed, 27 Nov 2024 13:30:39 +0100 Subject: [PATCH] [sparkle] - feature: bump package version to 0.2.326 - Updated the package version in both package.json and package-lock.json for a new release - Ensure the latest features and fixes are included in the new package version --- sparkle/package-lock.json | 4 ++-- sparkle/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sparkle/package-lock.json b/sparkle/package-lock.json index 0936e2f9d599..b8a6c555a2f0 100644 --- a/sparkle/package-lock.json +++ b/sparkle/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dust-tt/sparkle", - "version": "0.2.325", + "version": "0.2.326", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@dust-tt/sparkle", - "version": "0.2.325", + "version": "0.2.326", "license": "ISC", "dependencies": { "@emoji-mart/data": "^1.1.2", diff --git a/sparkle/package.json b/sparkle/package.json index 904b8b3db969..a7e561363e4e 100644 --- a/sparkle/package.json +++ b/sparkle/package.json @@ -1,6 +1,6 @@ { "name": "@dust-tt/sparkle", - "version": "0.2.325", + "version": "0.2.326", "scripts": { "build": "rm -rf dist && npm run tailwind && npm run build:esm && npm run build:cjs", "tailwind": "tailwindcss -i ./src/styles/tailwind.css -o dist/sparkle.css",