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 7, 2024
1 parent 6ec8d3d commit 5377f35
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/sour-toys-kneel.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @spear-ai/storybook

## 5.2.0

### Minor Changes

- [#233](https://github.com/spear-ai/ui/pull/233) [`5e3eba0`](https://github.com/spear-ai/ui/commit/5e3eba0f96b5e8a0e4f0ec682d9c395f8d7b280d) Thanks [@psirenny](https://github.com/psirenny)! - Modified List Box Items with blank IDs to be treated as `None` (a deselect).

### Patch Changes

- Updated dependencies [[`5e3eba0`](https://github.com/spear-ai/ui/commit/5e3eba0f96b5e8a0e4f0ec682d9c395f8d7b280d)]:
- @spear-ai/ui@5.2.0

## 5.1.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.1.0",
"version": "5.2.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.3.0

### Minor Changes

- [#233](https://github.com/spear-ai/ui/pull/233) [`5e3eba0`](https://github.com/spear-ai/ui/commit/5e3eba0f96b5e8a0e4f0ec682d9c395f8d7b280d) Thanks [@psirenny](https://github.com/psirenny)! - Modified List Box Items with blank IDs to be treated as `None` (a deselect).

## 5.2.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.2.0",
"version": "5.3.0",
"description": "Spear AI Tailwind CSS config",
"author": {
"name": "Spear AI",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @spear-ai/ui

## 5.2.0

### Minor Changes

- [#233](https://github.com/spear-ai/ui/pull/233) [`5e3eba0`](https://github.com/spear-ai/ui/commit/5e3eba0f96b5e8a0e4f0ec682d9c395f8d7b280d) Thanks [@psirenny](https://github.com/psirenny)! - Modified List Box Items with blank IDs to be treated as `None` (a deselect).

## 5.1.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": "5.1.0",
"version": "5.2.0",
"description": "Spear UI",
"author": {
"name": "Spear AI",
Expand Down

0 comments on commit 5377f35

Please sign in to comment.