From 0050871f108df4148ef41bd583f32181f836e3d7 Mon Sep 17 00:00:00 2001 From: Kyle Tse Date: Sat, 27 Jun 2026 23:01:49 +0100 Subject: [PATCH] ci: add Changesets config (baseBranch main) --- .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 00000000..7e3bff19 --- /dev/null +++ b/.changeset/config.json @@ -0,0 +1,11 @@ +{ + "$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json", + "changelog": "@changesets/cli/changelog", + "commit": false, + "fixed": [], + "linked": [], + "access": "public", + "baseBranch": "main", + "updateInternalDependencies": "patch", + "ignore": [] +}