Skip to content

Commit

Permalink
v6.0.1-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyhw committed Jul 27, 2021
1 parent 07d842f commit 2bcd2fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/react-native",
"version": "6.0.1-alpha.0",
"version": "6.0.1-alpha.1",
"description": "A better way to develop React Native Components for your app",
"keywords": [
"react",
Expand Down
4 changes: 2 additions & 2 deletions examples/native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rn_example",
"version": "6.0.1-alpha.0",
"version": "6.0.1-alpha.1",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@storybook/addon-ondevice-controls": "^6.0.1-alpha.0",
"@storybook/addon-ondevice-notes": "^6.0.1-alpha.0",
"@storybook/addons": "^6.3.1",
"@storybook/react-native": "^6.0.1-alpha.0",
"@storybook/react-native": "^6.0.1-alpha.1",
"@storybook/react-native-server": "^6.0.1-alpha.0",
"react": "^17.0.2",
"react-native": "0.64.1"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"npmClient": "yarn",
"useWorkspaces": true,
"registry": "https://registry.npmjs.org",
"version": "6.0.1-alpha.0"
"version": "6.0.1-alpha.1"
}

0 comments on commit 2bcd2fd

Please sign in to comment.