Skip to content

Commit bad70d5

Browse files
author
Daniel
committed
v6.0.1-beta.1
1 parent 3490aec commit bad70d5

File tree

8 files changed

+19
-19
lines changed

8 files changed

+19
-19
lines changed

addons/ondevice-actions/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-ondevice-actions",
3-
"version": "6.0.1-beta.0",
3+
"version": "6.0.1-beta.1",
44
"description": "Action Logger addon for react-native storybook",
55
"keywords": [
66
"storybook"
@@ -41,5 +41,5 @@
4141
"publishConfig": {
4242
"access": "public"
4343
},
44-
"gitHead": "4b9d901add9452525135caae98ae5f78dd8da9ff"
44+
"gitHead": "3490aec85c84210997f38b92afa515b6dc41b8b5"
4545
}

addons/ondevice-backgrounds/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-ondevice-backgrounds",
3-
"version": "6.0.1-beta.0",
3+
"version": "6.0.1-beta.1",
44
"description": "A react-native storybook addon to show different backgrounds for your preview",
55
"keywords": [
66
"addon",
@@ -44,5 +44,5 @@
4444
"publishConfig": {
4545
"access": "public"
4646
},
47-
"gitHead": "4b9d901add9452525135caae98ae5f78dd8da9ff"
47+
"gitHead": "3490aec85c84210997f38b92afa515b6dc41b8b5"
4848
}

addons/ondevice-controls/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-ondevice-controls",
3-
"version": "6.0.1-beta.0",
3+
"version": "6.0.1-beta.1",
44
"description": "Display storybook controls on your device.",
55
"keywords": [
66
"addon",
@@ -53,5 +53,5 @@
5353
"publishConfig": {
5454
"access": "public"
5555
},
56-
"gitHead": "4b9d901add9452525135caae98ae5f78dd8da9ff"
56+
"gitHead": "3490aec85c84210997f38b92afa515b6dc41b8b5"
5757
}

addons/ondevice-notes/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-ondevice-notes",
3-
"version": "6.0.1-beta.0",
3+
"version": "6.0.1-beta.1",
44
"description": "Write notes for your react-native Storybook stories.",
55
"keywords": [
66
"addon",
@@ -45,5 +45,5 @@
4545
"publishConfig": {
4646
"access": "public"
4747
},
48-
"gitHead": "4b9d901add9452525135caae98ae5f78dd8da9ff"
48+
"gitHead": "3490aec85c84210997f38b92afa515b6dc41b8b5"
4949
}

app/react-native-server/package.json

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

app/react-native/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/react-native",
3-
"version": "6.0.1-beta.0",
3+
"version": "6.0.1-beta.1",
44
"description": "A better way to develop React Native Components for your app",
55
"keywords": [
66
"react",
@@ -82,5 +82,5 @@
8282
"publishConfig": {
8383
"access": "public"
8484
},
85-
"gitHead": "4b9d901add9452525135caae98ae5f78dd8da9ff"
85+
"gitHead": "3490aec85c84210997f38b92afa515b6dc41b8b5"
8686
}

examples/native/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rn_example",
3-
"version": "6.0.1-beta.0",
3+
"version": "6.0.1-beta.1",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",
@@ -39,13 +39,13 @@
3939
"@react-native-community/slider": "^3.0.3",
4040
"@storybook/addon-actions": "^6.3.1",
4141
"@storybook/addon-links": "^6.3.1",
42-
"@storybook/addon-ondevice-actions": "^6.0.1-beta.0",
43-
"@storybook/addon-ondevice-backgrounds": "^6.0.1-beta.0",
44-
"@storybook/addon-ondevice-controls": "^6.0.1-beta.0",
45-
"@storybook/addon-ondevice-notes": "^6.0.1-beta.0",
42+
"@storybook/addon-ondevice-actions": "^6.0.1-beta.1",
43+
"@storybook/addon-ondevice-backgrounds": "^6.0.1-beta.1",
44+
"@storybook/addon-ondevice-controls": "^6.0.1-beta.1",
45+
"@storybook/addon-ondevice-notes": "^6.0.1-beta.1",
4646
"@storybook/addons": "^6.3.1",
47-
"@storybook/react-native": "^6.0.1-beta.0",
48-
"@storybook/react-native-server": "^6.0.1-beta.0",
47+
"@storybook/react-native": "^6.0.1-beta.1",
48+
"@storybook/react-native-server": "^6.0.1-beta.1",
4949
"react": "^17.0.2",
5050
"react-native": "0.67.1",
5151
"react-native-web": "^0.17.5"

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-beta.0"
5+
"version": "6.0.1-beta.1"
66
}

0 commit comments

Comments
 (0)