Skip to content

Commit 1a5efd3

Browse files
committed
chore: release v0.1.0
1 parent fe366d0 commit 1a5efd3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tailwindcss-variable-colors/monorepo",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"private": true,
55
"description": "My awesome typescript library",
66
"packageManager": "pnpm@8.3.1",

packages/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-variable-colors",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"description": "Add dark mode support with just one class",
55
"publishConfig": {
66
"access": "public"
@@ -45,4 +45,4 @@
4545
"peerDependencies": {
4646
"tailwindcss": ">=3.3.0"
4747
}
48-
}
48+
}

0 commit comments

Comments
 (0)