Skip to content

Commit 6696853

Browse files
Version Packages (#452)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 65c7dc7 commit 6696853

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/young-dogs-run.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.44.0
4+
5+
### Minor Changes
6+
7+
- 65c7dc7: Bumping API and CLI package to use latest specs
8+
39
## 0.43.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.43.0",
7+
"version": "0.44.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.15.2
4+
5+
### Patch Changes
6+
7+
- 65c7dc7: Bumping API and CLI package to use latest specs
8+
- Updated dependencies [65c7dc7]
9+
- @gitbook/api@0.44.0
10+
311
## 0.15.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.15.1",
4+
"version": "0.15.2",
55
"dependencies": {
66
"@gitbook/api": "*",
77
"@openapi-contrib/openapi-schema-to-json-schema": "^3.1.2",

0 commit comments

Comments
 (0)