Skip to content

Commit 9e92bf0

Browse files
Version Packages (#1167)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 16379b1 commit 9e92bf0

File tree

14 files changed

+46
-26
lines changed

14 files changed

+46
-26
lines changed

.changeset/dark-guests-cheer.md

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

.changeset/fresh-eggs-cough.md

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

.changeset/fruity-games-tie.md

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

.changeset/tough-drinks-visit.md

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

integrations/github/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.6.7
4+
5+
### Patch Changes
6+
7+
- b65956d: Limit Git Sync branch selector requests to the first page of branches to avoid configuration timeouts on repositories with large branch counts.
8+
- Updated dependencies [16379b1]
9+
- @gitbook/api@0.174.0
10+
311
## 0.6.6
412

513
### Patch Changes

integrations/github/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",
3-
"version": "0.6.6",
3+
"version": "0.6.7",
44
"private": true,
55
"scripts": {
66
"typecheck": "tsc --noEmit",

integrations/gitlab/CHANGELOG.md

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

3+
## 0.6.6
4+
5+
### Patch Changes
6+
7+
- b65956d: Limit Git Sync branch selector requests to the first page of branches to avoid configuration timeouts on repositories with large branch counts.
8+
- Updated dependencies [16379b1]
9+
- @gitbook/api@0.174.0
10+
311
## 0.6.5
412

513
### Patch Changes

integrations/gitlab/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-gitlab",
3-
"version": "0.6.5",
3+
"version": "0.6.6",
44
"private": true,
55
"scripts": {
66
"typecheck": "tsc --noEmit",

integrations/oidc/CHANGELOG.md

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

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- 6b5fa20: Update OIDC integration to allow redirect on/token requests for trusted origin
8+
- Updated dependencies [16379b1]
9+
- @gitbook/api@0.174.0
10+
311
## 0.4.0
412

513
### Minor Changes

integrations/oidc/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-oidc",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"private": true,
55
"dependencies": {
66
"@gitbook/api": "*",

0 commit comments

Comments
 (0)