Skip to content

Commit

Permalink
upgrade sonner
Browse files Browse the repository at this point in the history
  • Loading branch information
julianbenegas committed Oct 25, 2024
1 parent be034ca commit 06144e7
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 63 deletions.
6 changes: 6 additions & 0 deletions packages/basehub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# basehub

## 7.5.18

### Patch Changes

- upgrade sonner

## 7.5.17

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/basehub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "basehub",
"description": "A very fast Headless CMS.",
"author": "JB <[email protected]>",
"version": "7.5.17",
"version": "7.5.18",
"license": "MIT",
"repository": "basehub-ai/basehub",
"bugs": "https://github.com/basehub-ai/basehub/issues",
Expand Down Expand Up @@ -63,7 +63,6 @@
"resolve-pkg": "2.0.0",
"server-only": "^0.0.1",
"shiki": "^1.17.7",
"sonner": "1.4.3",
"typesense": "1.8.2",
"zod": "3.22.1"
},
Expand All @@ -77,6 +76,7 @@
"next": "^13.5.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"sonner": "1.5.0",
"tsconfig": "workspace:*",
"tsup": "8.0.2",
"type-fest": "3.0.0"
Expand Down
7 changes: 7 additions & 0 deletions playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# playground

## 0.0.160

### Patch Changes

- Updated dependencies
- [email protected]

## 0.0.159

### 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.159",
"version": "0.0.160",
"scripts": {
"dev": "basehub dev & next dev --port 3003",
"build": "basehub && next build",
Expand Down
72 changes: 12 additions & 60 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 06144e7

Please sign in to comment.