From 60ca0c5565bd20fe83d6c18f6cb13887f11af7b6 Mon Sep 17 00:00:00 2001 From: Taran Vohra Date: Tue, 30 Apr 2024 19:40:26 +0530 Subject: [PATCH] Version Packages (#466) Co-authored-by: github-actions[bot] --- .changeset/serious-kings-heal.md | 5 ----- integrations/slack/CHANGELOG.md | 6 ++++++ integrations/slack/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/serious-kings-heal.md diff --git a/.changeset/serious-kings-heal.md b/.changeset/serious-kings-heal.md deleted file mode 100644 index 967dc3df3..000000000 --- a/.changeset/serious-kings-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@gitbook/integration-slack': patch ---- - -Updates the copy for the Slack Integration diff --git a/integrations/slack/CHANGELOG.md b/integrations/slack/CHANGELOG.md index ac67c3644..d32a493e1 100644 --- a/integrations/slack/CHANGELOG.md +++ b/integrations/slack/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/integration-slack +## 1.2.2 + +### Patch Changes + +- 15511c8: Updates the copy for the Slack Integration + ## 1.2.1 ### Patch Changes diff --git a/integrations/slack/package.json b/integrations/slack/package.json index b1ae55adc..8a36e7691 100644 --- a/integrations/slack/package.json +++ b/integrations/slack/package.json @@ -1,6 +1,6 @@ { "name": "@gitbook/integration-slack", - "version": "1.2.1", + "version": "1.2.2", "private": true, "dependencies": { "@gitbook/runtime": "*",