Skip to content

Commit 22049bb

Browse files
committed
v
1 parent c426c11 commit 22049bb

File tree

7 files changed

+22
-3
lines changed

7 files changed

+22
-3
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"playground": "0.0.253"
99
},
1010
"changesets": [
11+
"tiny-jeans-lay",
1112
"true-memes-dream"
1213
]
1314
}

.changeset/tiny-jeans-lay.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"basehub": patch
3+
---
4+
5+
fix nextjs fast refresh

packages/basehub/CHANGELOG.md

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

3+
## 9.3.9-canary.1
4+
5+
### Patch Changes
6+
7+
- fix nextjs fast refresh
8+
39
## 9.3.9-canary.0
410

511
### 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.0",
5+
"version": "9.3.9-canary.1",
66
"license": "MIT",
77
"repository": "basehub-ai/basehub",
88
"bugs": "https://github.com/basehub-ai/basehub/issues",

packages/basehub/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = "9.3.9-canary.0";
1+
export const version = "9.3.9-canary.1";

playground/CHANGELOG.md

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

3+
## 0.0.254-canary.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- basehub@9.3.9-canary.1
9+
310
## 0.0.254-canary.0
411

512
### 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.0",
4+
"version": "0.0.254-canary.1",
55
"scripts": {
66
"dev": "next dev --port 3003",
77
"build": "next build",

0 commit comments

Comments
 (0)