diff --git a/.changeset/config.json b/.changeset/config.json index 00ef28d..7b78be9 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,5 +7,9 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", + "snapshot": { + "useCalculatedVersion": true, + "prereleaseTemplate": "{tag}.{datetime}" + }, "ignore": [] } diff --git a/.npmrc b/.npmrc deleted file mode 100644 index 32b7ad3..0000000 --- a/.npmrc +++ /dev/null @@ -1,2 +0,0 @@ -link-workspace-packages=true -shared-workspace-lockfile=true