Skip to content

Commit

Permalink
Fix access scope for publishing with changesets
Browse files Browse the repository at this point in the history
On the last release we received the error `Can't restrict access to
unscoped packages.` After some research this may be caused by changesets
because it is configured to publish with restricted access by default,
wich was not changed correctly.
  • Loading branch information
micha149 committed Mar 6, 2023
1 parent 33754a3 commit a25e7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": []
Expand Down

0 comments on commit a25e7a5

Please sign in to comment.