Skip to content

Commit a0a0245

Browse files
committed
chore: publish packages as public
1 parent e29a877 commit a0a0245

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"commit": false,
55
"fixed": [],
66
"linked": [],
7-
"access": "restricted",
7+
"access": "public",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
1010
"ignore": ["next-with-approuter", "next-with-pages", "plasmo-browserext", "remix-example"]

packages/react/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
"build": "tsup",
2828
"prepublishOnly": "npm run build"
2929
},
30+
"publishConfig": {
31+
"access": "public"
32+
},
3033
"files": [
3134
"README.md",
3235
"LICENSE",

0 commit comments

Comments
 (0)