diff --git a/.changeset/blue-otters-push.md b/.changeset/blue-otters-push.md deleted file mode 100644 index ed9b6fd75..000000000 --- a/.changeset/blue-otters-push.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -'@gitbook/integration-crisp': minor -'@gitbook/integration-fathom': minor -'@gitbook/integration-googleanalytics': minor -'@gitbook/integration-heap': minor -'@gitbook/integration-helpscout': minor -'@gitbook/integration-hotjar': minor -'@gitbook/integration-intercom': minor -'@gitbook/integration-koala': minor -'@gitbook/integration-mixpanel': minor -'@gitbook/integration-plausible': minor -'@gitbook/integration-posthog': minor -'@gitbook/integration-runllm-widget': minor ---- - -Bump version of integrations with inject script scope to work with latest API changes diff --git a/integrations/crisp/CHANGELOG.md b/integrations/crisp/CHANGELOG.md index 5fc929261..f66fee4b7 100644 --- a/integrations/crisp/CHANGELOG.md +++ b/integrations/crisp/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/integration-crisp +## 0.3.0 + +### Minor Changes + +- bce5dce: Bump version of integrations with inject script scope to work with latest API changes + ## 0.2.1 ### Patch Changes diff --git a/integrations/crisp/package.json b/integrations/crisp/package.json index f6dbd0f69..4e101e341 100644 --- a/integrations/crisp/package.json +++ b/integrations/crisp/package.json @@ -1,6 +1,6 @@ { "name": "@gitbook/integration-crisp", - "version": "0.2.1", + "version": "0.3.0", "private": true, "dependencies": { "@gitbook/api": "*", diff --git a/integrations/fathom/CHANGELOG.md b/integrations/fathom/CHANGELOG.md index 4cc6246f9..5314657e2 100644 --- a/integrations/fathom/CHANGELOG.md +++ b/integrations/fathom/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/integration-fathom +## 0.4.0 + +### Minor Changes + +- bce5dce: Bump version of integrations with inject script scope to work with latest API changes + ## 0.3.1 ### Patch Changes diff --git a/integrations/fathom/package.json b/integrations/fathom/package.json index 33d1ebfd1..318654ffd 100644 --- a/integrations/fathom/package.json +++ b/integrations/fathom/package.json @@ -1,6 +1,6 @@ { "name": "@gitbook/integration-fathom", - "version": "0.3.1", + "version": "0.4.0", "private": true, "dependencies": { "@gitbook/api": "*", diff --git a/integrations/googleanalytics/CHANGELOG.md b/integrations/googleanalytics/CHANGELOG.md index 8497ce567..b37277b5e 100644 --- a/integrations/googleanalytics/CHANGELOG.md +++ b/integrations/googleanalytics/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/integration-googleanalytics +## 0.5.0 + +### Minor Changes + +- bce5dce: Bump version of integrations with inject script scope to work with latest API changes + ## 0.4.0 ### Minor Changes diff --git a/integrations/googleanalytics/package.json b/integrations/googleanalytics/package.json index 9b481c4cb..0fe01a8e9 100644 --- a/integrations/googleanalytics/package.json +++ b/integrations/googleanalytics/package.json @@ -1,6 +1,6 @@ { "name": "@gitbook/integration-googleanalytics", - "version": "0.4.0", + "version": "0.5.0", "private": true, "dependencies": { "@gitbook/api": "*", diff --git a/integrations/heap/CHANGELOG.md b/integrations/heap/CHANGELOG.md index 718ea17ee..35c294b08 100644 --- a/integrations/heap/CHANGELOG.md +++ b/integrations/heap/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/integration-heap +## 0.4.0 + +### Minor Changes + +- bce5dce: Bump version of integrations with inject script scope to work with latest API changes + ## 0.3.1 ### Patch Changes diff --git a/integrations/heap/package.json b/integrations/heap/package.json index 213ce3d43..b230c053e 100644 --- a/integrations/heap/package.json +++ b/integrations/heap/package.json @@ -1,6 +1,6 @@ { "name": "@gitbook/integration-heap", - "version": "0.3.1", + "version": "0.4.0", "private": true, "dependencies": { "@gitbook/api": "*", diff --git a/integrations/helpscout/CHANGELOG.md b/integrations/helpscout/CHANGELOG.md index 12410d019..fa343af55 100644 --- a/integrations/helpscout/CHANGELOG.md +++ b/integrations/helpscout/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/integration-helpscout +## 1.3.0 + +### Minor Changes + +- bce5dce: Bump version of integrations with inject script scope to work with latest API changes + ## 1.2.1 ### Patch Changes diff --git a/integrations/helpscout/package.json b/integrations/helpscout/package.json index 70601412a..35a268444 100644 --- a/integrations/helpscout/package.json +++ b/integrations/helpscout/package.json @@ -1,7 +1,7 @@ { "name": "@gitbook/integration-helpscout", "private": true, - "version": "1.2.1", + "version": "1.3.0", "scripts": { "typecheck": "tsc --noEmit", "publish": "gitbook publish ." diff --git a/integrations/hotjar/CHANGELOG.md b/integrations/hotjar/CHANGELOG.md index bf482e93a..8ae920e88 100644 --- a/integrations/hotjar/CHANGELOG.md +++ b/integrations/hotjar/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/integration-hotjar +## 0.4.0 + +### Minor Changes + +- bce5dce: Bump version of integrations with inject script scope to work with latest API changes + ## 0.3.1 ### Patch Changes diff --git a/integrations/hotjar/package.json b/integrations/hotjar/package.json index a78ff8ba2..192ba92e2 100644 --- a/integrations/hotjar/package.json +++ b/integrations/hotjar/package.json @@ -1,6 +1,6 @@ { "name": "@gitbook/integration-hotjar", - "version": "0.3.1", + "version": "0.4.0", "private": true, "dependencies": { "@gitbook/api": "*", diff --git a/integrations/intercom/CHANGELOG.md b/integrations/intercom/CHANGELOG.md index ef469c998..fa319e0f9 100644 --- a/integrations/intercom/CHANGELOG.md +++ b/integrations/intercom/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/integration-intercom +## 0.4.0 + +### Minor Changes + +- bce5dce: Bump version of integrations with inject script scope to work with latest API changes + ## 0.3.0 ### Minor Changes diff --git a/integrations/intercom/package.json b/integrations/intercom/package.json index 2a2ddbb2e..4cf036274 100644 --- a/integrations/intercom/package.json +++ b/integrations/intercom/package.json @@ -1,6 +1,6 @@ { "name": "@gitbook/integration-intercom", - "version": "0.3.0", + "version": "0.4.0", "private": true, "dependencies": { "@gitbook/api": "*", diff --git a/integrations/koala/CHANGELOG.md b/integrations/koala/CHANGELOG.md index 836b151ab..f0ec4144f 100644 --- a/integrations/koala/CHANGELOG.md +++ b/integrations/koala/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/integration-koala +## 1.3.0 + +### Minor Changes + +- bce5dce: Bump version of integrations with inject script scope to work with latest API changes + ## 1.2.1 ### Patch Changes diff --git a/integrations/koala/package.json b/integrations/koala/package.json index 792800c07..a704c30fb 100644 --- a/integrations/koala/package.json +++ b/integrations/koala/package.json @@ -1,6 +1,6 @@ { "name": "@gitbook/integration-koala", - "version": "1.2.1", + "version": "1.3.0", "private": true, "scripts": { "typecheck": "tsc --noEmit", diff --git a/integrations/mixpanel/CHANGELOG.md b/integrations/mixpanel/CHANGELOG.md index 50af8cd4a..9c27a0863 100644 --- a/integrations/mixpanel/CHANGELOG.md +++ b/integrations/mixpanel/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/integration-mixpanel +## 0.3.0 + +### Minor Changes + +- bce5dce: Bump version of integrations with inject script scope to work with latest API changes + ## 0.2.1 ### Patch Changes diff --git a/integrations/mixpanel/package.json b/integrations/mixpanel/package.json index f7e647e27..4cd263051 100644 --- a/integrations/mixpanel/package.json +++ b/integrations/mixpanel/package.json @@ -1,6 +1,6 @@ { "name": "@gitbook/integration-mixpanel", - "version": "0.2.1", + "version": "0.3.0", "private": true, "dependencies": { "@gitbook/api": "*", diff --git a/integrations/plausible/CHANGELOG.md b/integrations/plausible/CHANGELOG.md index 848736cf3..d8822f52d 100644 --- a/integrations/plausible/CHANGELOG.md +++ b/integrations/plausible/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/integration-plausible +## 0.4.0 + +### Minor Changes + +- bce5dce: Bump version of integrations with inject script scope to work with latest API changes + ## 0.3.1 ### Patch Changes diff --git a/integrations/plausible/package.json b/integrations/plausible/package.json index 3160eef4f..b90991910 100644 --- a/integrations/plausible/package.json +++ b/integrations/plausible/package.json @@ -1,6 +1,6 @@ { "name": "@gitbook/integration-plausible", - "version": "0.3.1", + "version": "0.4.0", "private": true, "dependencies": { "@gitbook/api": "*", diff --git a/integrations/posthog/CHANGELOG.md b/integrations/posthog/CHANGELOG.md index 5185782f8..c1ebe984c 100644 --- a/integrations/posthog/CHANGELOG.md +++ b/integrations/posthog/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/integration-posthog +## 0.3.0 + +### Minor Changes + +- bce5dce: Bump version of integrations with inject script scope to work with latest API changes + ## 0.2.1 ### Patch Changes diff --git a/integrations/posthog/package.json b/integrations/posthog/package.json index 58465ce5c..76b5cbdc0 100644 --- a/integrations/posthog/package.json +++ b/integrations/posthog/package.json @@ -1,6 +1,6 @@ { "name": "@gitbook/integration-posthog", - "version": "0.2.1", + "version": "0.3.0", "private": true, "dependencies": { "@gitbook/api": "*", diff --git a/integrations/runllm-widget/CHANGELOG.md b/integrations/runllm-widget/CHANGELOG.md index a9e2c8203..44711bafc 100644 --- a/integrations/runllm-widget/CHANGELOG.md +++ b/integrations/runllm-widget/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/integration-runllm-widget +## 0.2.0 + +### Minor Changes + +- bce5dce: Bump version of integrations with inject script scope to work with latest API changes + ## 0.1.2 ### Patch Changes diff --git a/integrations/runllm-widget/package.json b/integrations/runllm-widget/package.json index 4ef6ff5dc..1c592cba0 100644 --- a/integrations/runllm-widget/package.json +++ b/integrations/runllm-widget/package.json @@ -1,7 +1,7 @@ { "name": "@gitbook/integration-runllm-widget", "private": true, - "version": "0.1.2", + "version": "0.2.0", "scripts": { "typecheck": "tsc --noEmit", "publish": "gitbook publish ."