diff --git a/.changeset/lemon-pumas-scream.md b/.changeset/lemon-pumas-scream.md deleted file mode 100644 index d7d7422b..00000000 --- a/.changeset/lemon-pumas-scream.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@spear-ai/storybook": minor -"@spear-ai/ui": minor ---- - -Created Button component(s). diff --git a/.changeset/tall-pumas-invent.md b/.changeset/tall-pumas-invent.md deleted file mode 100644 index 4c7248ba..00000000 --- a/.changeset/tall-pumas-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/ui": patch ---- - -Increased button icon size to match text. diff --git a/packages/storybook/CHANGELOG.md b/packages/storybook/CHANGELOG.md index 076c208d..88a83fcc 100644 --- a/packages/storybook/CHANGELOG.md +++ b/packages/storybook/CHANGELOG.md @@ -1,5 +1,16 @@ # @spear-ai/storybook +## 5.7.0 + +### Minor Changes + +- [#329](https://github.com/spear-ai/ui/pull/329) [`ee93344`](https://github.com/spear-ai/ui/commit/ee933449999c98f004112a92e81e09ab019d1c96) Thanks [@psirenny](https://github.com/psirenny)! - Created Button component(s). + +### Patch Changes + +- Updated dependencies [[`ee93344`](https://github.com/spear-ai/ui/commit/ee933449999c98f004112a92e81e09ab019d1c96), [`43df9d1`](https://github.com/spear-ai/ui/commit/43df9d10cb38db5d9a397e1a01c87edeb0cb5c77)]: + - @spear-ai/ui@5.9.0 + ## 5.6.0 ### Minor Changes diff --git a/packages/storybook/package.json b/packages/storybook/package.json index 4b1a0aa6..249e2152 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@spear-ai/storybook", - "version": "5.6.0", + "version": "5.7.0", "description": "Spear UI Storybook", "author": { "name": "Spear AI", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 996d72b7..343a6b25 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,15 @@ # @spear-ai/ui +## 5.9.0 + +### Minor Changes + +- [#329](https://github.com/spear-ai/ui/pull/329) [`ee93344`](https://github.com/spear-ai/ui/commit/ee933449999c98f004112a92e81e09ab019d1c96) Thanks [@psirenny](https://github.com/psirenny)! - Created Button component(s). + +### Patch Changes + +- [#331](https://github.com/spear-ai/ui/pull/331) [`43df9d1`](https://github.com/spear-ai/ui/commit/43df9d10cb38db5d9a397e1a01c87edeb0cb5c77) Thanks [@psirenny](https://github.com/psirenny)! - Increased button icon size to match text. + ## 5.8.0 ### Minor Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index ecf0fc44..68882750 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@spear-ai/ui", - "version": "5.8.0", + "version": "5.9.0", "description": "Spear UI", "author": { "name": "Spear AI",