Skip to content

Commit

Permalink
chore: release v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
craxrev committed Jan 14, 2025
1 parent 2f0b302 commit e2ffea0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/tailwindcss-utopia/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tailwindcss-utopia",
"type": "module",
"version": "0.0.7",
"version": "0.0.8",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -13,7 +13,7 @@
},
"scripts": {
"build": "bun run build.ts",
"prepublishOnly": "bun run build && bunx @biome/biome lint --only=correctness/noUnusedImports --write dist/index.js"
"prepublishOnly": "bun run build"
},
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/utopia-tailwind-merge/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "utopia-tailwind-merge",
"type": "module",
"version": "0.0.7",
"version": "0.0.8",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit e2ffea0

Please sign in to comment.