diff --git a/.changeset/afraid-ligers-divide.md b/.changeset/afraid-ligers-divide.md deleted file mode 100644 index 86ac78ef..00000000 --- a/.changeset/afraid-ligers-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/tailwind-config": major ---- - -Reverted from OKLCH color model and P3 color space to RGB / sRGB. diff --git a/.changeset/clean-scissors-dress.md b/.changeset/clean-scissors-dress.md deleted file mode 100644 index ff5774a1..00000000 --- a/.changeset/clean-scissors-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/ui": patch ---- - -Fixed Select/ComboBox component outline offset. diff --git a/.changeset/five-bikes-sell.md b/.changeset/five-bikes-sell.md deleted file mode 100644 index 8cfac48b..00000000 --- a/.changeset/five-bikes-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/ui": minor ---- - -Added Switch story. diff --git a/.changeset/four-trainers-explain.md b/.changeset/four-trainers-explain.md deleted file mode 100644 index b5036f75..00000000 --- a/.changeset/four-trainers-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/ui": minor ---- - -Added `cx` helper function to merge class names. diff --git a/.changeset/little-fireants-cheat.md b/.changeset/little-fireants-cheat.md deleted file mode 100644 index ddabc3ce..00000000 --- a/.changeset/little-fireants-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/ui": minor ---- - -Added ComboBox component. diff --git a/.changeset/nasty-melons-beg.md b/.changeset/nasty-melons-beg.md deleted file mode 100644 index 85fa8cfb..00000000 --- a/.changeset/nasty-melons-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/ui": patch ---- - -Removed top margin from Select button. diff --git a/.changeset/orange-horses-flash.md b/.changeset/orange-horses-flash.md deleted file mode 100644 index 8cd5c85c..00000000 --- a/.changeset/orange-horses-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/tailwind-config": patch ---- - -Reordered Tailwind plugins so that React Aria Components has the highest priority. diff --git a/.changeset/rotten-bulldogs-kick.md b/.changeset/rotten-bulldogs-kick.md deleted file mode 100644 index 893fdadd..00000000 --- a/.changeset/rotten-bulldogs-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/ui": major ---- - -Bumped placeholder color from step 9 to step 10. diff --git a/.changeset/short-pumpkins-carry.md b/.changeset/short-pumpkins-carry.md deleted file mode 100644 index 1fcfa910..00000000 --- a/.changeset/short-pumpkins-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/ui": minor ---- - -Added Checkbox component story. diff --git a/.changeset/twelve-maps-explode.md b/.changeset/twelve-maps-explode.md deleted file mode 100644 index 38ca8fc7..00000000 --- a/.changeset/twelve-maps-explode.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@spear-ai/relay-environment": patch -"@spear-ai/tailwind-config": patch -"@spear-ai/ui": patch ---- - -Updated dependencies. diff --git a/.changeset/twenty-walls-wave.md b/.changeset/twenty-walls-wave.md deleted file mode 100644 index fd3d5936..00000000 --- a/.changeset/twenty-walls-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/tailwind-config": minor ---- - -Added `trigger-width` spacing to Tailwind config. diff --git a/packages/relay-environment/CHANGELOG.md b/packages/relay-environment/CHANGELOG.md index 771917ff..63ff876f 100644 --- a/packages/relay-environment/CHANGELOG.md +++ b/packages/relay-environment/CHANGELOG.md @@ -1,5 +1,11 @@ # @spear-ai/relay-environment +## 1.0.2 + +### Patch Changes + +- [#149](https://github.com/spear-ai/ui/pull/149) [`1aef84d`](https://github.com/spear-ai/ui/commit/1aef84de312fac948d56f430ce36f5348c4ca234) Thanks [@psirenny](https://github.com/psirenny)! - Updated dependencies. + ## 1.0.1 ### Patch Changes diff --git a/packages/relay-environment/package.json b/packages/relay-environment/package.json index 2cdd378f..4c0000c2 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.1", + "version": "1.0.2", "description": "Spear AI Relay Environment", "author": { "name": "Spear AI", diff --git a/packages/tailwind-config/CHANGELOG.md b/packages/tailwind-config/CHANGELOG.md index faf9f04a..0538f24c 100644 --- a/packages/tailwind-config/CHANGELOG.md +++ b/packages/tailwind-config/CHANGELOG.md @@ -1,5 +1,21 @@ # @spear-ai/tailwind-config +## 5.0.0 + +### Major Changes + +- [#176](https://github.com/spear-ai/ui/pull/176) [`97ba11a`](https://github.com/spear-ai/ui/commit/97ba11a20424fc2be3f8d8bfccc62c15bdc287cf) Thanks [@psirenny](https://github.com/psirenny)! - Reverted from OKLCH color model and P3 color space to RGB / sRGB. + +### Minor Changes + +- [#154](https://github.com/spear-ai/ui/pull/154) [`88546d6`](https://github.com/spear-ai/ui/commit/88546d6ba9a359ebe281e8e26e101d62cc20ce73) Thanks [@psirenny](https://github.com/psirenny)! - Added `trigger-width` spacing to Tailwind config. + +### Patch Changes + +- [#154](https://github.com/spear-ai/ui/pull/154) [`88546d6`](https://github.com/spear-ai/ui/commit/88546d6ba9a359ebe281e8e26e101d62cc20ce73) Thanks [@psirenny](https://github.com/psirenny)! - Reordered Tailwind plugins so that React Aria Components has the highest priority. + +- [#149](https://github.com/spear-ai/ui/pull/149) [`1aef84d`](https://github.com/spear-ai/ui/commit/1aef84de312fac948d56f430ce36f5348c4ca234) Thanks [@psirenny](https://github.com/psirenny)! - Updated dependencies. + ## 4.1.2 ### Patch Changes diff --git a/packages/tailwind-config/package.json b/packages/tailwind-config/package.json index 7f880414..d697b06d 100644 --- a/packages/tailwind-config/package.json +++ b/packages/tailwind-config/package.json @@ -1,6 +1,6 @@ { "name": "@spear-ai/tailwind-config", - "version": "4.1.2", + "version": "5.0.0", "description": "Spear AI Tailwind CSS config", "author": { "name": "Spear AI", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 9d3f6bd8..539d35eb 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,29 @@ # @spear-ai/ui +## 4.0.0 + +### Major Changes + +- [#154](https://github.com/spear-ai/ui/pull/154) [`88546d6`](https://github.com/spear-ai/ui/commit/88546d6ba9a359ebe281e8e26e101d62cc20ce73) Thanks [@psirenny](https://github.com/psirenny)! - Bumped placeholder color from step 9 to step 10. + +### Minor Changes + +- [#150](https://github.com/spear-ai/ui/pull/150) [`a0011de`](https://github.com/spear-ai/ui/commit/a0011de5a0215273c323c0b30180c28d631234b8) Thanks [@psirenny](https://github.com/psirenny)! - Added Switch story. + +- [#154](https://github.com/spear-ai/ui/pull/154) [`88546d6`](https://github.com/spear-ai/ui/commit/88546d6ba9a359ebe281e8e26e101d62cc20ce73) Thanks [@psirenny](https://github.com/psirenny)! - Added `cx` helper function to merge class names. + +- [#154](https://github.com/spear-ai/ui/pull/154) [`88546d6`](https://github.com/spear-ai/ui/commit/88546d6ba9a359ebe281e8e26e101d62cc20ce73) Thanks [@psirenny](https://github.com/psirenny)! - Added ComboBox component. + +- [#136](https://github.com/spear-ai/ui/pull/136) [`9d3586a`](https://github.com/spear-ai/ui/commit/9d3586a4ab234a8c88ea65eb04dd11aea6a99c7c) Thanks [@psirenny](https://github.com/psirenny)! - Added Checkbox component story. + +### Patch Changes + +- [#172](https://github.com/spear-ai/ui/pull/172) [`8f5ed85`](https://github.com/spear-ai/ui/commit/8f5ed859ad9bc0293d8946e812cd7860596eeb83) Thanks [@psirenny](https://github.com/psirenny)! - Fixed Select/ComboBox component outline offset. + +- [#172](https://github.com/spear-ai/ui/pull/172) [`8f5ed85`](https://github.com/spear-ai/ui/commit/8f5ed859ad9bc0293d8946e812cd7860596eeb83) Thanks [@psirenny](https://github.com/psirenny)! - Removed top margin from Select button. + +- [#149](https://github.com/spear-ai/ui/pull/149) [`1aef84d`](https://github.com/spear-ai/ui/commit/1aef84de312fac948d56f430ce36f5348c4ca234) Thanks [@psirenny](https://github.com/psirenny)! - Updated dependencies. + ## 3.2.0 ### Minor Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index c0b5be20..7ed877f9 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@spear-ai/ui", - "version": "3.2.0", + "version": "4.0.0", "description": "Spear UI", "author": { "name": "Spear AI",