From 5f0cbf15d46ddd2ba4df320a4c5beed70d805ca9 Mon Sep 17 00:00:00 2001 From: Dennis Torres Date: Fri, 11 Aug 2023 11:43:17 -0400 Subject: [PATCH] =?UTF-8?q?ci:=20release=20=F0=9F=9A=80=20(#51)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/thin-berries-dance.md | 5 ----- packages/tailwind-config/CHANGELOG.md | 6 ++++++ packages/tailwind-config/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/thin-berries-dance.md 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",