Skip to content

Commit f0e9e6a

Browse files
Version Packages (#752)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3dbaac5 commit f0e9e6a

File tree

9 files changed

+26
-19
lines changed

9 files changed

+26
-19
lines changed

.changeset/fast-maps-exist.md

-6
This file was deleted.

.changeset/tidy-cows-tickle.md

-5
This file was deleted.

.changeset/wicked-adults-love.md

-5
This file was deleted.

integrations/formspree/CHANGELOG.md

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

3+
## 0.2.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [89b1298]
8+
- @gitbook/runtime@0.19.2
9+
310
## 0.2.7
411

512
### Patch Changes

integrations/formspree/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitbook/integration-formspree",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"private": true,
55
"dependencies": {
66
"@gitbook/runtime": "workspace:*"

integrations/openapi/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @gitbook/integration-openapi
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- 89b1298: Allow to inject props in OpenAPI configuration
8+
- 5bb843c: Add ids to pages
9+
- 89b1298: Use sha1 for page ids
10+
- Updated dependencies [89b1298]
11+
- @gitbook/runtime@0.19.2
12+
313
## 0.1.0
414

515
### Minor Changes

integrations/openapi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitbook/integration-openapi",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": true,
55
"scripts": {
66
"typecheck": "tsc --noEmit",

packages/runtime/CHANGELOG.md

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

3+
## 0.19.2
4+
5+
### Patch Changes
6+
7+
- 89b1298: Allow to inject props in OpenAPI configuration
8+
39
## 0.19.1
410

511
### Patch Changes

packages/runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gitbook/runtime",
33
"type": "module",
4-
"version": "0.19.1",
4+
"version": "0.19.2",
55
"sideEffects": false,
66
"main": "src/index.ts",
77
"dependencies": {

0 commit comments

Comments
 (0)