Skip to content

Commit 12b82c0

Browse files
committed
v1.8.1
1 parent 166bdb8 commit 12b82c0

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<br />
33
<a href="https://github.com/dcastil/tailwind-merge">
44
<!-- AUTOGENERATED VERSION START -->
5-
<img src="https://github.com/dcastil/tailwind-merge/raw/v1.8.0/assets/logo.svg" alt="tailwind-merge" height="150px" />
5+
<img src="https://github.com/dcastil/tailwind-merge/raw/v1.8.1/assets/logo.svg" alt="tailwind-merge" height="150px" />
66
<!-- AUTOGENERATED END -->
77
</a>
88
</div>
@@ -27,14 +27,14 @@ twMerge('px-2 py-1 bg-red hover:bg-dark-red', 'p-3 bg-[#B91C1C]')
2727

2828
<!-- AUTOGENERATED VERSION START -->
2929

30-
- [What is it for](https://github.com/dcastil/tailwind-merge/tree/v1.8.0/docs/what-is-it-for.md)
31-
- [Features](https://github.com/dcastil/tailwind-merge/tree/v1.8.0/docs/features.md)
32-
- [Configuration](https://github.com/dcastil/tailwind-merge/tree/v1.8.0/docs/configuration.md)
33-
- [Recipes](https://github.com/dcastil/tailwind-merge/tree/v1.8.0/docs/recipes.md)
34-
- [API reference](https://github.com/dcastil/tailwind-merge/tree/v1.8.0/docs/api-reference.md)
35-
- [Writing plugins](https://github.com/dcastil/tailwind-merge/tree/v1.8.0/docs/writing-plugins.md)
36-
- [Versioning](https://github.com/dcastil/tailwind-merge/tree/v1.8.0/docs/versioning.md)
37-
- [Contributing](https://github.com/dcastil/tailwind-merge/tree/v1.8.0/.github/CONTRIBUTING.md)
38-
- [Similar packages](https://github.com/dcastil/tailwind-merge/tree/v1.8.0/docs/similar-packages.md)
30+
- [What is it for](https://github.com/dcastil/tailwind-merge/tree/v1.8.1/docs/what-is-it-for.md)
31+
- [Features](https://github.com/dcastil/tailwind-merge/tree/v1.8.1/docs/features.md)
32+
- [Configuration](https://github.com/dcastil/tailwind-merge/tree/v1.8.1/docs/configuration.md)
33+
- [Recipes](https://github.com/dcastil/tailwind-merge/tree/v1.8.1/docs/recipes.md)
34+
- [API reference](https://github.com/dcastil/tailwind-merge/tree/v1.8.1/docs/api-reference.md)
35+
- [Writing plugins](https://github.com/dcastil/tailwind-merge/tree/v1.8.1/docs/writing-plugins.md)
36+
- [Versioning](https://github.com/dcastil/tailwind-merge/tree/v1.8.1/docs/versioning.md)
37+
- [Contributing](https://github.com/dcastil/tailwind-merge/tree/v1.8.1/.github/CONTRIBUTING.md)
38+
- [Similar packages](https://github.com/dcastil/tailwind-merge/tree/v1.8.1/docs/similar-packages.md)
3939

4040
<!-- AUTOGENERATED END -->

package.json

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

0 commit comments

Comments
 (0)