Explorar el Código

add changesets config file

Yuki Takei hace 1 año
padre
commit
9a90cedf01
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. 11 0
      .changeset/config.json

+ 11 - 0
.changeset/config.json

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