Skip to content

Commit 8d2db2f

Browse files
committed
chore: update changeset configuration and mark sandbox package as private
- Added privatePackages configuration to changeset for versioning control. - Set the sandbox package as private in package.json.
1 parent c85db4d commit 8d2db2f

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.changeset/config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
"baseBranch": "main",
1414
"updateInternalDependencies": "patch",
1515
"ignore": [],
16+
"privatePackages": {
17+
"version": true,
18+
"tag": false
19+
},
1620
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
1721
"updateInternalDependents": "always"
1822
}

apps/sandbox/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@
2323
"react-native-web": "~0.19.13",
2424
"react-native-safe-area-context": "^5.6.1",
2525
"react-native-screens": "^4.16.0"
26-
}
26+
},
27+
"private": true
2728
}

apps/website/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@native-ui-org/website",
33
"version": "0.7.3",
4+
"private": true,
45
"scripts": {
56
"build": "next build",
67
"dev": "next dev",

0 commit comments

Comments
 (0)