Skip to content

Commit 036281e

Browse files
factions-user
authored andcommitted
make publish public
GitOrigin-RevId: c3b723cb2c510fc65cd0901c23fb34a784f72925
1 parent 4094482 commit 036281e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.changeset/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"commit": false,
55
"fixed": [],
66
"linked": [],
7-
"access": "restricted",
7+
"//access": "Respects individual packages' private field",
8+
"access": "public",
89
"baseBranch": "main",
910
"updateInternalDependencies": "patch",
1011
"ignore": []

.github/workflows/packages.react-router-busy.release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
run: bun install --frozen-lockfile
7171
# Note we have to toggle Workflow permissions > Allow GitHub Actions to create and approve pull requests in https://github.com/bitofbreeze/mono/settings/actions
7272
# Even with permissions above https://github.com/orgs/community/discussions/27689#discussioncomment-5707424
73+
# Could avoid this with personal access token https://microsoft.github.io/beachball/concepts/ci-integration.html#authentication
7374
- name: Create release pull request or publish to npm
7475
id: changesets
7576
uses: changesets/action@v1

packages/react-router-busy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ return (
6060

6161
### NavLink
6262

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

0 commit comments

Comments
 (0)