Skip to content

Commit 2bcd2fd

Browse files
committed
v6.0.1-alpha.1
1 parent 07d842f commit 2bcd2fd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/react-native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/react-native",
3-
"version": "6.0.1-alpha.0",
3+
"version": "6.0.1-alpha.1",
44
"description": "A better way to develop React Native Components for your app",
55
"keywords": [
66
"react",

examples/native/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rn_example",
3-
"version": "6.0.1-alpha.0",
3+
"version": "6.0.1-alpha.1",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",
@@ -37,7 +37,7 @@
3737
"@storybook/addon-ondevice-controls": "^6.0.1-alpha.0",
3838
"@storybook/addon-ondevice-notes": "^6.0.1-alpha.0",
3939
"@storybook/addons": "^6.3.1",
40-
"@storybook/react-native": "^6.0.1-alpha.0",
40+
"@storybook/react-native": "^6.0.1-alpha.1",
4141
"@storybook/react-native-server": "^6.0.1-alpha.0",
4242
"react": "^17.0.2",
4343
"react-native": "0.64.1"

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"npmClient": "yarn",
33
"useWorkspaces": true,
44
"registry": "https://registry.npmjs.org",
5-
"version": "6.0.1-alpha.0"
5+
"version": "6.0.1-alpha.1"
66
}

0 commit comments

Comments
 (0)