From ed4d97abc1ba7300b06b2c1c3e190d68d1fa1a82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 13:45:54 +0530 Subject: [PATCH] Version Packages (#160) Co-authored-by: github-actions[bot] --- .changeset/great-spoons-deny.md | 5 ----- .changeset/twenty-onions-float.md | 5 ----- integrations/toucantoco/CHANGELOG.md | 12 ++++++++++++ integrations/toucantoco/package.json | 2 +- packages/runtime/CHANGELOG.md | 6 ++++++ packages/runtime/package.json | 2 +- 6 files changed, 20 insertions(+), 12 deletions(-) delete mode 100644 .changeset/great-spoons-deny.md delete mode 100644 .changeset/twenty-onions-float.md create mode 100644 integrations/toucantoco/CHANGELOG.md diff --git a/.changeset/great-spoons-deny.md b/.changeset/great-spoons-deny.md deleted file mode 100644 index a30a22107..000000000 --- a/.changeset/great-spoons-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@gitbook/runtime': minor ---- - -Accept application/json by default for OAuth token response diff --git a/.changeset/twenty-onions-float.md b/.changeset/twenty-onions-float.md deleted file mode 100644 index 60c70f358..000000000 --- a/.changeset/twenty-onions-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@gitbook/integration-toucantoco': major ---- - -Toucan Toco embedded analytics integration diff --git a/integrations/toucantoco/CHANGELOG.md b/integrations/toucantoco/CHANGELOG.md new file mode 100644 index 000000000..dca49e804 --- /dev/null +++ b/integrations/toucantoco/CHANGELOG.md @@ -0,0 +1,12 @@ +# @gitbook/integration-toucantoco + +## 1.0.0 + +### Major Changes + +- 419b9d6: Toucan Toco embedded analytics integration + +### Patch Changes + +- Updated dependencies [882996d] + - @gitbook/runtime@0.3.0 diff --git a/integrations/toucantoco/package.json b/integrations/toucantoco/package.json index cf3b8b294..cba3c121e 100644 --- a/integrations/toucantoco/package.json +++ b/integrations/toucantoco/package.json @@ -1,6 +1,6 @@ { "name": "@gitbook/integration-toucantoco", - "version": "0.0.1", + "version": "1.0.0", "private": true, "dependencies": { "@gitbook/api": "*", diff --git a/packages/runtime/CHANGELOG.md b/packages/runtime/CHANGELOG.md index 0ab6e2539..28ae56e39 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/runtime +## 0.3.0 + +### Minor Changes + +- 882996d: Accept application/json by default for OAuth token response + ## 0.2.0 ### Minor Changes diff --git a/packages/runtime/package.json b/packages/runtime/package.json index a6c447d0f..6c53566cf 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,7 +1,7 @@ { "name": "@gitbook/runtime", "type": "module", - "version": "0.2.0", + "version": "0.3.0", "sideEffects": false, "main": "src/index.ts", "dependencies": {