From 44e5a55736c4ff99d404441936b055483ed9c42d Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sat, 14 Feb 2026 12:39:43 -0500 Subject: fork: initial commit, derived from water.css (d950cbc) --- .changeset/config.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .changeset/config.json (limited to '.changeset/config.json') diff --git a/.changeset/config.json b/.changeset/config.json new file mode 100644 index 0000000..b9a2a44 --- /dev/null +++ b/.changeset/config.json @@ -0,0 +1,9 @@ +{ + "$schema": "https://unpkg.com/@changesets/config@1.1.0/schema.json", + "changelog": "@changesets/cli/changelog", + "commit": false, + "linked": [], + "access": "restricted", + "baseBranch": "master", + "updateInternalDependencies": "patch" +} \ No newline at end of file -- cgit v1.2.3