From 8e16742e5f24365c62b855f9efadafc83dd99a10 Mon Sep 17 00:00:00 2001 From: Markus Ecker Date: Mon, 13 May 2024 09:09:26 +0200 Subject: [PATCH] switch to fixed versioning (#333) --- CopilotKit/.changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CopilotKit/.changeset/config.json b/CopilotKit/.changeset/config.json index ab848d1a1..f69d20570 100644 --- a/CopilotKit/.changeset/config.json +++ b/CopilotKit/.changeset/config.json @@ -2,7 +2,7 @@ "$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json", "changelog": "@changesets/cli/changelog", "commit": false, - "fixed": [], + "fixed": [["@copilotkit/*"]], "linked": [], "access": "restricted", "baseBranch": "main",