From e0d5359508e8e1bd976edd61e4e817cb16706619 Mon Sep 17 00:00:00 2001 From: Aric Lasry Date: Thu, 12 Oct 2023 13:32:50 +0200 Subject: [PATCH] Bumping Sparkle to version 0.2.6 --- sparkle/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sparkle/package.json b/sparkle/package.json index 63d218a4b392..4eddf6f2c819 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",