Skip to content

Commit a533f59

Browse files
committed
fixes
1 parent 22049bb commit a533f59

File tree

7 files changed

+17
-26
lines changed

7 files changed

+17
-26
lines changed

.changeset/pre.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

.changeset/tiny-jeans-lay.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/true-memes-dream.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/basehub/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# basehub
22

3+
## 9.3.9
4+
5+
### Patch Changes
6+
7+
- 22049bb: fix nextjs fast refresh
8+
- dd8405c: surface errors in pump
9+
310
## 9.3.9-canary.1
411

512
### Patch Changes

packages/basehub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "basehub",
33
"description": "A very fast Headless CMS.",
44
"author": "JB <jb@basehub.com>",
5-
"version": "9.3.9-canary.1",
5+
"version": "9.3.9",
66
"license": "MIT",
77
"repository": "basehub-ai/basehub",
88
"bugs": "https://github.com/basehub-ai/basehub/issues",

playground/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# playground
22

3+
## 0.0.254
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [22049bb]
8+
- Updated dependencies [dd8405c]
9+
- basehub@9.3.9
10+
311
## 0.0.254-canary.1
412

513
### Patch Changes

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "playground",
33
"private": true,
4-
"version": "0.0.254-canary.1",
4+
"version": "0.0.254",
55
"scripts": {
66
"dev": "next dev --port 3003",
77
"build": "next build",

0 commit comments

Comments
 (0)