From 79fdd34a8861adc4930fa3c3e2bf6a9a9fd69d9c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 14 Sep 2022 20:44:56 +0000 Subject: [PATCH] [ci] release --- .changeset/swift-trees-double.md | 5 ----- examples/with-tailwindcss/package.json | 2 +- packages/integrations/tailwind/CHANGELOG.md | 6 ++++++ packages/integrations/tailwind/package.json | 2 +- pnpm-lock.yaml | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/swift-trees-double.md diff --git a/.changeset/swift-trees-double.md b/.changeset/swift-trees-double.md deleted file mode 100644 index 2b7c2d0cac15..000000000000 --- a/.changeset/swift-trees-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/tailwind": patch ---- - -Update Tailwind manual install guide for v2 diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index e651b28f4abf..9004c2251ea4 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "astro": "^1.2.4", - "@astrojs/tailwind": "^2.0.0", + "@astrojs/tailwind": "^2.0.1", "autoprefixer": "^10.4.7", "canvas-confetti": "^1.5.1", "postcss": "^8.4.14", diff --git a/packages/integrations/tailwind/CHANGELOG.md b/packages/integrations/tailwind/CHANGELOG.md index c1b453a3be9d..03136dfcc03c 100644 --- a/packages/integrations/tailwind/CHANGELOG.md +++ b/packages/integrations/tailwind/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/tailwind +## 2.0.1 + +### Patch Changes + +- [#4758](https://github.com/withastro/astro/pull/4758) [`0398efa39`](https://github.com/withastro/astro/commit/0398efa39f14f40e77dc8e87f08e9f100a0fef34) Thanks [@delucis](https://github.com/delucis)! - Update Tailwind manual install guide for v2 + ## 2.0.0 ### Migration to v2 diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index d6851e0415aa..7ed14a1e3399 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": "2.0.0", + "version": "2.0.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 649da20d01ed..94bde91d8bbc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -304,7 +304,7 @@ importers: examples/with-tailwindcss: specifiers: - '@astrojs/tailwind': ^2.0.0 + '@astrojs/tailwind': ^2.0.1 astro: ^1.2.4 autoprefixer: ^10.4.7 canvas-confetti: ^1.5.1