We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c85db4d commit 8d2db2fCopy full SHA for 8d2db2f
.changeset/config.json
@@ -13,6 +13,10 @@
13
"baseBranch": "main",
14
"updateInternalDependencies": "patch",
15
"ignore": [],
16
+ "privatePackages": {
17
+ "version": true,
18
+ "tag": false
19
+ },
20
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
21
"updateInternalDependents": "always"
22
}
apps/sandbox/package.json
@@ -23,5 +23,6 @@
23
"react-native-web": "~0.19.13",
24
"react-native-safe-area-context": "^5.6.1",
25
"react-native-screens": "^4.16.0"
26
- }
27
+ "private": true
28
apps/website/package.json
@@ -1,6 +1,7 @@
1
{
2
"name": "@native-ui-org/website",
3
"version": "0.7.3",
4
+ "private": true,
5
"scripts": {
6
"build": "next build",
7
"dev": "next dev",
0 commit comments