Skip to content

Commit 76fa2cb

Browse files
Version Packages (#1286)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e59c991 commit 76fa2cb

5 files changed

Lines changed: 16 additions & 8 deletions

File tree

.changeset/bump-api-0-198.md

Lines changed: 0 additions & 6 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.198.0
4+
5+
### Minor Changes
6+
7+
- e59c991: Bump API to 0.198.0 and regenerate CLI commands
8+
39
## 0.197.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.197.0",
7+
"version": "0.198.0",
88
"sideEffects": false,
99
"files": [
1010
"README.md",

packages/cli/CHANGELOG.md

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

3+
## 0.32.2
4+
5+
### Patch Changes
6+
7+
- e59c991: Bump API to 0.198.0 and regenerate CLI commands
8+
- Updated dependencies [e59c991]
9+
- @gitbook/api@0.198.0
10+
311
## 0.32.1
412

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

0 commit comments

Comments
 (0)