From d01e8ef1dc3d939fd2f0b7055b0e34f2034c9e4d Mon Sep 17 00:00:00 2001 From: JulesBelveze Date: Wed, 13 Nov 2024 09:39:23 +0100 Subject: [PATCH] [sparkle] - feature: bump package version to 0.2.306 - Update the sparkle package to new version 0.2.306 with updated dependencies and potential new features or bug fixes - Reflect version change in both package.json and package-lock.json to ensure consistency across manifests --- 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 6707afa84b9d9..90d3fb5e3f650 100644 --- a/sparkle/package-lock.json +++ b/sparkle/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dust-tt/sparkle", - "version": "0.2.305", + "version": "0.2.306", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@dust-tt/sparkle", - "version": "0.2.305", + "version": "0.2.306", "license": "ISC", "dependencies": { "@emoji-mart/data": "^1.1.2", diff --git a/sparkle/package.json b/sparkle/package.json index 389191864a3e1..ead4a30bddb27 100644 --- a/sparkle/package.json +++ b/sparkle/package.json @@ -1,6 +1,6 @@ { "name": "@dust-tt/sparkle", - "version": "0.2.305", + "version": "0.2.306", "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",