Skip to content

Commit

Permalink
[sparkle] - feature: bump package version to 0.2.306
Browse files Browse the repository at this point in the history
 - 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
  • Loading branch information
JulesBelveze committed Nov 13, 2024
1 parent f4a036e commit d01e8ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sparkle/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sparkle/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d01e8ef

Please sign in to comment.