From 975c63fa599a850f6baca20adda797df29e9ef85 Mon Sep 17 00:00:00 2001 From: Mokshit06 <50412128+Mokshit06@users.noreply.github.com> Date: Mon, 20 Feb 2023 17:50:08 +0530 Subject: [PATCH] release: v0.0.19 --- package-lock.json | 2 +- packages/typewind/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index bb5357f..1987172 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11505,7 +11505,7 @@ } }, "packages/typewind": { - "version": "0.0.18", + "version": "0.0.19", "license": "MIT", "dependencies": { "@babel/core": "^7.20.12", diff --git a/packages/typewind/package.json b/packages/typewind/package.json index e827414..653baa4 100644 --- a/packages/typewind/package.json +++ b/packages/typewind/package.json @@ -1,6 +1,6 @@ { "name": "typewind", - "version": "0.0.18", + "version": "0.0.19", "description": "The safety of Typescript with the magic of Tailwind.", "types": "dist/index.d.ts", "main": "dist/index.js",