Skip to content

Commit 71dcace

Browse files
committed
chore: release v0.0.14
1 parent da43c8d commit 71dcace

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

packages/tailwindcss-utopia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tailwindcss-utopia",
33
"type": "module",
4-
"version": "0.0.13",
4+
"version": "0.0.14",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.js",
77
"types": "./dist/index.d.ts",

packages/utopia-tailwind-merge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "utopia-tailwind-merge",
33
"type": "module",
4-
"version": "0.0.13",
4+
"version": "0.0.14",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.js",
77
"types": "./dist/index.d.ts",

packages/utopia-tailwind-merge/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"allowJs": true,
1212
"noEmit": true,
1313
"outDir": "dist",
14-
"resolveJsonModule": true
14+
"resolveJsonModule": true,
15+
"types": []
1516
}
1617
}

0 commit comments

Comments
 (0)