Skip to content

Commit 105eafb

Browse files
committed
v9.1.1
1 parent cc38bfb commit 105eafb

File tree

13 files changed

+59
-59
lines changed

13 files changed

+59
-59
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "9.1.1-alpha.1",
3+
"version": "9.1.1",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

examples/expo-example/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "expo-example",
3-
"version": "9.1.1-alpha.1",
3+
"version": "9.1.1",
44
"private": true,
55
"main": "index.js",
66
"scripts": {
@@ -28,16 +28,16 @@
2828
"@react-native-async-storage/async-storage": "2.1.2",
2929
"@react-native-community/datetimepicker": "8.4.1",
3030
"@react-native-community/slider": "4.5.6",
31-
"@storybook/addon-ondevice-actions": "^9.1.1-alpha.1",
32-
"@storybook/addon-ondevice-backgrounds": "^9.1.1-alpha.1",
33-
"@storybook/addon-ondevice-controls": "^9.1.1-alpha.1",
34-
"@storybook/addon-ondevice-notes": "^9.1.1-alpha.1",
31+
"@storybook/addon-ondevice-actions": "^9.1.1",
32+
"@storybook/addon-ondevice-backgrounds": "^9.1.1",
33+
"@storybook/addon-ondevice-controls": "^9.1.1",
34+
"@storybook/addon-ondevice-notes": "^9.1.1",
3535
"@storybook/addon-react-native-server": "^1.0.0",
3636
"@storybook/global": "^5.0.0",
3737
"@storybook/react": "^9.1.2",
38-
"@storybook/react-native": "^9.1.1-alpha.1",
39-
"@storybook/react-native-theming": "^9.1.1-alpha.1",
40-
"@storybook/react-native-ui-lite": "^9.1.1-alpha.1",
38+
"@storybook/react-native": "^9.1.1",
39+
"@storybook/react-native-theming": "^9.1.1",
40+
"@storybook/react-native-ui-lite": "^9.1.1",
4141
"@storybook/react-native-web-vite": "^9.1.2",
4242
"babel-plugin-react-compiler": "^19.1.0-rc.2",
4343
"expo": "~53.0.20",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"npmClient": "yarn",
33
"registry": "https://registry.npmjs.org",
4-
"version": "9.1.1-alpha.1"
4+
"version": "9.1.1"
55
}

packages/ondevice-actions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-ondevice-actions",
3-
"version": "9.1.1-alpha.1",
3+
"version": "9.1.1",
44
"description": "Action Logger addon for react-native storybook",
55
"keywords": [
66
"storybook"

packages/ondevice-backgrounds/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-ondevice-backgrounds",
3-
"version": "9.1.1-alpha.1",
3+
"version": "9.1.1",
44
"description": "A react-native storybook addon to show different backgrounds for your preview",
55
"keywords": [
66
"addon",
@@ -32,7 +32,7 @@
3232
"dev": "tsc --watch"
3333
},
3434
"dependencies": {
35-
"@storybook/react-native-theming": "^9.1.1-alpha.1"
35+
"@storybook/react-native-theming": "^9.1.1"
3636
},
3737
"devDependencies": {
3838
"typescript": "~5.8.3"

packages/ondevice-controls/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-ondevice-controls",
3-
"version": "9.1.1-alpha.1",
3+
"version": "9.1.1",
44
"description": "Display storybook controls on your device.",
55
"keywords": [
66
"addon",
@@ -30,8 +30,8 @@
3030
"copyimages": "cross-env-shell cp -r src/components/color-picker/resources dist/components/color-picker/resources"
3131
},
3232
"dependencies": {
33-
"@storybook/react-native-theming": "^9.1.1-alpha.1",
34-
"@storybook/react-native-ui-common": "^9.1.1-alpha.1",
33+
"@storybook/react-native-theming": "^9.1.1",
34+
"@storybook/react-native-ui-common": "^9.1.1",
3535
"deep-equal": "^1.0.1",
3636
"prop-types": "^15.7.2",
3737
"react-native-modal-datetime-picker": "^18.0.0",

packages/ondevice-notes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-ondevice-notes",
3-
"version": "9.1.1-alpha.1",
3+
"version": "9.1.1",
44
"description": "Write notes for your react-native Storybook stories.",
55
"keywords": [
66
"addon",
@@ -29,7 +29,7 @@
2929
"dev": "tsup --watch"
3030
},
3131
"dependencies": {
32-
"@storybook/react-native-theming": "^9.1.1-alpha.1"
32+
"@storybook/react-native-theming": "^9.1.1"
3333
},
3434
"devDependencies": {
3535
"react-native-markdown-display": "^7.0.2",

packages/react-native-theming/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/react-native-theming",
3-
"version": "9.1.1-alpha.1",
3+
"version": "9.1.1",
44
"description": "A wrapper library around emotion 11 to provide theming support for react-native storybook",
55
"keywords": [
66
"react",

packages/react-native-ui-common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/react-native-ui-common",
3-
"version": "9.1.1-alpha.1",
3+
"version": "9.1.1",
44
"description": "common ui components for react native storybook",
55
"keywords": [
66
"react",
@@ -58,7 +58,7 @@
5858
},
5959
"dependencies": {
6060
"@storybook/react": "^9.1.2",
61-
"@storybook/react-native-theming": "^9.1.1-alpha.1",
61+
"@storybook/react-native-theming": "^9.1.1",
6262
"es-toolkit": "^1.38.0",
6363
"fuse.js": "^7.0.0",
6464
"memoizerific": "^1.11.3",

packages/react-native-ui-lite/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/react-native-ui-lite",
3-
"version": "9.1.1-alpha.1",
3+
"version": "9.1.1",
44
"description": "lightweight ui components for react native storybook",
55
"keywords": [
66
"react",
@@ -59,8 +59,8 @@
5959
},
6060
"dependencies": {
6161
"@storybook/react": "^9.1.2",
62-
"@storybook/react-native-theming": "^9.1.1-alpha.1",
63-
"@storybook/react-native-ui-common": "^9.1.1-alpha.1",
62+
"@storybook/react-native-theming": "^9.1.1",
63+
"@storybook/react-native-ui-common": "^9.1.1",
6464
"fuse.js": "^7.0.0",
6565
"memoizerific": "^1.11.3",
6666
"polished": "^4.3.1",

0 commit comments

Comments
 (0)