Skip to content

Commit 9a707eb

Browse files
Merge pull request #92 from basehub-ai/changeset-release/main
Version Packages
2 parents 8cee68d + e3e9761 commit 9a707eb

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/clever-suits-yawn.md

-5
This file was deleted.

packages/basehub/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# basehub
22

3+
## 4.0.5
4+
5+
### Patch Changes
6+
7+
- 8cee68d: React RichText component now implements GithubSlugger to generate the headings IDs
8+
39
## 4.0.4
410

511
### Patch Changes

packages/basehub/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "basehub",
33
"description": "The first AI-native content hub.",
44
"author": "JB <[email protected]>",
5-
"version": "4.0.4",
5+
"version": "4.0.5",
66
"license": "MIT",
77
"repository": "basehub-ai/basehub",
88
"bugs": "https://github.com/basehub-ai/basehub/issues",

playground/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# playground
22

3+
## 0.0.75
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [8cee68d]
8+
9+
310
## 0.0.74
411

512
### Patch Changes

playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "playground",
33
"private": true,
4-
"version": "0.0.74",
4+
"version": "0.0.75",
55
"scripts": {
66
"dev": "basehub dev & next dev",
77
"build": "next build",

0 commit comments

Comments
 (0)