Skip to content

Commit 850b31f

Browse files
Version Packages (#786)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0ad4713 commit 850b31f

File tree

6 files changed

+16
-12
lines changed

6 files changed

+16
-12
lines changed

.changeset/good-penguins-clap.md

-5
This file was deleted.

.changeset/gorgeous-comics-smash.md

-5
This file was deleted.

packages/api/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gitbook/api
22

3+
## 0.109.0
4+
5+
### Minor Changes
6+
7+
- 0ad4713: Bump API
8+
39
## 0.108.0
410

511
### Minor Changes

packages/api/package.json

+1-1
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.108.0",
7+
"version": "0.109.0",
88
"sideEffects": false,
99
"files": [
1010
"README.md",

packages/cli/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @gitbook/cli
22

3+
## 0.21.2
4+
5+
### Patch Changes
6+
7+
- ee7f211: Allow to publish an OpenAPI spec from URL
8+
- Updated dependencies [0ad4713]
9+
- @gitbook/api@0.109.0
10+
311
## 0.21.1
412

513
### Patch Changes

packages/cli/package.json

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

0 commit comments

Comments
 (0)