diff options
author | 2022-04-26 16:49:09 -0400 | |
---|---|---|
committer | 2022-04-26 16:49:09 -0400 | |
commit | 8d8433ee50f10d15ebabc1e1f6ca424fe3427219 (patch) | |
tree | 34f88de55e7da65b090341028a375124bb2bd1f2 /packages/integrations/tailwind | |
parent | f0f938ce7db54ad55b060cb90204ecab8424dc37 (diff) | |
download | astro-8d8433ee50f10d15ebabc1e1f6ca424fe3427219.tar.gz astro-8d8433ee50f10d15ebabc1e1f6ca424fe3427219.tar.zst astro-8d8433ee50f10d15ebabc1e1f6ca424fe3427219.zip |
[ci] release (#3182)create-astro@0.10.0astro@1.0.0-beta.18@astrojs/vercel@0.1.4@astrojs/tailwind@0.2.1@astrojs/svelte@0.1.2@astrojs/netlify@0.3.3
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 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", |