diff options
author | 2023-10-10 07:30:52 -0700 | |
---|---|---|
committer | 2023-10-10 22:30:52 +0800 | |
commit | 9cd6a6657b328cec4ad98020e2bcd73c34a869ce (patch) | |
tree | 6f2ca1133391bd5403813705f0c730246b04f767 /packages/integrations/tailwind/package.json | |
parent | c071458257b014efcae7ec7e29d5d87d5ecaf8b6 (diff) | |
download | astro@3.2.4.tar.gz astro@3.2.4.tar.zst astro@3.2.4.zip |
[ci] release (#8768)astro@3.2.4@astrojs/tailwind@5.0.2@astrojs/cloudflare@7.5.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/tailwind/package.json')
-rw-r--r-- | packages/integrations/tailwind/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index 17bca109f..b4fce54af 100644 --- a/packages/integrations/tailwind/package.json +++ b/packages/integrations/tailwind/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/tailwind", "description": "Use Tailwind CSS to style your Astro site", - "version": "5.0.1", + "version": "5.0.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -43,7 +43,7 @@ "vite": "^4.4.9" }, "peerDependencies": { - "astro": "workspace:^3.2.3", + "astro": "workspace:^3.2.4", "tailwindcss": "^3.0.24" }, "publishConfig": { |