From a3c269632d2a35d17ee7e588cc885948fa2abd63 Mon Sep 17 00:00:00 2001 From: org-spear-ai <145039045+org-spear-ai@users.noreply.github.com> Date: Tue, 27 Aug 2024 14:56:51 -0400 Subject: [PATCH] =?UTF-8?q?Release=20=F0=9F=9A=80=20(#339)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/cuddly-eyes-sip.md | 5 ----- packages/ui/CHANGELOG.md | 6 ++++++ packages/ui/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/cuddly-eyes-sip.md diff --git a/.changeset/cuddly-eyes-sip.md b/.changeset/cuddly-eyes-sip.md deleted file mode 100644 index 4980ab82..00000000 --- a/.changeset/cuddly-eyes-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/ui": patch ---- - -Fixed Menu component contrast in Forerunner. diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 2adfd8da..a163b385 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @spear-ai/ui +## 5.9.2 + +### Patch Changes + +- [#338](https://github.com/spear-ai/ui/pull/338) [`be21302`](https://github.com/spear-ai/ui/commit/be213021c679f827e0fa89bda9f78c0c334a5bd1) Thanks [@psirenny](https://github.com/psirenny)! - Fixed Menu component contrast in Forerunner. + ## 5.9.1 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index f8fbeca0..750a63a6 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@spear-ai/ui", - "version": "5.9.1", + "version": "5.9.2", "description": "Spear UI", "author": { "name": "Spear AI",