From 5dc12cebed7fd33c7c7540dddfe265fccae27a43 Mon Sep 17 00:00:00 2001 From: org-spear-ai <145039045+org-spear-ai@users.noreply.github.com> Date: Tue, 3 Sep 2024 17:09:31 -0400 Subject: [PATCH] =?UTF-8?q?Release=20=F0=9F=9A=80=20(#349)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/old-llamas-poke.md | 5 ----- .changeset/tender-deers-hear.md | 6 ------ .changeset/twelve-chefs-sparkle.md | 8 -------- packages/relay-environment/CHANGELOG.md | 6 ++++++ packages/relay-environment/package.json | 2 +- packages/storybook/CHANGELOG.md | 15 +++++++++++++++ packages/storybook/package.json | 2 +- packages/tailwind-config/CHANGELOG.md | 6 ++++++ packages/tailwind-config/package.json | 2 +- packages/ui/CHANGELOG.md | 10 ++++++++++ packages/ui/package.json | 2 +- 11 files changed, 41 insertions(+), 23 deletions(-) delete mode 100644 .changeset/old-llamas-poke.md delete mode 100644 .changeset/tender-deers-hear.md delete mode 100644 .changeset/twelve-chefs-sparkle.md diff --git a/.changeset/old-llamas-poke.md b/.changeset/old-llamas-poke.md deleted file mode 100644 index 473d1454..00000000 --- a/.changeset/old-llamas-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/storybook": patch ---- - -Added missing width to Storybook Menu component. diff --git a/.changeset/tender-deers-hear.md b/.changeset/tender-deers-hear.md deleted file mode 100644 index 61857118..00000000 --- a/.changeset/tender-deers-hear.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@spear-ai/storybook": major -"@spear-ai/ui": major ---- - -Reworked Dialog component(s) to scroll with long content. diff --git a/.changeset/twelve-chefs-sparkle.md b/.changeset/twelve-chefs-sparkle.md deleted file mode 100644 index a17d1638..00000000 --- a/.changeset/twelve-chefs-sparkle.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@spear-ai/relay-environment": patch -"@spear-ai/tailwind-config": patch -"@spear-ai/storybook": patch -"@spear-ai/ui": patch ---- - -Updated dependencies. diff --git a/packages/relay-environment/CHANGELOG.md b/packages/relay-environment/CHANGELOG.md index 9469f41b..6f16cf51 100644 --- a/packages/relay-environment/CHANGELOG.md +++ b/packages/relay-environment/CHANGELOG.md @@ -1,5 +1,11 @@ # @spear-ai/relay-environment +## 1.0.5 + +### Patch Changes + +- [#348](https://github.com/spear-ai/ui/pull/348) [`82d887c`](https://github.com/spear-ai/ui/commit/82d887cbfc8a77a4b216ea2efe1ff2bd12e2b676) Thanks [@psirenny](https://github.com/psirenny)! - Updated dependencies. + ## 1.0.4 ### Patch Changes diff --git a/packages/relay-environment/package.json b/packages/relay-environment/package.json index d2ffaaab..43a8d76d 100644 --- a/packages/relay-environment/package.json +++ b/packages/relay-environment/package.json @@ -1,6 +1,6 @@ { "name": "@spear-ai/relay-environment", - "version": "1.0.4", + "version": "1.0.5", "description": "Spear AI Relay Environment", "author": { "name": "Spear AI", diff --git a/packages/storybook/CHANGELOG.md b/packages/storybook/CHANGELOG.md index d123e17c..9845f7e4 100644 --- a/packages/storybook/CHANGELOG.md +++ b/packages/storybook/CHANGELOG.md @@ -1,5 +1,20 @@ # @spear-ai/storybook +## 6.0.0 + +### Major Changes + +- [#358](https://github.com/spear-ai/ui/pull/358) [`638d382`](https://github.com/spear-ai/ui/commit/638d38298f65a33ebaa429b1cc81d5966efc5def) Thanks [@psirenny](https://github.com/psirenny)! - Reworked Dialog component(s) to scroll with long content. + +### Patch Changes + +- [#351](https://github.com/spear-ai/ui/pull/351) [`3945c9d`](https://github.com/spear-ai/ui/commit/3945c9d3a71540dfec531f19ece8bf0341dce7f2) Thanks [@psirenny](https://github.com/psirenny)! - Added missing width to Storybook Menu component. + +- [#348](https://github.com/spear-ai/ui/pull/348) [`82d887c`](https://github.com/spear-ai/ui/commit/82d887cbfc8a77a4b216ea2efe1ff2bd12e2b676) Thanks [@psirenny](https://github.com/psirenny)! - Updated dependencies. + +- Updated dependencies [[`638d382`](https://github.com/spear-ai/ui/commit/638d38298f65a33ebaa429b1cc81d5966efc5def), [`82d887c`](https://github.com/spear-ai/ui/commit/82d887cbfc8a77a4b216ea2efe1ff2bd12e2b676)]: + - @spear-ai/ui@6.0.0 + ## 5.9.0 ### Minor Changes diff --git a/packages/storybook/package.json b/packages/storybook/package.json index 61ce347c..5c62beee 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@spear-ai/storybook", - "version": "5.9.0", + "version": "6.0.0", "description": "Spear UI Storybook", "author": { "name": "Spear AI", diff --git a/packages/tailwind-config/CHANGELOG.md b/packages/tailwind-config/CHANGELOG.md index edaff87b..272cd336 100644 --- a/packages/tailwind-config/CHANGELOG.md +++ b/packages/tailwind-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @spear-ai/tailwind-config +## 5.4.2 + +### Patch Changes + +- [#348](https://github.com/spear-ai/ui/pull/348) [`82d887c`](https://github.com/spear-ai/ui/commit/82d887cbfc8a77a4b216ea2efe1ff2bd12e2b676) Thanks [@psirenny](https://github.com/psirenny)! - Updated dependencies. + ## 5.4.1 ### Patch Changes diff --git a/packages/tailwind-config/package.json b/packages/tailwind-config/package.json index e2988f5a..7c75de82 100644 --- a/packages/tailwind-config/package.json +++ b/packages/tailwind-config/package.json @@ -1,6 +1,6 @@ { "name": "@spear-ai/tailwind-config", - "version": "5.4.1", + "version": "5.4.2", "description": "Spear AI Tailwind CSS config", "author": { "name": "Spear AI", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 3b205793..70689f3e 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,15 @@ # @spear-ai/ui +## 6.0.0 + +### Major Changes + +- [#358](https://github.com/spear-ai/ui/pull/358) [`638d382`](https://github.com/spear-ai/ui/commit/638d38298f65a33ebaa429b1cc81d5966efc5def) Thanks [@psirenny](https://github.com/psirenny)! - Reworked Dialog component(s) to scroll with long content. + +### Patch Changes + +- [#348](https://github.com/spear-ai/ui/pull/348) [`82d887c`](https://github.com/spear-ai/ui/commit/82d887cbfc8a77a4b216ea2efe1ff2bd12e2b676) Thanks [@psirenny](https://github.com/psirenny)! - Updated dependencies. + ## 5.10.0 ### Minor Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 15e43806..2b95c99a 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@spear-ai/ui", - "version": "5.10.0", + "version": "6.0.0", "description": "Spear UI", "author": { "name": "Spear AI",