Skip to content

Commit 1d201cf

Browse files
committed
chore: explicitly list fixed packages in changesets config
1 parent b0a6f41 commit 1d201cf

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.changeset/config.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@
55
{ "repo": "callstack/react-native-brownfield" }
66
],
77
"commit": false,
8-
"fixed": [["*"]],
8+
"fixed": [
9+
[
10+
"brownfield",
11+
"@callstack/brownfield-navigation",
12+
"@callstack/brownie",
13+
"@callstack/brownfield-cli",
14+
"@callstack/react-native-brownfield"
15+
]
16+
],
917
"linked": [],
1018
"access": "public",
1119
"baseBranch": "main",

0 commit comments

Comments
 (0)