Skip to content

Commit

Permalink
v6.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyhw committed Apr 11, 2023
1 parent 6ee84bc commit 464967f
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 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.5.3-alpha.0",
"version": "6.5.3",
"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.5.3-alpha.0",
"version": "6.5.3",
"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.5.3-alpha.0",
"version": "6.5.3",
"description": "Display storybook controls on your device.",
"keywords": [
"addon",
Expand Down
2 changes: 1 addition & 1 deletion addons/ondevice-knobs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-ondevice-knobs",
"version": "6.5.3-alpha.0",
"version": "6.5.3",
"description": "Display storybook story knobs on your deviced.",
"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.5.3-alpha.0",
"version": "6.5.3",
"description": "Write notes for your react-native Storybook stories.",
"keywords": [
"addon",
Expand Down
2 changes: 1 addition & 1 deletion app/react-native-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/react-native-server",
"version": "6.5.3-alpha.0",
"version": "6.5.3",
"description": "A better way to develop React Native Components for your app",
"keywords": [
"react",
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.5.3-alpha.0",
"version": "6.5.3",
"description": "A better way to develop React Native Components for your app",
"keywords": [
"react",
Expand Down
16 changes: 8 additions & 8 deletions examples/expo-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-example",
"version": "6.5.3-alpha.0",
"version": "6.5.3",
"private": true,
"main": "index.js",
"scripts": {
Expand All @@ -24,18 +24,18 @@
"@storybook/addon-essentials": "^6.5.14",
"@storybook/addon-knobs": "^6.4.0",
"@storybook/addon-links": "^6.5.14",
"@storybook/addon-ondevice-actions": "^6.5.3-alpha.0",
"@storybook/addon-ondevice-backgrounds": "^6.5.3-alpha.0",
"@storybook/addon-ondevice-controls": "^6.5.3-alpha.0",
"@storybook/addon-ondevice-knobs": "^6.5.3-alpha.0",
"@storybook/addon-ondevice-notes": "^6.5.3-alpha.0",
"@storybook/addon-ondevice-actions": "^6.5.3",
"@storybook/addon-ondevice-backgrounds": "^6.5.3",
"@storybook/addon-ondevice-controls": "^6.5.3",
"@storybook/addon-ondevice-knobs": "^6.5.3",
"@storybook/addon-ondevice-notes": "^6.5.3",
"@storybook/addons": "^6.5.14",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/docs-tools": "^6.5.14",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react": "^6.5.14",
"@storybook/react-native": "^6.5.3-alpha.0",
"@storybook/react-native-server": "^6.5.3-alpha.0",
"@storybook/react-native": "^6.5.3",
"@storybook/react-native-server": "^6.5.3",
"expo": "^48.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
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.5.3-alpha.0"
"version": "6.5.3"
}

0 comments on commit 464967f

Please sign in to comment.