Skip to content

Commit d8e9c87

Browse files
Version Packages (#94)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f7fabb2 commit d8e9c87

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/dull-ants-talk.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.8
4+
5+
### Patch Changes
6+
7+
- f7fabb2: Update dependencies, add support for date and color blocks via the mutation API
8+
39
## 4.0.7
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.7",
5+
"version": "4.0.8",
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.78
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f7fabb2]
8+
9+
310
## 0.0.77
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.77",
4+
"version": "0.0.78",
55
"scripts": {
66
"dev": "basehub dev & next dev",
77
"build": "next build",

0 commit comments

Comments
 (0)