summaryrefslogtreecommitdiff
path: root/packages/integrations/tailwind/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2023-01-06 10:00:12 -0800
committerGravatar GitHub <noreply@github.com> 2023-01-06 13:00:12 -0500
commitec5a39c299ffc5293a4964198cc3811b210d510a (patch)
tree383b55ac5672a858b998f642fd427b43dcf7e6d7 /packages/integrations/tailwind/CHANGELOG.md
parent49ab4f231c23b34891c3ee86f4b92bf8d6d267a3 (diff)
downloadastro-2f062c13dc9319fb97fbd704164d85d4cc50b95f.tar.gz
astro-2f062c13dc9319fb97fbd704164d85d4cc50b95f.tar.zst
astro-2f062c13dc9319fb97fbd704164d85d4cc50b95f.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/tailwind/CHANGELOG.md')
-rw-r--r--packages/integrations/tailwind/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/integrations/tailwind/CHANGELOG.md b/packages/integrations/tailwind/CHANGELOG.md
index cead16731..f8238736e 100644
--- a/packages/integrations/tailwind/CHANGELOG.md
+++ b/packages/integrations/tailwind/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/tailwind
+## 3.0.0-beta.0
+
+### Major Changes
+
+- [#5717](https://github.com/withastro/astro/pull/5717) [`a3a7fc929`](https://github.com/withastro/astro/commit/a3a7fc9298e6d88abb4b7bee1e58f05fa9558cf1) Thanks [@bluwy](https://github.com/bluwy)! - Remove `style.postcss` Astro config. Refactor tailwind integration to configure through `vite` instead. Also disables `autoprefixer` in dev.
+
## 2.1.3
### Patch Changes