Skip to content

Commit 0288f6d

Browse files
committed
v6.0.1-beta.10
1 parent 40e10b6 commit 0288f6d

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

addons/ondevice-actions/package.json

+1-1
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.9",
3+
"version": "6.0.1-beta.10",
44
"description": "Action Logger addon for react-native storybook",
55
"keywords": [
66
"storybook"

addons/ondevice-backgrounds/package.json

+1-1
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.9",
3+
"version": "6.0.1-beta.10",
44
"description": "A react-native storybook addon to show different backgrounds for your preview",
55
"keywords": [
66
"addon",

addons/ondevice-controls/package.json

+1-1
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.9",
3+
"version": "6.0.1-beta.10",
44
"description": "Display storybook controls on your device.",
55
"keywords": [
66
"addon",

addons/ondevice-notes/package.json

+1-1
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.9",
3+
"version": "6.0.1-beta.10",
44
"description": "Write notes for your react-native Storybook stories.",
55
"keywords": [
66
"addon",

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.9",
3+
"version": "6.0.1-beta.10",
44
"private": "true",
55
"description": "A better way to develop React Native Components for your app",
66
"keywords": [

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-beta.9",
3+
"version": "6.0.1-beta.10",
44
"description": "A better way to develop React Native Components for your app",
55
"keywords": [
66
"react",

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.9",
3+
"version": "6.0.1-beta.10",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",
@@ -39,15 +39,15 @@
3939
"@react-native-community/slider": "^4.3.1",
4040
"@storybook/addon-actions": "^6.5",
4141
"@storybook/addon-links": "^6.5",
42-
"@storybook/addon-ondevice-actions": "^6.0.1-beta.9",
43-
"@storybook/addon-ondevice-backgrounds": "^6.0.1-beta.9",
44-
"@storybook/addon-ondevice-controls": "^6.0.1-beta.9",
45-
"@storybook/addon-ondevice-notes": "^6.0.1-beta.9",
42+
"@storybook/addon-ondevice-actions": "^6.0.1-beta.10",
43+
"@storybook/addon-ondevice-backgrounds": "^6.0.1-beta.10",
44+
"@storybook/addon-ondevice-controls": "^6.0.1-beta.10",
45+
"@storybook/addon-ondevice-notes": "^6.0.1-beta.10",
4646
"@storybook/addons": "^6.5",
4747
"@storybook/docs-tools": "^6.5",
4848
"@storybook/react": "^6.5",
49-
"@storybook/react-native": "^6.0.1-beta.9",
50-
"@storybook/react-native-server": "^6.0.1-beta.9",
49+
"@storybook/react-native": "^6.0.1-beta.10",
50+
"@storybook/react-native-server": "^6.0.1-beta.10",
5151
"react": "^18.2.0",
5252
"react-native": "0.70.2",
5353
"react-native-safe-area-context": "^4.3.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-beta.9"
5+
"version": "6.0.1-beta.10"
66
}

0 commit comments

Comments
 (0)