We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24665d9 commit d303d86Copy full SHA for d303d86
package.json
@@ -77,5 +77,5 @@
77
"node": ">=18"
78
},
79
"packageManager": "bun@1.1.0",
80
- "version": "0.4.1"
+ "version": "0.5.0"
81
}
packages/react-native-sandbox/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@callstack/react-native-sandbox",
3
- "version": "0.4.1",
+ "version": "0.5.0",
4
"description": "A component to run multiple React Native instances side-by-side.",
5
"main": "lib/commonjs/index.js",
6
"module": "lib/module/index.js",
0 commit comments