Skip to content

Commit ed4d97a

Browse files
Version Packages (#160)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 882996d commit ed4d97a

File tree

6 files changed

+20
-12
lines changed

6 files changed

+20
-12
lines changed

.changeset/great-spoons-deny.md

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

.changeset/twenty-onions-float.md

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

integrations/toucantoco/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @gitbook/integration-toucantoco
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 419b9d6: Toucan Toco embedded analytics integration
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [882996d]
12+
- @gitbook/runtime@0.3.0

integrations/toucantoco/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-toucantoco",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"private": true,
55
"dependencies": {
66
"@gitbook/api": "*",

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.3.0
4+
5+
### Minor Changes
6+
7+
- 882996d: Accept application/json by default for OAuth token response
8+
39
## 0.2.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.2.0",
4+
"version": "0.3.0",
55
"sideEffects": false,
66
"main": "src/index.ts",
77
"dependencies": {

0 commit comments

Comments
 (0)