Mirror: The spec-compliant minimum of client-side GraphQL.

Add initial changesets config

Changed files
+15
.changeset
+8
.changeset/README.md
···
+
# Changesets
+
+
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
+
with multi-package repos, or single-package repos to help you version and publish your code. You can
+
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
+
+
We have a quick list of common questions to get you started engaging with this project in
+
[our documentation](https://github.com/changesets/changesets/blob/master/docs/common-questions.md)
+7
.changeset/config.json
···
+
{
+
"$schema": "https://unpkg.com/@changesets/config@0.3.0/schema.json",
+
"changelog": "../scripts/changelog.js",
+
"commit": false,
+
"access": "public",
+
"baseBranch": "main"
+
}