From 30aead5bdc274ea8fd508c8946cd987672428b2a Mon Sep 17 00:00:00 2001 From: RSamaium Date: Fri, 20 Dec 2024 22:02:17 +0100 Subject: [PATCH] add changeste --- .changeset/config.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .changeset/config.json diff --git a/.changeset/config.json b/.changeset/config.json new file mode 100644 index 0000000..779678e --- /dev/null +++ b/.changeset/config.json @@ -0,0 +1,11 @@ +{ + "$schema": "https://unpkg.com/@changesets/config@3.0.1/schema.json", + "changelog": "@changesets/cli/changelog", + "commit": false, + "fixed": [], + "linked": [], + "access": "restricted", + "baseBranch": "v2", + "updateInternalDependencies": "patch", + "ignore": [] + } \ No newline at end of file