Skip to content

Commit d5041cc

Browse files
Version Packages (#621)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c3a7bb5 commit d5041cc

File tree

6 files changed

+19
-12
lines changed

6 files changed

+19
-12
lines changed

.changeset/moody-toes-study.md

-5
This file was deleted.

.changeset/real-toes-learn.md

-5
This file was deleted.

integrations/arcade/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @gitbook/integration-arcade
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- e1b0f6d: Make Arcade integration's embeds fetch errors public when they are
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [c3a7bb5]
12+
- @gitbook/api@0.77.0
13+
314
## 0.1.0
415

516
### Minor Changes

integrations/arcade/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitbook/integration-arcade",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"dependencies": {
66
"@gitbook/api": "*",

packages/api/CHANGELOG.md

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

3+
## 0.77.0
4+
5+
### Minor Changes
6+
7+
- c3a7bb5: Bump @gitbook/api to use the latest OpenAPI spec
8+
39
## 0.76.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.76.0",
7+
"version": "0.77.0",
88
"sideEffects": false,
99
"files": [
1010
"README.md",

0 commit comments

Comments
 (0)