From b9df36c6c6f9ecb19d50a7faf6caa9640b11229b Mon Sep 17 00:00:00 2001 From: Danpa_cho Date: Mon, 12 Aug 2024 17:43:32 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20V2.3.4?= 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 9aa852b..dc656cf 100644 --- a/packages/tailwindest/CHANGELOG.md +++ b/packages/tailwindest/CHANGELOG.md @@ -1,5 +1,11 @@ # tailwindest +## 2.3.4 + +### Patch Changes + +- Fix invalid typing at createTools.variants + ## 2.3.3 ### Patch Changes diff --git a/packages/tailwindest/package.json b/packages/tailwindest/package.json index 3a3ba75..3daf5aa 100644 --- a/packages/tailwindest/package.json +++ b/packages/tailwindest/package.json @@ -1,6 +1,6 @@ { "name": "tailwindest", - "version": "2.3.3", + "version": "2.3.4", "description": "typesafe, reusable tailwind", "homepage": "https://tailwindest.vercel.app", "author": "danpacho",