Skip to content

Commit 493fa8c

Browse files
committed
v3.0.1
1 parent b9c136d commit 493fa8c

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

README.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div align="center">
44
<br />
55
<a href="https://github.com/dcastil/tailwind-merge">
6-
<img src="https://github.com/dcastil/tailwind-merge/raw/v3.0.0/assets/logo.svg" alt="tailwind-merge" height="150px" />
6+
<img src="https://github.com/dcastil/tailwind-merge/raw/v3.0.1/assets/logo.svg" alt="tailwind-merge" height="150px" />
77
</a>
88
</div>
99

@@ -18,21 +18,21 @@ twMerge('px-2 py-1 bg-red hover:bg-dark-red', 'p-3 bg-[#B91C1C]')
1818
// → 'hover:bg-dark-red p-3 bg-[#B91C1C]'
1919
```
2020

21-
- Supports Tailwind v3.0 up to v3.4 (if you use Tailwind v2, use [tailwind-merge v0.9.0](https://github.com/dcastil/tailwind-merge/tree/v0.9.0))
22-
- Works in all modern browsers and maintained Node versions
23-
- Fully typed
24-
- [Check bundle size on Bundlephobia](https://bundlephobia.com/package/tailwind-merge)
21+
- Supports Tailwind v4.0 (if you use Tailwind v3, use [tailwind-merge v2.6.0](https://github.com/dcastil/tailwind-merge/tree/v2.6.0))
22+
- Works in all modern browsers and maintained Node versions
23+
- Fully typed
24+
- [Check bundle size on Bundlephobia](https://bundlephobia.com/package/tailwind-merge)
2525

2626
## Get started
2727

28-
- [What is it for](https://github.com/dcastil/tailwind-merge/tree/v3.0.0/docs/what-is-it-for.md)
29-
- [When and how to use it](https://github.com/dcastil/tailwind-merge/tree/v3.0.0/docs/when-and-how-to-use-it.md)
30-
- [Features](https://github.com/dcastil/tailwind-merge/tree/v3.0.0/docs/features.md)
31-
- [Limitations](https://github.com/dcastil/tailwind-merge/tree/v3.0.0/docs/limitations.md)
32-
- [Configuration](https://github.com/dcastil/tailwind-merge/tree/v3.0.0/docs/configuration.md)
33-
- [Recipes](https://github.com/dcastil/tailwind-merge/tree/v3.0.0/docs/recipes.md)
34-
- [API reference](https://github.com/dcastil/tailwind-merge/tree/v3.0.0/docs/api-reference.md)
35-
- [Writing plugins](https://github.com/dcastil/tailwind-merge/tree/v3.0.0/docs/writing-plugins.md)
36-
- [Versioning](https://github.com/dcastil/tailwind-merge/tree/v3.0.0/docs/versioning.md)
37-
- [Contributing](https://github.com/dcastil/tailwind-merge/tree/v3.0.0/docs/contributing.md)
38-
- [Similar packages](https://github.com/dcastil/tailwind-merge/tree/v3.0.0/docs/similar-packages.md)
28+
- [What is it for](https://github.com/dcastil/tailwind-merge/tree/v3.0.1/docs/what-is-it-for.md)
29+
- [When and how to use it](https://github.com/dcastil/tailwind-merge/tree/v3.0.1/docs/when-and-how-to-use-it.md)
30+
- [Features](https://github.com/dcastil/tailwind-merge/tree/v3.0.1/docs/features.md)
31+
- [Limitations](https://github.com/dcastil/tailwind-merge/tree/v3.0.1/docs/limitations.md)
32+
- [Configuration](https://github.com/dcastil/tailwind-merge/tree/v3.0.1/docs/configuration.md)
33+
- [Recipes](https://github.com/dcastil/tailwind-merge/tree/v3.0.1/docs/recipes.md)
34+
- [API reference](https://github.com/dcastil/tailwind-merge/tree/v3.0.1/docs/api-reference.md)
35+
- [Writing plugins](https://github.com/dcastil/tailwind-merge/tree/v3.0.1/docs/writing-plugins.md)
36+
- [Versioning](https://github.com/dcastil/tailwind-merge/tree/v3.0.1/docs/versioning.md)
37+
- [Contributing](https://github.com/dcastil/tailwind-merge/tree/v3.0.1/docs/contributing.md)
38+
- [Similar packages](https://github.com/dcastil/tailwind-merge/tree/v3.0.1/docs/similar-packages.md)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwind-merge",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Merge Tailwind CSS classes without style conflicts",
55
"keywords": [
66
"tailwindcss",

0 commit comments

Comments
 (0)