diff --git a/.changeset/dull-rockets-build.md b/.changeset/dull-rockets-build.md deleted file mode 100644 index b05e436..0000000 --- a/.changeset/dull-rockets-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-tailwind-variants': patch ---- - -Add vite.config.ts and .prettierrc files to npmignore diff --git a/.changeset/tiny-mayflies-invent.md b/.changeset/tiny-mayflies-invent.md deleted file mode 100644 index 33bcb70..0000000 --- a/.changeset/tiny-mayflies-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-tailwind-variants': patch ---- - -Fix package homepage and bugs url diff --git a/CHANGELOG.md b/CHANGELOG.md index 561c1f5..cc9ce9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # react-tailwind-variants +## 0.1.3 + +### Patch Changes + +- 0c1a5c5: Add vite.config.ts and .prettierrc files to npmignore +- 78d9d8c: Fix package homepage and bugs url + ## 0.1.2 ### Patch Changes diff --git a/package.json b/package.json index a60241d..5ca2f34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-tailwind-variants", - "version": "0.1.2", + "version": "0.1.3", "description": "React Stitches-like variants API for tailwindcss classes", "private": false, "main": "./dist/index.js",