From b1258e71defc4de70e381d569fc2254f1094affa Mon Sep 17 00:00:00 2001 From: Ben Rogerson Date: Tue, 25 Jul 2023 18:01:53 +0930 Subject: [PATCH] 3.4.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a54f4f9..4c483b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "twin.macro", - "version": "3.3.1", + "version": "3.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "twin.macro", - "version": "3.3.1", + "version": "3.4.0", "license": "MIT", "dependencies": { "@babel/template": "^7.18.10", diff --git a/package.json b/package.json index f7d9966..2a55615 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twin.macro", - "version": "3.3.1", + "version": "3.4.0", "description": "Twin blends the magic of Tailwind with the flexibility of css-in-js", "main": "macro.js", "types": "types/index.d.ts",