From 7565a57b9a61660d74b1def1a1902e01b64407fc Mon Sep 17 00:00:00 2001 From: Taran Vohra Date: Thu, 17 Oct 2024 21:30:29 +0530 Subject: [PATCH] Version Packages (#596) Co-authored-by: github-actions[bot] --- .changeset/hungry-parents-repeat.md | 5 ----- integrations/runllm-widget/CHANGELOG.md | 6 ++++++ integrations/runllm-widget/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/hungry-parents-repeat.md diff --git a/.changeset/hungry-parents-repeat.md b/.changeset/hungry-parents-repeat.md deleted file mode 100644 index 95ada2506..000000000 --- a/.changeset/hungry-parents-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@gitbook/integration-runllm-widget': patch ---- - -Update integration target diff --git a/integrations/runllm-widget/CHANGELOG.md b/integrations/runllm-widget/CHANGELOG.md index 28ee1392a..a9e2c8203 100644 --- a/integrations/runllm-widget/CHANGELOG.md +++ b/integrations/runllm-widget/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/integration-runllm-widget +## 0.1.2 + +### Patch Changes + +- 2a9d743: Update integration target + ## 0.1.1 ### Patch Changes diff --git a/integrations/runllm-widget/package.json b/integrations/runllm-widget/package.json index 5923b8c2e..4ef6ff5dc 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.1", + "version": "0.1.2", "scripts": { "typecheck": "tsc --noEmit", "publish": "gitbook publish ."