Skip to content

Commit

Permalink
v6.0.1-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyhw committed Sep 11, 2021
1 parent a702142 commit e44fc6c
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion addons/ondevice-actions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-ondevice-actions",
"version": "6.0.1-alpha.0",
"version": "6.0.1-alpha.2",
"description": "Action Logger addon for react-native storybook",
"keywords": [
"storybook"
Expand Down
2 changes: 1 addition & 1 deletion addons/ondevice-backgrounds/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-ondevice-backgrounds",
"version": "6.0.1-alpha.0",
"version": "6.0.1-alpha.2",
"description": "A react-native storybook addon to show different backgrounds for your preview",
"keywords": [
"addon",
Expand Down
2 changes: 1 addition & 1 deletion addons/ondevice-controls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-ondevice-controls",
"version": "6.0.1-alpha.0",
"version": "6.0.1-alpha.2",
"description": "Display storybook controls on your device.",
"keywords": [
"addon",
Expand Down
2 changes: 1 addition & 1 deletion addons/ondevice-notes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-ondevice-notes",
"version": "6.0.1-alpha.0",
"version": "6.0.1-alpha.2",
"description": "Write notes for your react-native Storybook stories.",
"keywords": [
"addon",
Expand Down
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.1",
"version": "6.0.1-alpha.2",
"description": "A better way to develop React Native Components for your app",
"keywords": [
"react",
Expand Down
12 changes: 6 additions & 6 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.1",
"version": "6.0.1-alpha.2",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down Expand Up @@ -32,12 +32,12 @@
"@react-native-community/slider": "^3.0.3",
"@storybook/addon-actions": "^6.3.1",
"@storybook/addon-links": "^6.3.1",
"@storybook/addon-ondevice-actions": "^6.0.1-alpha.0",
"@storybook/addon-ondevice-backgrounds": "^6.0.1-alpha.0",
"@storybook/addon-ondevice-controls": "^6.0.1-alpha.0",
"@storybook/addon-ondevice-notes": "^6.0.1-alpha.0",
"@storybook/addon-ondevice-actions": "^6.0.1-alpha.2",
"@storybook/addon-ondevice-backgrounds": "^6.0.1-alpha.2",
"@storybook/addon-ondevice-controls": "^6.0.1-alpha.2",
"@storybook/addon-ondevice-notes": "^6.0.1-alpha.2",
"@storybook/addons": "^6.3.1",
"@storybook/react-native": "^6.0.1-alpha.1",
"@storybook/react-native": "^6.0.1-alpha.2",
"@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.1"
"version": "6.0.1-alpha.2"
}

0 comments on commit e44fc6c

Please sign in to comment.