We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa64552 commit 6c0aa83Copy full SHA for 6c0aa83
2 files changed
.changeset/chilly-mugs-jam.md
@@ -0,0 +1,5 @@
1
+---
2
+"pls-changeset-me": patch
3
4
+
5
+Set package privacy to public in changesets config
.changeset/config.json
@@ -3,7 +3,7 @@
"changelog": "@changesets/cli/changelog",
"commit": false,
"linked": [],
6
- "access": "restricted",
+ "access": "public",
7
"baseBranch": "main",
8
"updateInternalDependencies": "patch",
9
"ignore": []
0 commit comments