From 4affad5f1964bdd0d63f7041523903092c60742f Mon Sep 17 00:00:00 2001 From: Dany Castillo <31006608+dcastil@users.noreply.github.com> Date: Thu, 3 Oct 2024 21:10:55 +0200 Subject: [PATCH] v2.5.3 --- README.md | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 468cd3f..279f8b0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

- tailwind-merge + tailwind-merge
@@ -25,14 +25,14 @@ twMerge('px-2 py-1 bg-red hover:bg-dark-red', 'p-3 bg-[#B91C1C]') ## Get started -- [What is it for](https://github.com/dcastil/tailwind-merge/tree/v2.5.2/docs/what-is-it-for.md) -- [When and how to use it](https://github.com/dcastil/tailwind-merge/tree/v2.5.2/docs/when-and-how-to-use-it.md) -- [Features](https://github.com/dcastil/tailwind-merge/tree/v2.5.2/docs/features.md) -- [Limitations](https://github.com/dcastil/tailwind-merge/tree/v2.5.2/docs/limitations.md) -- [Configuration](https://github.com/dcastil/tailwind-merge/tree/v2.5.2/docs/configuration.md) -- [Recipes](https://github.com/dcastil/tailwind-merge/tree/v2.5.2/docs/recipes.md) -- [API reference](https://github.com/dcastil/tailwind-merge/tree/v2.5.2/docs/api-reference.md) -- [Writing plugins](https://github.com/dcastil/tailwind-merge/tree/v2.5.2/docs/writing-plugins.md) -- [Versioning](https://github.com/dcastil/tailwind-merge/tree/v2.5.2/docs/versioning.md) -- [Contributing](https://github.com/dcastil/tailwind-merge/tree/v2.5.2/docs/contributing.md) -- [Similar packages](https://github.com/dcastil/tailwind-merge/tree/v2.5.2/docs/similar-packages.md) +- [What is it for](https://github.com/dcastil/tailwind-merge/tree/v2.5.3/docs/what-is-it-for.md) +- [When and how to use it](https://github.com/dcastil/tailwind-merge/tree/v2.5.3/docs/when-and-how-to-use-it.md) +- [Features](https://github.com/dcastil/tailwind-merge/tree/v2.5.3/docs/features.md) +- [Limitations](https://github.com/dcastil/tailwind-merge/tree/v2.5.3/docs/limitations.md) +- [Configuration](https://github.com/dcastil/tailwind-merge/tree/v2.5.3/docs/configuration.md) +- [Recipes](https://github.com/dcastil/tailwind-merge/tree/v2.5.3/docs/recipes.md) +- [API reference](https://github.com/dcastil/tailwind-merge/tree/v2.5.3/docs/api-reference.md) +- [Writing plugins](https://github.com/dcastil/tailwind-merge/tree/v2.5.3/docs/writing-plugins.md) +- [Versioning](https://github.com/dcastil/tailwind-merge/tree/v2.5.3/docs/versioning.md) +- [Contributing](https://github.com/dcastil/tailwind-merge/tree/v2.5.3/docs/contributing.md) +- [Similar packages](https://github.com/dcastil/tailwind-merge/tree/v2.5.3/docs/similar-packages.md) diff --git a/package.json b/package.json index 350af87..81aa5a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tailwind-merge", - "version": "2.5.2", + "version": "2.5.3", "description": "Merge Tailwind CSS classes without style conflicts", "keywords": [ "tailwindcss",