Skip to content

Commit

Permalink
make publish public
Browse files Browse the repository at this point in the history
GitOrigin-RevId: c3b723cb2c510fc65cd0901c23fb34a784f72925
  • Loading branch information
f authored and actions-user committed Sep 19, 2024
1 parent 4094482 commit 036281e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"//access": "Respects individual packages' private field",
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/packages.react-router-busy.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
run: bun install --frozen-lockfile
# Note we have to toggle Workflow permissions > Allow GitHub Actions to create and approve pull requests in https://github.com/bitofbreeze/mono/settings/actions
# Even with permissions above https://github.com/orgs/community/discussions/27689#discussioncomment-5707424
# Could avoid this with personal access token https://microsoft.github.io/beachball/concepts/ci-integration.html#authentication
- name: Create release pull request or publish to npm
id: changesets
uses: changesets/action@v1
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-busy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ return (

### NavLink

TODO Better not to have all that extra code for the `as` prop
TODO Better not to have all that extra code for the `as` prop.

0 comments on commit 036281e

Please sign in to comment.