From 81c875be50fc013a4313f86946bc512450a02113 Mon Sep 17 00:00:00 2001 From: org-spear-ai <145039045+org-spear-ai@users.noreply.github.com> Date: Fri, 23 Feb 2024 19:48:50 -0500 Subject: [PATCH] =?UTF-8?q?Release=20=F0=9F=9A=80=20(#130)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/honest-needles-shop.md | 5 ----- .changeset/nasty-walls-remain.md | 6 ------ .changeset/six-roses-buy.md | 5 ----- packages/tailwind-config/CHANGELOG.md | 6 ++++++ packages/tailwind-config/package.json | 2 +- packages/ui/CHANGELOG.md | 13 +++++++++++++ packages/ui/package.json | 2 +- 7 files changed, 21 insertions(+), 18 deletions(-) delete mode 100644 .changeset/honest-needles-shop.md delete mode 100644 .changeset/nasty-walls-remain.md delete mode 100644 .changeset/six-roses-buy.md create mode 100644 packages/ui/CHANGELOG.md diff --git a/.changeset/honest-needles-shop.md b/.changeset/honest-needles-shop.md deleted file mode 100644 index dc12f914..00000000 --- a/.changeset/honest-needles-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/ui": minor ---- - -Added TextField component. diff --git a/.changeset/nasty-walls-remain.md b/.changeset/nasty-walls-remain.md deleted file mode 100644 index 17274c7e..00000000 --- a/.changeset/nasty-walls-remain.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@spear-ai/tailwind-config": patch -"@spear-ai/ui": patch ---- - -Added missing React Aria Components plugin to the Tailwind config. diff --git a/.changeset/six-roses-buy.md b/.changeset/six-roses-buy.md deleted file mode 100644 index 097f532d..00000000 --- a/.changeset/six-roses-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/ui": minor ---- - -Added Spinner component. diff --git a/packages/tailwind-config/CHANGELOG.md b/packages/tailwind-config/CHANGELOG.md index c618f8ec..e8f2c34f 100644 --- a/packages/tailwind-config/CHANGELOG.md +++ b/packages/tailwind-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @spear-ai/tailwind-config +## 4.1.1 + +### Patch Changes + +- [#131](https://github.com/spear-ai/ui/pull/131) [`cac89e5`](https://github.com/spear-ai/ui/commit/cac89e5cfb0e0525c68055423528640c79212439) Thanks [@psirenny](https://github.com/psirenny)! - Added missing React Aria Components plugin to the Tailwind config. + ## 4.1.0 ### Minor Changes diff --git a/packages/tailwind-config/package.json b/packages/tailwind-config/package.json index c5298b0a..8bf9a3ef 100644 --- a/packages/tailwind-config/package.json +++ b/packages/tailwind-config/package.json @@ -1,6 +1,6 @@ { "name": "@spear-ai/tailwind-config", - "version": "4.1.0", + "version": "4.1.1", "description": "Spear AI Tailwind CSS config", "author": { "name": "Spear AI", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md new file mode 100644 index 00000000..c30c6bc5 --- /dev/null +++ b/packages/ui/CHANGELOG.md @@ -0,0 +1,13 @@ +# @spear-ai/ui + +## 3.1.0 + +### Minor Changes + +- [#128](https://github.com/spear-ai/ui/pull/128) [`8b78238`](https://github.com/spear-ai/ui/commit/8b78238ee8782465137ea81e43c24b79022ce4da) Thanks [@psirenny](https://github.com/psirenny)! - Added TextField component. + +- [#129](https://github.com/spear-ai/ui/pull/129) [`d1ffffe`](https://github.com/spear-ai/ui/commit/d1ffffec906859a3bb3ba1d651c267d0102cba04) Thanks [@psirenny](https://github.com/psirenny)! - Added Spinner component. + +### Patch Changes + +- [#131](https://github.com/spear-ai/ui/pull/131) [`cac89e5`](https://github.com/spear-ai/ui/commit/cac89e5cfb0e0525c68055423528640c79212439) Thanks [@psirenny](https://github.com/psirenny)! - Added missing React Aria Components plugin to the Tailwind config. diff --git a/packages/ui/package.json b/packages/ui/package.json index 401c09b3..cf29f724 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@spear-ai/ui", - "version": "3.0.0", + "version": "3.1.0", "description": "Spear UI", "author": { "name": "Spear AI",