From a95c5895932c9dfa0be68feb96849c9bdfd752bd Mon Sep 17 00:00:00 2001 From: Daniel Castillo <31006608+dcastil@users.noreply.github.com> Date: Mon, 23 Aug 2021 21:31:08 +0200 Subject: [PATCH] v0.5.2 --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0c0c60be..a5d267a5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

- tailwind-merge + tailwind-merge
@@ -19,7 +19,7 @@ twMerge('px-2 py-1 bg-red hover:bg-dark-red', 'p-3 bg-[#B91C1C]') - Supports Tailwind v2.0 up to v2.2, support for newer versions will be added continuously - Works in Node >=12 and all modern browsers - Fully typed -- [4.7 kB minified + gzipped](https://bundlephobia.com/package/tailwind-merge) (96.1% self, 3.9% hashlru) +- [4.8 kB minified + gzipped](https://bundlephobia.com/package/tailwind-merge) (96.2% self, 3.8% hashlru) ## Early development diff --git a/package.json b/package.json index 28767643..8b208c63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tailwind-merge", - "version": "0.5.1", + "version": "0.5.2", "description": "Merge Tailwind CSS classes without style conflicts", "keywords": [ "tailwindcss",