Skip to content

Commit

Permalink
[sparkle] - feature: bump package version to 0.2.296
Browse files Browse the repository at this point in the history
 - Prepare the package for a new release by updating the version number in package-lock.json and package.json
 - Ensure consistency across the project's versioning system
  • Loading branch information
JulesBelveze committed Nov 6, 2024
1 parent 59c5e23 commit c047d08
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.295",
"version": "0.2.296",
"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 c047d08

Please sign in to comment.