diff --git a/.changeset/afraid-dancers-glow.md b/.changeset/afraid-dancers-glow.md deleted file mode 100644 index dd262fd..0000000 --- a/.changeset/afraid-dancers-glow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@spear-ai/storybook": minor -"@spear-ai/ui": minor ---- - -Created IconButton component(s). diff --git a/.changeset/beige-ads-notice.md b/.changeset/beige-ads-notice.md deleted file mode 100644 index 3341363..0000000 --- a/.changeset/beige-ads-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/ui": patch ---- - -Fixed Tailwind content not detecting CSS classes inside code chunks. diff --git a/.changeset/dry-ties-deny.md b/.changeset/dry-ties-deny.md deleted file mode 100644 index a17d163..0000000 --- a/.changeset/dry-ties-deny.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/.changeset/good-seas-heal.md b/.changeset/good-seas-heal.md deleted file mode 100644 index 027fd89..0000000 --- a/.changeset/good-seas-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/ui": minor ---- - -Made Spinner component more composable by making it inherit the text color. diff --git a/.changeset/nasty-squids-build.md b/.changeset/nasty-squids-build.md deleted file mode 100644 index 605a19b..0000000 --- a/.changeset/nasty-squids-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/ui": patch ---- - -Fixed the Dialog component’s `isDismissable` property. diff --git a/.changeset/selfish-eels-check.md b/.changeset/selfish-eels-check.md deleted file mode 100644 index 7dd1d1c..0000000 --- a/.changeset/selfish-eels-check.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/storybook": minor ---- - -Updated DFS theme. diff --git a/.changeset/three-toys-retire.md b/.changeset/three-toys-retire.md deleted file mode 100644 index c8ea3d8..0000000 --- a/.changeset/three-toys-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/ui": minor ---- - -Changed Storybook Spinner color from `step-9` to `step-11` for consistency with loading states inside of UI components. diff --git a/packages/relay-environment/CHANGELOG.md b/packages/relay-environment/CHANGELOG.md index 8b880d8..9469f41 100644 --- a/packages/relay-environment/CHANGELOG.md +++ b/packages/relay-environment/CHANGELOG.md @@ -1,5 +1,11 @@ # @spear-ai/relay-environment +## 1.0.4 + +### Patch Changes + +- [#250](https://github.com/spear-ai/ui/pull/250) [`a062066`](https://github.com/spear-ai/ui/commit/a062066d9ee1268674b0e59b97c24049888fedfe) Thanks [@psirenny](https://github.com/psirenny)! - Updated dependencies. + ## 1.0.3 ### Patch Changes diff --git a/packages/relay-environment/package.json b/packages/relay-environment/package.json index e9f2c65..634bbf5 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.3", + "version": "1.0.4", "description": "Spear AI Relay Environment", "author": { "name": "Spear AI", diff --git a/packages/storybook/CHANGELOG.md b/packages/storybook/CHANGELOG.md index 1e8ef40..229f437 100644 --- a/packages/storybook/CHANGELOG.md +++ b/packages/storybook/CHANGELOG.md @@ -1,5 +1,20 @@ # @spear-ai/storybook +## 5.4.0 + +### Minor Changes + +- [#262](https://github.com/spear-ai/ui/pull/262) [`83c1a54`](https://github.com/spear-ai/ui/commit/83c1a54445c7cb8933ad162c3e1a57fcb259247a) Thanks [@psirenny](https://github.com/psirenny)! - Created IconButton component(s). + +- [#264](https://github.com/spear-ai/ui/pull/264) [`ce0180c`](https://github.com/spear-ai/ui/commit/ce0180c11bc8013ba9ad718fd53c4b32bbeff12b) Thanks [@eakbulut](https://github.com/eakbulut)! - Updated DFS theme. + +### Patch Changes + +- [#250](https://github.com/spear-ai/ui/pull/250) [`a062066`](https://github.com/spear-ai/ui/commit/a062066d9ee1268674b0e59b97c24049888fedfe) Thanks [@psirenny](https://github.com/psirenny)! - Updated dependencies. + +- Updated dependencies [[`83c1a54`](https://github.com/spear-ai/ui/commit/83c1a54445c7cb8933ad162c3e1a57fcb259247a), [`116bb86`](https://github.com/spear-ai/ui/commit/116bb865fd76305cf22a841a45f0bc7407f8e8c9), [`a062066`](https://github.com/spear-ai/ui/commit/a062066d9ee1268674b0e59b97c24049888fedfe), [`83c1a54`](https://github.com/spear-ai/ui/commit/83c1a54445c7cb8933ad162c3e1a57fcb259247a), [`4d64be9`](https://github.com/spear-ai/ui/commit/4d64be916872f471c13680e50b2e87b1b71a0389), [`83c1a54`](https://github.com/spear-ai/ui/commit/83c1a54445c7cb8933ad162c3e1a57fcb259247a)]: + - @spear-ai/ui@5.4.0 + ## 5.3.0 ### Minor Changes diff --git a/packages/storybook/package.json b/packages/storybook/package.json index 814ebd8..8d2bca4 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@spear-ai/storybook", - "version": "5.3.0", + "version": "5.4.0", "description": "Spear UI Storybook", "author": { "name": "Spear AI", diff --git a/packages/tailwind-config/CHANGELOG.md b/packages/tailwind-config/CHANGELOG.md index 3c25271..edaff87 100644 --- a/packages/tailwind-config/CHANGELOG.md +++ b/packages/tailwind-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @spear-ai/tailwind-config +## 5.4.1 + +### Patch Changes + +- [#250](https://github.com/spear-ai/ui/pull/250) [`a062066`](https://github.com/spear-ai/ui/commit/a062066d9ee1268674b0e59b97c24049888fedfe) Thanks [@psirenny](https://github.com/psirenny)! - Updated dependencies. + ## 5.4.0 ### Minor Changes diff --git a/packages/tailwind-config/package.json b/packages/tailwind-config/package.json index 2e0690c..b64324e 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.0", + "version": "5.4.1", "description": "Spear AI Tailwind CSS config", "author": { "name": "Spear AI", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index fdf958e..aee564a 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,23 @@ # @spear-ai/ui +## 5.4.0 + +### Minor Changes + +- [#262](https://github.com/spear-ai/ui/pull/262) [`83c1a54`](https://github.com/spear-ai/ui/commit/83c1a54445c7cb8933ad162c3e1a57fcb259247a) Thanks [@psirenny](https://github.com/psirenny)! - Created IconButton component(s). + +- [#262](https://github.com/spear-ai/ui/pull/262) [`83c1a54`](https://github.com/spear-ai/ui/commit/83c1a54445c7cb8933ad162c3e1a57fcb259247a) Thanks [@psirenny](https://github.com/psirenny)! - Made Spinner component more composable by making it inherit the text color. + +- [#262](https://github.com/spear-ai/ui/pull/262) [`83c1a54`](https://github.com/spear-ai/ui/commit/83c1a54445c7cb8933ad162c3e1a57fcb259247a) Thanks [@psirenny](https://github.com/psirenny)! - Changed Storybook Spinner color from `step-9` to `step-11` for consistency with loading states inside of UI components. + +### Patch Changes + +- [#263](https://github.com/spear-ai/ui/pull/263) [`116bb86`](https://github.com/spear-ai/ui/commit/116bb865fd76305cf22a841a45f0bc7407f8e8c9) Thanks [@psirenny](https://github.com/psirenny)! - Fixed Tailwind content not detecting CSS classes inside code chunks. + +- [#250](https://github.com/spear-ai/ui/pull/250) [`a062066`](https://github.com/spear-ai/ui/commit/a062066d9ee1268674b0e59b97c24049888fedfe) Thanks [@psirenny](https://github.com/psirenny)! - Updated dependencies. + +- [#266](https://github.com/spear-ai/ui/pull/266) [`4d64be9`](https://github.com/spear-ai/ui/commit/4d64be916872f471c13680e50b2e87b1b71a0389) Thanks [@psirenny](https://github.com/psirenny)! - Fixed the Dialog component’s `isDismissable` property. + ## 5.3.1 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 1831210..40104e2 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@spear-ai/ui", - "version": "5.3.1", + "version": "5.4.0", "description": "Spear UI", "author": { "name": "Spear AI",