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 8c31ee5 commit bf0cea6Copy full SHA for bf0cea6
cli.json
@@ -87,6 +87,9 @@
87
"maxPackageVersion": {
88
"hasValue": true
89
},
90
+ "semverRange": {
91
+ "hasValue": true
92
+ },
93
"rollout": {
94
95
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-update-cli",
3
- "version": "1.45.0",
+ "version": "1.45.1",
4
"description": "command line tool for react-native-update (remote updates for react native)",
5
"main": "index.js",
6
"bin": {
0 commit comments