Skip to content

Commit c64b83f

Browse files
Version Packages
1 parent f3842e7 commit c64b83f

6 files changed

Lines changed: 14 additions & 12 deletions

File tree

.changeset/cli-help-discoverability.md

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

.changeset/oidc-pkce-support.md

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

integrations/oidc/CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- fc53e8e: Add support for PKCE to the OIDC visitor authentication flow.
8+
39
## 0.4.1
410

511
### Patch 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.1",
3+
"version": "0.5.0",
44
"private": true,
55
"dependencies": {
66
"@gitbook/api": "*",

packages/cli/CHANGELOG.md

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

3+
## 0.29.1
4+
5+
### Patch Changes
6+
7+
- 17de11e: Improve command discoverability: `--help` now shows a nested "Command groups" tree so subgroups like `organizations sites` are visible without drilling in; shell completion now includes the hand-written `integration` and `openapi` subcommands; and `gitbook integrations --help` points to `gitbook integration` for the build/publish lifecycle commands.
8+
39
## 0.29.0
410

511
### Minor Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gitbook/cli",
33
"description": "CLI to build and publish integrations on GitBook.com",
4-
"version": "0.29.0",
4+
"version": "0.29.1",
55
"dependencies": {
66
"@gitbook/api": "*",
77
"check-node-version": "^4.2.1",

0 commit comments

Comments
 (0)