Automate NPM package releases (#1119)

This commit is contained in:
Justin Halsall
2023-02-11 10:19:52 +01:00
committed by GitHub
parent 174b9ac066
commit 5a1e5e919e
43 changed files with 1300 additions and 392 deletions

11
.changeset/config.json Normal file
View File

@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": []
}