Skip to content

Commit 65c1bdc

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

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/kind-baboons-sort.md

-5
This file was deleted.

packages/gitbook/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# gitbook
22

3+
## 0.7.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f574858]
8+
- @gitbook/react-openapi@1.1.1
9+
310
## 0.7.0
411

512
### Minor 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.7.0",
3+
"version": "0.7.1",
44
"private": true,
55
"scripts": {
66
"dev": "env-cmd --silent -f ../../.env.local next dev",

packages/react-openapi/CHANGELOG.md

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

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- f574858: Fix OpenAPI example display error
8+
39
## 1.1.0
410

511
### Minor Changes

packages/react-openapi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"default": "./dist/index.js"
99
}
1010
},
11-
"version": "1.1.0",
11+
"version": "1.1.1",
1212
"sideEffects": false,
1313
"dependencies": {
1414
"@gitbook/openapi-parser": "workspace:*",

0 commit comments

Comments
 (0)