Skip to content

Commit 1cf14bf

Browse files
Version Packages (#899)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8edbe3b commit 1cf14bf

File tree

6 files changed

+16
-12
lines changed

6 files changed

+16
-12
lines changed

.changeset/seven-ghosts-strive.md

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

.changeset/six-buckets-pull.md

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

integrations/github-files/CHANGELOG.md

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

3+
## 0.2.4
4+
5+
### Patch Changes
6+
7+
- 0bf599e: Fix Github files URL parsing
8+
- Updated dependencies [8edbe3b]
9+
- @gitbook/api@0.128.0
10+
311
## 0.2.3
412

513
### Patch Changes

integrations/github-files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitbook/integration-github-files",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"private": true,
55
"dependencies": {
66
"dotenv": "^16.0.3",

packages/api/CHANGELOG.md

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

3+
## 0.128.0
4+
5+
### Minor Changes
6+
7+
- 8edbe3b: Bump to include AI assistant in API schema
8+
39
## 0.127.0
410

511
### Minor Changes

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "./dist/index.cjs",
55
"module": "./dist/index.js",
66
"types": "./dist/index.d.ts",
7-
"version": "0.127.0",
7+
"version": "0.128.0",
88
"sideEffects": false,
99
"files": [
1010
"README.md",

0 commit comments

Comments
 (0)