diff --git a/packages/tailwindest/CHANGELOG.md b/packages/tailwindest/CHANGELOG.md index 086c202..9aa852b 100644 --- a/packages/tailwindest/CHANGELOG.md +++ b/packages/tailwindest/CHANGELOG.md @@ -1,5 +1,11 @@ # tailwindest +## 2.3.3 + +### Patch Changes + +- Fix tailwindcss text indent spacing type error + ## 2.3.2 ### Patch Changes diff --git a/packages/tailwindest/package.json b/packages/tailwindest/package.json index af766d7..3a3ba75 100644 --- a/packages/tailwindest/package.json +++ b/packages/tailwindest/package.json @@ -1,6 +1,6 @@ { "name": "tailwindest", - "version": "2.3.2", + "version": "2.3.3", "description": "typesafe, reusable tailwind", "homepage": "https://tailwindest.vercel.app", "author": "danpacho",