Skip to content

Commit 32a73b5

Browse files
Version Packages (#2403)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0426312 commit 32a73b5

9 files changed

+27
-27
lines changed

.changeset/healthy-cars-begin.md

-5
This file was deleted.

.changeset/hip-moons-collect.md

-5
This file was deleted.

.changeset/lemon-walls-eat.md

-5
This file was deleted.

.changeset/lucky-feet-lick.md

-5
This file was deleted.

.changeset/serious-tomatoes-explain.md

-5
This file was deleted.

packages/gitbook/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# gitbook
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 24b785c: Update shiki for code block syntax highlighting, with support for more languages and fixes for diffs. It also patches the deployment on Cloudflare to support edge functions larger than 4MB.
8+
9+
### Patch Changes
10+
11+
- acc3f2f: Fix error with the "Try it" of OpenAPI block because of the Scalar proxy failing on Cloudflare with the `cache` option
12+
- Updated dependencies [709f1a1]
13+
- Updated dependencies [ede2335]
14+
- Updated dependencies [0426312]
15+
- @gitbook/react-openapi@0.6.0
16+
317
## 0.2.2
418

519
### Patch Changes

packages/gitbook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitbook",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/react-openapi/CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- 709f1a1: Update Scalar to the latest version, with faster performances and an improved experience
8+
9+
### Patch Changes
10+
11+
- ede2335: Fix x-codeSamples: false not working at the single operation level
12+
- 0426312: Fix tabs being empty for code samples when they are updated dynamically
13+
314
## 0.5.0
415

516
### Minor Changes

packages/react-openapi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"default": "./dist/index.js"
88
}
99
},
10-
"version": "0.5.0",
10+
"version": "0.6.0",
1111
"dependencies": {
1212
"@scalar/api-client-react": "1.0.5",
1313
"classnames": "^2.5.1",

0 commit comments

Comments
 (0)