Skip to content

Commit d9b5a89

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

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/healthy-paws-flash.md

-6
This file was deleted.

packages/gitbook/CHANGELOG.md

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

3+
## 0.7.2
4+
5+
### Patch Changes
6+
7+
- f127d28: Rename OpenAPIModels to OpenAPISchemas
8+
- Updated dependencies [f127d28]
9+
- @gitbook/react-openapi@1.1.2
10+
311
## 0.7.1
412

513
### 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.7.1",
3+
"version": "0.7.2",
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.2
4+
5+
### Patch Changes
6+
7+
- f127d28: Rename OpenAPIModels to OpenAPISchemas
8+
39
## 1.1.1
410

511
### Patch 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.1",
11+
"version": "1.1.2",
1212
"sideEffects": false,
1313
"dependencies": {
1414
"@gitbook/openapi-parser": "workspace:*",

0 commit comments

Comments
 (0)