Skip to content

Commit cb5edc8

Browse files
committed
Add changeset
1 parent 964a61c commit cb5edc8

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
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
}

examples/tailwind.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const defaultTheme = require('tailwindcss/defaultTheme');
44

55
module.exports = {
66
content: ['index.html'],
7-
plugins: [require('../src')()],
7+
plugins: [require('../dist/index.mjs')()],
88
theme: {
99
extend: {
1010
colors: {

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)