From 465523fff5b73de385654b5e39e78560bcc99666 Mon Sep 17 00:00:00 2001
From: Adam Wathan
Date: Thu, 1 Apr 2021 09:20:38 -0400
Subject: [PATCH 1/5] Fix typo in changelog
---
CHANGELOG.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ceb4d91..f555824 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -57,7 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add explicit errors for unsupported `@apply` in nested CSS ([#161](https://github.com/tailwindlabs/tailwindcss-jit/pull/161))
- Add `TAILWIND_DISABLE_TOUCH` environment flag for using native bundler dependency tracking for template files (very experimental/unstable, only works in webpack 5) ([#162](https://github.com/tailwindlabs/tailwindcss-jit/pull/162))
-- Add `TAILWIND_TOUCH_ROOT` environment variable for overriding default touch file location (advanced) ([#152](https://github.com/tailwindlabs/tailwindcss-jit/pull/152))
+- Add `TAILWIND_TOUCH_DIR` environment variable for overriding default touch file location (advanced) ([#152](https://github.com/tailwindlabs/tailwindcss-jit/pull/152))
## [0.1.10] - 2021-03-25
From 7a09989a49eb87bb15ba40631ed7d04079cba9bd Mon Sep 17 00:00:00 2001
From: Adam Wathan
Date: Mon, 5 Apr 2021 15:43:50 -0400
Subject: [PATCH 2/5] Update README
---
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index 81a28ca..334982e 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,6 @@
+**This project has been merged with Tailwind CSS core and all future development will happen there.**
+
+---
From 25a1167764164611c15a31051af65a5600febfdc Mon Sep 17 00:00:00 2001
From: Adam Wathan
Date: Mon, 5 Apr 2021 15:44:26 -0400
Subject: [PATCH 3/5] Update README
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 334982e..782d7e5 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-**This project has been merged with Tailwind CSS core and all future development will happen there.**
+**This project has been merged with [Tailwind CSS core](https://github.com/tailwindlabs/tailwindcss) and all future development will happen there.**
---
From ec8f9811426c2ada1bd046ac6279083a62da55fa Mon Sep 17 00:00:00 2001
From: Adam Wathan
Date: Mon, 5 Apr 2021 15:45:53 -0400
Subject: [PATCH 4/5] Update README
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 782d7e5..e6d58ec 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-**This project has been merged with [Tailwind CSS core](https://github.com/tailwindlabs/tailwindcss) and all future development will happen there.**
+**As of Tailwind CSS v2.1 this project has been merged with [the core Tailwind CSS repository](https://github.com/tailwindlabs/tailwindcss) and all future development will happen there.**
---
From 8f29e7ba194d6c959884927c36533155ba8e0de0 Mon Sep 17 00:00:00 2001
From: Adam Wathan
Date: Mon, 5 Apr 2021 15:46:14 -0400
Subject: [PATCH 5/5] Update README
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index e6d58ec..5d24d20 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-**As of Tailwind CSS v2.1 this project has been merged with [the core Tailwind CSS repository](https://github.com/tailwindlabs/tailwindcss) and all future development will happen there.**
+**As of [Tailwind CSS v2.1](https://blog.tailwindcss.com/tailwindcss-2-1) this project has been merged with [the core Tailwind CSS repository](https://github.com/tailwindlabs/tailwindcss) and all future development will happen there.**
---