summaryrefslogtreecommitdiff
path: root/packages/integrations/tailwind
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-04-26 16:49:09 -0400
committerGravatar GitHub <noreply@github.com> 2022-04-26 16:49:09 -0400
commit8d8433ee50f10d15ebabc1e1f6ca424fe3427219 (patch)
tree34f88de55e7da65b090341028a375124bb2bd1f2 /packages/integrations/tailwind
parentf0f938ce7db54ad55b060cb90204ecab8424dc37 (diff)
downloadastro-8d8433ee50f10d15ebabc1e1f6ca424fe3427219.tar.gz
astro-8d8433ee50f10d15ebabc1e1f6ca424fe3427219.tar.zst
astro-8d8433ee50f10d15ebabc1e1f6ca424fe3427219.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.md6
-rw-r--r--packages/integrations/tailwind/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/tailwind/CHANGELOG.md b/packages/integrations/tailwind/CHANGELOG.md
index 281ca3d7c..6e1b827f8 100644
--- a/packages/integrations/tailwind/CHANGELOG.md
+++ b/packages/integrations/tailwind/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/tailwind
+## 0.2.1
+
+### Patch Changes
+
+- [#3183](https://github.com/withastro/astro/pull/3183) [`7a61977d`](https://github.com/withastro/astro/commit/7a61977db11c4472f9210b8de22ec281870e5dc3) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Support "astro add" before installing project dependencies
+
## 0.2.0
### Minor Changes
diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json
index 55361d10a..d9e0c3087 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": "0.2.0",
+ "version": "0.2.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",