diff options
author | Houston (Bot) | 2024-05-21 03:23:07 -0700 |
---|---|---|
committer | GitHub | 2024-05-21 12:23:07 +0200 |
commit | f9f9f2f69f61fe83d25604204d12e98a6571c72f (patch) | |
tree | a352db181e49c68f46e9c79240ccb5c1a812a744 | |
parent | b079ae114c49bf0570a142b94997bcc0828c47e0 (diff) | |
download | IT.starlight-f9f9f2f69f61fe83d25604204d12e98a6571c72f.tar.gz IT.starlight-f9f9f2f69f61fe83d25604204d12e98a6571c72f.tar.bz2 IT.starlight-f9f9f2f69f61fe83d25604204d12e98a6571c72f.zip |
[ci] release (#1910)@astrojs/starlight-tailwind@2.0.3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/fresh-plums-bow.md | 5 | ||||
-rw-r--r-- | examples/tailwind/package.json | 2 | ||||
-rw-r--r-- | packages/tailwind/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/tailwind/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 2 |
5 files changed, 9 insertions, 8 deletions
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 <swithinbank@gmail.com>", "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 |