diff --git a/.changeset/config.json b/.changeset/config.json index e793e6f..bb6009e 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -4,7 +4,7 @@ "commit": false, "fixed": [], "linked": [], - "access": "restricted", + "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", "ignore": ["next-with-approuter", "next-with-pages", "plasmo-browserext", "remix-example"] diff --git a/packages/react/package.json b/packages/react/package.json index c51f309..8a18ac3 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -27,6 +27,9 @@ "build": "tsup", "prepublishOnly": "npm run build" }, + "publishConfig": { + "access": "public" + }, "files": [ "README.md", "LICENSE",