Skip to content

Commit

Permalink
Release 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
org-spear-ai committed May 29, 2024
1 parent 4d64be9 commit 21b92ea
Show file tree
Hide file tree
Showing 15 changed files with 49 additions and 43 deletions.
6 changes: 0 additions & 6 deletions .changeset/afraid-dancers-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/beige-ads-notice.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/dry-ties-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-seas-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-squids-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-eels-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-toys-retire.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.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
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.3",
"version": "1.0.4",
"description": "Spear AI Relay Environment",
"author": {
"name": "Spear AI",
Expand Down
15 changes: 15 additions & 0 deletions packages/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spear-ai/storybook",
"version": "5.3.0",
"version": "5.4.0",
"description": "Spear UI Storybook",
"author": {
"name": "Spear AI",
Expand Down
6 changes: 6 additions & 0 deletions packages/tailwind-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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": "5.4.0",
"version": "5.4.1",
"description": "Spear AI Tailwind CSS config",
"author": {
"name": "Spear AI",
Expand Down
18 changes: 18 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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": "5.3.1",
"version": "5.4.0",
"description": "Spear UI",
"author": {
"name": "Spear AI",
Expand Down

0 comments on commit 21b92ea

Please sign in to comment.