From 2ac470f5b5f1b9dfc11a5a12d40b23d145ba9f4d Mon Sep 17 00:00:00 2001 From: PopDaph Date: Thu, 12 Oct 2023 13:33:01 +0200 Subject: [PATCH] Bump sparkle --- 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 73c33b814d6d..70839f40e80d 100644 --- a/sparkle/package-lock.json +++ b/sparkle/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dust-tt/sparkle", - "version": "0.2.5", + "version": "0.2.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@dust-tt/sparkle", - "version": "0.2.5", + "version": "0.2.6", "license": "ISC", "dependencies": { "@headlessui/react": "^1.7.17" diff --git a/sparkle/package.json b/sparkle/package.json index 6a332dfa2f90..9379ce17d871 100644 --- a/sparkle/package.json +++ b/sparkle/package.json @@ -1,6 +1,6 @@ { "name": "@dust-tt/sparkle", - "version": "0.2.5", + "version": "0.2.6", "scripts": { "build": "rm -rf dist && rollup -c", "build:with-tw-base": "rollup -c --environment INCLUDE_TW_BASE:true",