Skip to content

Commit

Permalink
Merge pull request #72 from basehub-ai/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
julianbenegas authored Mar 8, 2024
2 parents 2bd38d4 + 0298cb0 commit b7a9f12
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/pretty-ducks-push.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twenty-cooks-applaud.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/basehub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# basehub

## 3.0.3

### Patch Changes

- f5c1b63: Improved `null` error handling for API responses. The toast now renders more relevant content, and your app shouldn't break on initial load.
- a743356: add toasts by the amazing sonner

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/basehub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "basehub",
"description": "The first AI-native content hub.",
"author": "JB <[email protected]>",
"version": "3.0.2",
"version": "3.0.3",
"license": "MIT",
"repository": "basehub-ai/basehub",
"bugs": "https://github.com/basehub-ai/basehub/issues",
Expand Down
9 changes: 9 additions & 0 deletions playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# playground

## 0.0.53

### Patch Changes

- a743356: add toasts by the amazing sonner
- Updated dependencies [f5c1b63]
- Updated dependencies [a743356]
- [email protected]

## 0.0.52

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playground",
"private": true,
"version": "0.0.52",
"version": "0.0.53",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down

0 comments on commit b7a9f12

Please sign in to comment.