diff options
author | 2022-11-24 06:54:52 -0800 | |
---|---|---|
committer | 2022-11-24 22:54:52 +0800 | |
commit | 5fa12852399e36ad88e6131502bd45971dad9820 (patch) | |
tree | e21b9e2c60aad59b1c8f5477c45f760c599d8354 /packages/integrations/tailwind | |
parent | d79e9d73a347cc469cb56e503e5d0f2d649bd658 (diff) | |
download | astro-@astrojs/cloudflare@4.1.0.tar.gz astro-@astrojs/cloudflare@4.1.0.tar.zst astro-@astrojs/cloudflare@4.1.0.zip |
[ci] release (#5432)astro@1.6.11@astrojs/tailwind@2.1.3@astrojs/partytown@1.0.2@astrojs/mdx@0.12.0@astrojs/cloudflare@4.1.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/tailwind')
-rw-r--r-- | packages/integrations/tailwind/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/integrations/tailwind/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/tailwind/CHANGELOG.md b/packages/integrations/tailwind/CHANGELOG.md index c51f111a1..6f05693db 100644 --- a/packages/integrations/tailwind/CHANGELOG.md +++ b/packages/integrations/tailwind/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/tailwind +## 2.1.3 + +### Patch Changes + +- [#5450](https://github.com/withastro/astro/pull/5450) [`cef33dd84`](https://github.com/withastro/astro/commit/cef33dd841b7d4d9437efac54f7e185a40cc3d4b) Thanks [@chenxsan](https://github.com/chenxsan)! - Remove temp tailwind config file in finally + ## 2.1.2 ### Patch Changes diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index 0414e5daa..48a194eb7 100644 --- a/packages/integrations/tailwind/package.json +++ b/packages/integrations/tailwind/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/tailwind", "description": "Tailwind + Astro Integrations", - "version": "2.1.2", + "version": "2.1.3", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |