Skip to content

Commit 53ff2c9

Browse files
Version Packages (#729)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c24bcd1 commit 53ff2c9

File tree

13 files changed

+47
-22
lines changed

13 files changed

+47
-22
lines changed

.changeset/brave-years-compete.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/clean-pears-clap.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/tall-dodos-trade.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

integrations/formspree/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @gitbook/integration-formspree
22

3+
## 0.2.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [99ac594]
8+
- @gitbook/runtime@0.19.1
9+
310
## 0.2.5
411

512
### Patch Changes

integrations/formspree/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitbook/integration-formspree",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"private": true,
55
"dependencies": {
66
"@gitbook/runtime": "workspace:*"

integrations/openapi/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @gitbook/integration-openapi
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- 99ac594: Update OpenAPI spec parsing and take order of tags in consideration
8+
- e0b1bea: Add support for openapi-operation block
9+
- Updated dependencies [c24bcd1]
10+
- Updated dependencies [99ac594]
11+
- Updated dependencies [e0b1bea]
12+
- @gitbook/api@0.96.1
13+
- @gitbook/runtime@0.19.1
14+
- @gitbook/document@0.1.1
15+
316
## 0.0.1
417

518
### Patch Changes

integrations/openapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitbook/integration-openapi",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"private": true,
55
"scripts": {
66
"typecheck": "tsc --noEmit",

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.96.1
4+
5+
### Patch Changes
6+
7+
- c24bcd1: Add support for OpenAPI operation block
8+
39
## 0.96.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.96.0",
7+
"version": "0.96.1",
88
"sideEffects": false,
99
"files": [
1010
"README.md",

packages/document/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @gitbook/document
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- e0b1bea: Add support for openapi-operation block
8+
- Updated dependencies [c24bcd1]
9+
- @gitbook/api@0.96.1
10+
311
## 0.1.0
412

513
### Minor Changes

0 commit comments

Comments
 (0)