From 9a61f721fe9ea650b569e926fa5337123869e2d7 Mon Sep 17 00:00:00 2001 From: Taran Vohra Date: Tue, 10 Dec 2024 20:40:05 +0530 Subject: [PATCH] Version Packages (#656) Co-authored-by: github-actions[bot] --- .changeset/tiny-boats-run.md | 6 ------ integrations/pendo/CHANGELOG.md | 6 ++++++ integrations/pendo/package.json | 2 +- integrations/zoominfo/CHANGELOG.md | 6 ++++++ integrations/zoominfo/package.json | 2 +- 5 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 .changeset/tiny-boats-run.md diff --git a/.changeset/tiny-boats-run.md b/.changeset/tiny-boats-run.md deleted file mode 100644 index 513992da4..000000000 --- a/.changeset/tiny-boats-run.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@gitbook/integration-zoominfo': patch -'@gitbook/integration-pendo': patch ---- - -Making ZoomInfo and Pendo public diff --git a/integrations/pendo/CHANGELOG.md b/integrations/pendo/CHANGELOG.md index af727a5a1..8cbb5c1fa 100644 --- a/integrations/pendo/CHANGELOG.md +++ b/integrations/pendo/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/integration-pendo +## 0.0.3 + +### Patch Changes + +- 1ed3430: Making ZoomInfo and Pendo public + ## 0.0.2 ### Patch Changes diff --git a/integrations/pendo/package.json b/integrations/pendo/package.json index e317c55af..6dadf424e 100644 --- a/integrations/pendo/package.json +++ b/integrations/pendo/package.json @@ -1,6 +1,6 @@ { "name": "@gitbook/integration-pendo", - "version": "0.0.2", + "version": "0.0.3", "private": true, "dependencies": { "@gitbook/api": "*", diff --git a/integrations/zoominfo/CHANGELOG.md b/integrations/zoominfo/CHANGELOG.md index a8937227a..e1a1f7c5d 100644 --- a/integrations/zoominfo/CHANGELOG.md +++ b/integrations/zoominfo/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/integration-zoominfo +## 0.0.3 + +### Patch Changes + +- 1ed3430: Making ZoomInfo and Pendo public + ## 0.0.2 ### Patch Changes diff --git a/integrations/zoominfo/package.json b/integrations/zoominfo/package.json index 7dcfb2431..6beda1bfd 100644 --- a/integrations/zoominfo/package.json +++ b/integrations/zoominfo/package.json @@ -1,6 +1,6 @@ { "name": "@gitbook/integration-zoominfo", - "version": "0.0.2", + "version": "0.0.3", "private": true, "dependencies": { "@gitbook/api": "*",