Skip to content

Commit

Permalink
fix changeset access
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-iachini committed Mar 22, 2024
1 parent abcafc3 commit c6fe5f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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": "main",
"updateInternalDependencies": "patch",
"ignore": []
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"scripts": {
"test": "jest",
"build": "tsc",
"release": "changeset publish --access public --tag release-v1",
"version": "changeset version && yarn --no-immutable"
"release": "changeset publish",
"version": "changeset version"
},
"peerDependencies": {
"prettier": "^3.1.1"
Expand Down

0 comments on commit c6fe5f2

Please sign in to comment.