Skip to content

Commit 71a2df9

Browse files
Version Packages (#834)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a9192a5 commit 71a2df9

File tree

7 files changed

+20
-17
lines changed

7 files changed

+20
-17
lines changed

.changeset/few-heads-pump.md

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

.changeset/fresh-ghosts-flash.md

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

.changeset/open-coins-occur.md

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

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.117.1
4+
5+
### Patch Changes
6+
7+
- a9192a5: Bump API version for resizable columns.
8+
39
## 0.117.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.117.0",
7+
"version": "0.117.1",
88
"sideEffects": false,
99
"files": [
1010
"README.md",

packages/cli/CHANGELOG.md

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

3+
## 0.24.0
4+
5+
### Minor Changes
6+
7+
- e730d23: Add support for developing an integration over multiple environments using `envs` in the manifest file and the `--env` CLI arguments for all commands.
8+
- 507b491: Add support for referencing secrets from 1Password using ${{ op://... }}.
9+
10+
### Patch Changes
11+
12+
- Updated dependencies [a9192a5]
13+
- @gitbook/api@0.117.1
14+
315
## 0.23.0
416

517
### 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.23.0",
4+
"version": "0.24.0",
55
"dependencies": {
66
"@gitbook/api": "*",
77
"check-node-version": "^4.2.1",

0 commit comments

Comments
 (0)