From f9f9f2f69f61fe83d25604204d12e98a6571c72f Mon Sep 17 00:00:00 2001 From: Houston (Bot) Date: Tue, 21 May 2024 03:23:07 -0700 Subject: [ci] release (#1910) Co-authored-by: github-actions[bot] --- .changeset/fresh-plums-bow.md | 5 ----- examples/tailwind/package.json | 2 +- packages/tailwind/CHANGELOG.md | 6 ++++++ packages/tailwind/package.json | 2 +- pnpm-lock.yaml | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/fresh-plums-bow.md diff --git a/.changeset/fresh-plums-bow.md b/.changeset/fresh-plums-bow.md deleted file mode 100644 index c6e28eb0..00000000 --- a/.changeset/fresh-plums-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight-tailwind': patch ---- - -Fixes default `font-family` in non-Starlight pages when using Tailwind plugin diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json index ee0caed8..33253f26 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.23.1", - "@astrojs/starlight-tailwind": "^2.0.2", + "@astrojs/starlight-tailwind": "^2.0.3", "@astrojs/tailwind": "^5.1.0", "astro": "^4.8.6", "sharp": "^0.32.5", diff --git a/packages/tailwind/CHANGELOG.md b/packages/tailwind/CHANGELOG.md index f6570131..6fede0fe 100644 --- a/packages/tailwind/CHANGELOG.md +++ b/packages/tailwind/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/starlight-tailwind +## 2.0.3 + +### Patch Changes + +- [#1906](https://github.com/withastro/starlight/pull/1906) [`b079ae11`](https://github.com/withastro/starlight/commit/b079ae114c49bf0570a142b94997bcc0828c47e0) Thanks [@delucis](https://github.com/delucis)! - Fixes default `font-family` in non-Starlight pages when using Tailwind plugin + ## 2.0.2 ### Patch Changes diff --git a/packages/tailwind/package.json b/packages/tailwind/package.json index ee140126..84cffb78 100644 --- a/packages/tailwind/package.json +++ b/packages/tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight-tailwind", - "version": "2.0.2", + "version": "2.0.3", "description": "Tailwind CSS plugin for the Starlight documentation theme for Astro", "author": "Chris Swithinbank ", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b4e6a951..b0eb34b3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -88,7 +88,7 @@ importers: specifier: ^0.23.1 version: link:../../packages/starlight '@astrojs/starlight-tailwind': - specifier: ^2.0.2 + specifier: ^2.0.3 version: link:../../packages/tailwind '@astrojs/tailwind': specifier: ^5.1.0 -- cgit