diff options
author | 2023-01-06 10:00:12 -0800 | |
---|---|---|
committer | 2023-01-06 13:00:12 -0500 | |
commit | ec5a39c299ffc5293a4964198cc3811b210d510a (patch) | |
tree | 383b55ac5672a858b998f642fd427b43dcf7e6d7 /packages/integrations/tailwind/CHANGELOG.md | |
parent | 49ab4f231c23b34891c3ee86f4b92bf8d6d267a3 (diff) | |
download | astro-2f062c13dc9319fb97fbd704164d85d4cc50b95f.tar.gz astro-2f062c13dc9319fb97fbd704164d85d4cc50b95f.tar.zst astro-2f062c13dc9319fb97fbd704164d85d4cc50b95f.zip |
[ci] release (beta) (#5742)astro@2.0.0-beta.1@astrojs/tailwind@3.0.0-beta.0@astrojs/netlify@2.0.0-beta.1@astrojs/mdx@0.15.0-beta.1@astrojs/markdown-remark@2.0.0-beta.1@astrojs/image@0.13.0-beta.1@astrojs/deno@4.0.0-beta.1
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.md | 6 |
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 |