From db3d803ffecc7d8b5c1625980540a875b58bcd11 Mon Sep 17 00:00:00 2001 From: Taran Vohra Date: Wed, 20 Nov 2024 23:46:19 +0530 Subject: [PATCH] Version Packages (#626) Co-authored-by: github-actions[bot] --- .changeset/lazy-singers-work.md | 5 ----- .changeset/purple-foxes-arrive.md | 5 ----- integrations/github/CHANGELOG.md | 6 ++++++ integrations/github/package.json | 2 +- integrations/gitlab/CHANGELOG.md | 6 ++++++ integrations/gitlab/package.json | 2 +- 6 files changed, 14 insertions(+), 12 deletions(-) delete mode 100644 .changeset/lazy-singers-work.md delete mode 100644 .changeset/purple-foxes-arrive.md diff --git a/.changeset/lazy-singers-work.md b/.changeset/lazy-singers-work.md deleted file mode 100644 index e0dc429d6..000000000 --- a/.changeset/lazy-singers-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@gitbook/integration-github': minor ---- - -Use ExposableError for public errors in GitHub integration diff --git a/.changeset/purple-foxes-arrive.md b/.changeset/purple-foxes-arrive.md deleted file mode 100644 index a771c94ff..000000000 --- a/.changeset/purple-foxes-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@gitbook/integration-gitlab': minor ---- - -Use ExposableError for public errors in GitLab integration diff --git a/integrations/github/CHANGELOG.md b/integrations/github/CHANGELOG.md index 5c4fa09b5..de1de70e6 100644 --- a/integrations/github/CHANGELOG.md +++ b/integrations/github/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/integration-github +## 0.6.0 + +### Minor Changes + +- d6ec68a: Use ExposableError for public errors in GitHub integration + ## 0.5.0 ### Minor Changes diff --git a/integrations/github/package.json b/integrations/github/package.json index 610fda08d..736aec300 100644 --- a/integrations/github/package.json +++ b/integrations/github/package.json @@ -1,6 +1,6 @@ { "name": "@gitbook/integration-github", - "version": "0.5.0", + "version": "0.6.0", "private": true, "scripts": { "typecheck": "tsc --noEmit", diff --git a/integrations/gitlab/CHANGELOG.md b/integrations/gitlab/CHANGELOG.md index 854560869..5dd580468 100644 --- a/integrations/gitlab/CHANGELOG.md +++ b/integrations/gitlab/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/integration-gitlab +## 0.5.0 + +### Minor Changes + +- 9bce519: Use ExposableError for public errors in GitLab integration + ## 0.4.0 ### Minor Changes diff --git a/integrations/gitlab/package.json b/integrations/gitlab/package.json index 1fd987c40..4e6e6920a 100644 --- a/integrations/gitlab/package.json +++ b/integrations/gitlab/package.json @@ -1,6 +1,6 @@ { "name": "@gitbook/integration-gitlab", - "version": "0.4.0", + "version": "0.5.0", "private": true, "scripts": { "typecheck": "tsc --noEmit",