summaryrefslogtreecommitdiff
path: root/packages/integrations/tailwind
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/tailwind')
-rw-r--r--packages/integrations/tailwind/CHANGELOG.md9
-rw-r--r--packages/integrations/tailwind/package.json4
2 files changed, 11 insertions, 2 deletions
diff --git a/packages/integrations/tailwind/CHANGELOG.md b/packages/integrations/tailwind/CHANGELOG.md
index 60780e81e..9c0b5aedc 100644
--- a/packages/integrations/tailwind/CHANGELOG.md
+++ b/packages/integrations/tailwind/CHANGELOG.md
@@ -1,5 +1,14 @@
# @astrojs/tailwind
+## 3.1.2
+
+### Patch Changes
+
+- [#6930](https://github.com/withastro/astro/pull/6930) [`2dca81bf2`](https://github.com/withastro/astro/commit/2dca81bf2174cd5c27cb63cb0ae081ea2a1ac771) Thanks [@bluwy](https://github.com/bluwy)! - Update dependencies
+
+- Updated dependencies [[`a98df9374`](https://github.com/withastro/astro/commit/a98df9374dec65c678fa47319cb1481b1af123e2), [`50975f2ea`](https://github.com/withastro/astro/commit/50975f2ea3a59f9e023cc631a9372c0c7986eec9), [`ebae1eaf8`](https://github.com/withastro/astro/commit/ebae1eaf87f49399036033c673b513338f7d9c42), [`dc062f669`](https://github.com/withastro/astro/commit/dc062f6695ce577dc569781fc0678c903012c336)]:
+ - astro@2.3.3
+
## 3.1.1
### Patch Changes
diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json
index a69429b51..4067bdb1e 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": "3.1.1",
+ "version": "3.1.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -40,7 +40,7 @@
"vite": "^4.3.1"
},
"peerDependencies": {
- "astro": "workspace:^2.3.2",
+ "astro": "workspace:^2.3.3",
"tailwindcss": "^3.0.24"
},
"pnpm": {