summaryrefslogtreecommitdiff
path: root/packages/integrations/tailwind
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-08-19 11:37:39 -0700
committerGravatar GitHub <noreply@github.com> 2024-08-19 14:37:39 -0400
commitf239242d90dc7045e21bfa4d9a4d2619389abef6 (patch)
tree84d3ce8e3e2a6f7ef97d5b6aae6810bde3d417fc /packages/integrations/tailwind
parent40183620d8315c342ffbb46ddcd1b003f4b303ed (diff)
downloadastro-@astrojs/markdoc@1.0.0-alpha.0.tar.gz
astro-@astrojs/markdoc@1.0.0-alpha.0.tar.zst
astro-@astrojs/markdoc@1.0.0-alpha.0.zip
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.md7
-rw-r--r--packages/integrations/tailwind/package.json4
2 files changed, 9 insertions, 2 deletions
diff --git a/packages/integrations/tailwind/CHANGELOG.md b/packages/integrations/tailwind/CHANGELOG.md
index f796b1083..cc632bfc2 100644
--- a/packages/integrations/tailwind/CHANGELOG.md
+++ b/packages/integrations/tailwind/CHANGELOG.md
@@ -1,5 +1,12 @@
# @astrojs/tailwind
+## 6.0.0-alpha.0
+
+### Patch Changes
+
+- Updated dependencies [[`b6fbdaa`](https://github.com/withastro/astro/commit/b6fbdaa94a9ecec706a99e1938fbf5cd028c72e0), [`89bab1e`](https://github.com/withastro/astro/commit/89bab1e70786123fbe933a9d7a1b80c9334dcc5f), [`d74617c`](https://github.com/withastro/astro/commit/d74617cbd3278feba05909ec83db2d73d57a153e), [`e90f559`](https://github.com/withastro/astro/commit/e90f5593d23043579611452a84b9e18ad2407ef9), [`2df49a6`](https://github.com/withastro/astro/commit/2df49a6fb4f6d92fe45f7429430abe63defeacd6), [`8a53517`](https://github.com/withastro/astro/commit/8a5351737d6a14fc55f1dafad8f3b04079e81af6)]:
+ - astro@5.0.0-alpha.0
+
## 5.1.0
### Minor Changes
diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json
index 6001780a1..236134069 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.1.0",
+ "version": "6.0.0-alpha.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -44,7 +44,7 @@
"vite": "^5.4.1"
},
"peerDependencies": {
- "astro": "^3.0.0 || ^4.0.0",
+ "astro": "^5.0.0-alpha.0",
"tailwindcss": "^3.0.24"
},
"publishConfig": {