Skip to content

Commit f2616a6

Browse files
authored
Merge branch 'main' into ahrefs
2 parents 55de543 + 1cf14bf commit f2616a6

File tree

6 files changed

+21
-12
lines changed

6 files changed

+21
-12
lines changed

.changeset/six-buckets-pull.md

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

bun.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"integrations/bucket": {
4242
"name": "@gitbook/integration-bucket",
43-
"version": "0.3.0",
43+
"version": "0.3.3",
4444
"dependencies": {
4545
"@gitbook/runtime": "*",
4646
"itty-router": "^5.0.18",
@@ -160,7 +160,7 @@
160160
},
161161
"integrations/github-files": {
162162
"name": "@gitbook/integration-github-files",
163-
"version": "0.2.2",
163+
"version": "0.2.3",
164164
"dependencies": {
165165
"@gitbook/api": "*",
166166
"@gitbook/runtime": "*",
@@ -192,7 +192,7 @@
192192
},
193193
"integrations/gitlab-files": {
194194
"name": "@gitbook/integration-gitlab-files",
195-
"version": "0.2.2",
195+
"version": "0.2.3",
196196
"dependencies": {
197197
"@gitbook/runtime": "*",
198198
"dotenv": "^16.1.1",
@@ -301,7 +301,7 @@
301301
},
302302
"integrations/launchdarkly": {
303303
"name": "@gitbook/integration-launchdarkly",
304-
"version": "0.3.0",
304+
"version": "0.3.3",
305305
"dependencies": {
306306
"@gitbook/runtime": "*",
307307
"itty-router": "^5.0.18",
@@ -626,7 +626,7 @@
626626
},
627627
"packages/api": {
628628
"name": "@gitbook/api",
629-
"version": "0.124.0",
629+
"version": "0.127.0",
630630
"dependencies": {
631631
"event-iterator": "^2.0.0",
632632
"eventsource-parser": "^3.0.0",

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)