From 1abbd1d47d8a237b384c7704287c6949711ca67e Mon Sep 17 00:00:00 2001 From: Danpa_cho Date: Sun, 21 Jul 2024 21:10:33 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20V2.3.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/tailwindest/CHANGELOG.md | 6 ++++++ packages/tailwindest/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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",