Skip to content

Commit 63ad78c

Browse files
authored
Add changeset (#4)
* Add changeset
1 parent 964a61c commit 63ad78c

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.changeset/chilly-eagles-carry.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@alexaka1/tailwindcss-oklch": patch
3+
---
4+
5+
Initial release

examples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"author": "",
1212
"license": "ISC",
1313
"devDependencies": {
14-
"tailwindcss": "^3.4.3"
14+
"tailwindcss": "workspace:*"
1515
}
1616
}

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alexaka1/tailwindcss-oklch",
3-
"version": "0.0.1",
3+
"version": "0.0.0",
44
"packageManager": "[email protected]+sha256.c557b24d2298d9b5e3be7086ebf55a28253b008324d545f72645a6de89844102",
55
"description": "Bring OKLCH colors to tailwind and introduces handy color utilities",
66
"author": "Alex Martossy <[email protected]>",
@@ -15,7 +15,8 @@
1515
"lint": "tsc",
1616
"fmt": "prettier --check . --experimental-ternaries",
1717
"fmt:fix": "prettier --write . --experimental-ternaries",
18-
"changeset": "changeset"
18+
"changeset": "changeset",
19+
"version": "changeset version"
1920
},
2021
"dependencies": {
2122
"colorjs.io": "^0.5.0"

0 commit comments

Comments
 (0)