Skip to content

Commit 45f5782

Browse files
Version Packages (#917)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5b37e83 commit 45f5782

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/green-crews-exist.md

Lines changed: 0 additions & 5 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.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5b37e83]
8+
- @gitbook/runtime@0.21.0
9+
310
## 0.2.9
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.9",
3+
"version": "0.2.10",
44
"private": true,
55
"dependencies": {
66
"@gitbook/runtime": "workspace:*"

packages/runtime/CHANGELOG.md

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

3+
## 0.21.0
4+
5+
### Minor Changes
6+
7+
- 5b37e83: New way to export fetch functions as esm
8+
39
## 0.20.0
410

511
### Minor Changes

packages/runtime/package.json

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

0 commit comments

Comments
 (0)