Skip to content

Commit ffb46ee

Browse files
authored
chore: soft public release (#222)
* chore: soft public release * set publishConfig to public
1 parent c414553 commit ffb46ee

File tree

11 files changed

+20
-20
lines changed

11 files changed

+20
-20
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"commit": false,
55
"fixed": [["@rnef/*"]],
66
"linked": [],
7-
"access": "restricted",
7+
"access": "public",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
1010
"ignore": []

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dist"
1313
],
1414
"scripts": {
15-
"publish:npm": "npm publish",
15+
"publish:npm": "npm publish --access public",
1616
"publish:verdaccio": "npm publish --registry http://localhost:4873 --userconfig ../../.npmrc"
1717
},
1818
"dependencies": {
@@ -26,6 +26,6 @@
2626
"@react-native-community/cli-types": "^16.0.2"
2727
},
2828
"publishConfig": {
29-
"access": "restricted"
29+
"access": "public"
3030
}
3131
}

packages/config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dist"
1111
],
1212
"scripts": {
13-
"publish:npm": "npm publish",
13+
"publish:npm": "npm publish --access public",
1414
"publish:verdaccio": "npm publish --registry http://localhost:4873 --userconfig ../../.npmrc"
1515
},
1616
"dependencies": {
@@ -20,7 +20,7 @@
2020
"tslib": "^2.3.0"
2121
},
2222
"publishConfig": {
23-
"access": "restricted"
23+
"access": "public"
2424
},
2525
"devDependencies": {
2626
"@types/babel__code-frame": "^7.0.6"

packages/create-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dist"
1111
],
1212
"scripts": {
13-
"publish:npm": "npm publish",
13+
"publish:npm": "npm publish --access public",
1414
"publish:verdaccio": "npm publish --registry http://localhost:4873 --userconfig ../../.npmrc",
1515
"e2e": "vitest --config vite.e2e.config.js"
1616
},
@@ -31,6 +31,6 @@
3131
"@types/minimist": "^1.2.5"
3232
},
3333
"publishConfig": {
34-
"access": "restricted"
34+
"access": "public"
3535
}
3636
}

packages/platform-android/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"react-native.config.ts"
1313
],
1414
"scripts": {
15-
"publish:npm": "npm publish",
15+
"publish:npm": "npm publish --access public",
1616
"publish:verdaccio": "npm publish --registry http://localhost:4873 --userconfig ../../.npmrc"
1717
},
1818
"dependencies": {
@@ -27,6 +27,6 @@
2727
"@types/adm-zip": "^0.5.7"
2828
},
2929
"publishConfig": {
30-
"access": "restricted"
30+
"access": "public"
3131
}
3232
}

packages/platform-apple-helpers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dist"
1111
],
1212
"scripts": {
13-
"publish:npm": "npm publish",
13+
"publish:npm": "npm publish --access public",
1414
"publish:verdaccio": "npm publish --registry http://localhost:4873 --userconfig ../../.npmrc"
1515
},
1616
"dependencies": {
@@ -29,6 +29,6 @@
2929
"@rnef/config": "^0.4.1"
3030
},
3131
"publishConfig": {
32-
"access": "restricted"
32+
"access": "public"
3333
}
3434
}

packages/platform-ios/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"react-native.config.ts"
1313
],
1414
"scripts": {
15-
"publish:npm": "npm publish",
15+
"publish:npm": "npm publish --access public",
1616
"publish:verdaccio": "npm publish --registry http://localhost:4873 --userconfig ../../.npmrc"
1717
},
1818
"dependencies": {
@@ -25,6 +25,6 @@
2525
"@rnef/config": "^0.4.1"
2626
},
2727
"publishConfig": {
28-
"access": "restricted"
28+
"access": "public"
2929
}
3030
}

packages/plugin-metro/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"template"
1212
],
1313
"scripts": {
14-
"publish:npm": "npm publish",
14+
"publish:npm": "npm publish --access public",
1515
"publish:verdaccio": "npm publish --registry http://localhost:4873 --userconfig ../../.npmrc"
1616
},
1717
"dependencies": {
@@ -27,6 +27,6 @@
2727
"@react-native/community-cli-plugin": "*"
2828
},
2929
"publishConfig": {
30-
"access": "restricted"
30+
"access": "public"
3131
}
3232
}

packages/plugin-repack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"template"
1212
],
1313
"scripts": {
14-
"publish:npm": "npm publish",
14+
"publish:npm": "npm publish --access public",
1515
"publish:verdaccio": "npm publish --registry http://localhost:4873 --userconfig ../../.npmrc"
1616
},
1717
"dependencies": {
@@ -29,6 +29,6 @@
2929
"babel-loader": "^9.2.1"
3030
},
3131
"publishConfig": {
32-
"access": "restricted"
32+
"access": "public"
3333
}
3434
}

packages/tools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dist"
1111
],
1212
"scripts": {
13-
"publish:npm": "npm publish",
13+
"publish:npm": "npm publish --access public",
1414
"publish:verdaccio": "npm publish --registry http://localhost:4873 --userconfig ../../.npmrc"
1515
},
1616
"dependencies": {
@@ -28,6 +28,6 @@
2828
"tslib": "^2.3.0"
2929
},
3030
"publishConfig": {
31-
"access": "restricted"
31+
"access": "public"
3232
}
3333
}

0 commit comments

Comments
 (0)