diff --git a/.changeset/sour-toys-kneel.md b/.changeset/sour-toys-kneel.md deleted file mode 100644 index 55df167f..00000000 --- a/.changeset/sour-toys-kneel.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@spear-ai/tailwind-config": minor -"@spear-ai/storybook": minor -"@spear-ai/ui": minor ---- - -Modified List Box Items with blank IDs to be treated as `None` (a deselect). diff --git a/packages/storybook/CHANGELOG.md b/packages/storybook/CHANGELOG.md index f0642bc2..0a1cf9f4 100644 --- a/packages/storybook/CHANGELOG.md +++ b/packages/storybook/CHANGELOG.md @@ -1,5 +1,16 @@ # @spear-ai/storybook +## 5.2.0 + +### Minor Changes + +- [#233](https://github.com/spear-ai/ui/pull/233) [`5e3eba0`](https://github.com/spear-ai/ui/commit/5e3eba0f96b5e8a0e4f0ec682d9c395f8d7b280d) Thanks [@psirenny](https://github.com/psirenny)! - Modified List Box Items with blank IDs to be treated as `None` (a deselect). + +### Patch Changes + +- Updated dependencies [[`5e3eba0`](https://github.com/spear-ai/ui/commit/5e3eba0f96b5e8a0e4f0ec682d9c395f8d7b280d)]: + - @spear-ai/ui@5.2.0 + ## 5.1.0 ### Minor Changes diff --git a/packages/storybook/package.json b/packages/storybook/package.json index b8edf87d..a507ae01 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@spear-ai/storybook", - "version": "5.1.0", + "version": "5.2.0", "description": "Spear UI Storybook", "author": { "name": "Spear AI", diff --git a/packages/tailwind-config/CHANGELOG.md b/packages/tailwind-config/CHANGELOG.md index 56bc678e..da662c86 100644 --- a/packages/tailwind-config/CHANGELOG.md +++ b/packages/tailwind-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @spear-ai/tailwind-config +## 5.3.0 + +### Minor Changes + +- [#233](https://github.com/spear-ai/ui/pull/233) [`5e3eba0`](https://github.com/spear-ai/ui/commit/5e3eba0f96b5e8a0e4f0ec682d9c395f8d7b280d) Thanks [@psirenny](https://github.com/psirenny)! - Modified List Box Items with blank IDs to be treated as `None` (a deselect). + ## 5.2.0 ### Minor Changes diff --git a/packages/tailwind-config/package.json b/packages/tailwind-config/package.json index 05b08eec..3c87afe6 100644 --- a/packages/tailwind-config/package.json +++ b/packages/tailwind-config/package.json @@ -1,6 +1,6 @@ { "name": "@spear-ai/tailwind-config", - "version": "5.2.0", + "version": "5.3.0", "description": "Spear AI Tailwind CSS config", "author": { "name": "Spear AI", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index ce5a05d1..ac061a08 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @spear-ai/ui +## 5.2.0 + +### Minor Changes + +- [#233](https://github.com/spear-ai/ui/pull/233) [`5e3eba0`](https://github.com/spear-ai/ui/commit/5e3eba0f96b5e8a0e4f0ec682d9c395f8d7b280d) Thanks [@psirenny](https://github.com/psirenny)! - Modified List Box Items with blank IDs to be treated as `None` (a deselect). + ## 5.1.0 ### Minor Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 403fff48..8fa55dc5 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@spear-ai/ui", - "version": "5.1.0", + "version": "5.2.0", "description": "Spear UI", "author": { "name": "Spear AI",