diff --git a/.changeset/thin-berries-dance.md b/.changeset/thin-berries-dance.md deleted file mode 100644 index 43feea46..00000000 --- a/.changeset/thin-berries-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/tailwind-config": minor ---- - -Extended Tailwind Typography plugin with theme color. diff --git a/packages/tailwind-config/CHANGELOG.md b/packages/tailwind-config/CHANGELOG.md index ff4a6fb5..c8144d01 100644 --- a/packages/tailwind-config/CHANGELOG.md +++ b/packages/tailwind-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @spear-ai/tailwind-config +## 2.1.0 + +### Minor Changes + +- [#50](https://github.com/spear-ai/ui/pull/50) [`96a728f`](https://github.com/spear-ai/ui/commit/96a728f8aafd720e4905f1681bdc9279fffa6111) Thanks [@psirenny](https://github.com/psirenny)! - Extended Tailwind Typography plugin with theme color. + ## 2.0.2 ### Patch Changes diff --git a/packages/tailwind-config/package.json b/packages/tailwind-config/package.json index ba41dca8..af30f2e3 100644 --- a/packages/tailwind-config/package.json +++ b/packages/tailwind-config/package.json @@ -1,6 +1,6 @@ { "name": "@spear-ai/tailwind-config", - "version": "2.0.2", + "version": "2.1.0", "description": "Spear AI Tailwind CSS config", "author": { "name": "Spear AI",