Skip to content

Commit

Permalink
Release 🚀 (#137)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
org-spear-ai and github-actions[bot] authored Apr 21, 2024
1 parent 97ba11a commit 24b136a
Show file tree
Hide file tree
Showing 17 changed files with 49 additions and 60 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-ligers-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-scissors-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-bikes-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-trainers-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-fireants-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-melons-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-horses-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-bulldogs-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-pumpkins-carry.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/twelve-maps-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-walls-wave.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/relay-environment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/relay-environment/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
16 changes: 16 additions & 0 deletions packages/tailwind-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind-config/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
24 changes: 24 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spear-ai/ui",
"version": "3.2.0",
"version": "4.0.0",
"description": "Spear UI",
"author": {
"name": "Spear AI",
Expand Down

0 comments on commit 24b136a

Please sign in to comment.