Skip to content

Commit 6c0aa83

Browse files
authored
Set package privacy to public in changesets config (#7)
1 parent fa64552 commit 6c0aa83

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/chilly-mugs-jam.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"pls-changeset-me": patch
3+
---
4+
5+
Set package privacy to public in changesets config

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"changelog": "@changesets/cli/changelog",
44
"commit": false,
55
"linked": [],
6-
"access": "restricted",
6+
"access": "public",
77
"baseBranch": "main",
88
"updateInternalDependencies": "patch",
99
"ignore": []

0 commit comments

Comments
 (0)