Skip to content

Commit 6c24769

Browse files
committed
v9.0.9
1 parent 2978a43 commit 6c24769

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.0.9-alpha.0",
3+
"version": "9.0.9",
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.0.9-alpha.0",
3+
"version": "9.0.9",
44
"private": true,
55
"main": "index.js",
66
"scripts": {
@@ -31,16 +31,16 @@
3131
"@react-native-community/datetimepicker": "8.3.0",
3232
"@react-native-community/slider": "4.5.6",
3333
"@storybook/addon-links": "^9.0.9",
34-
"@storybook/addon-ondevice-actions": "^9.0.9-alpha.0",
35-
"@storybook/addon-ondevice-backgrounds": "^9.0.9-alpha.0",
36-
"@storybook/addon-ondevice-controls": "^9.0.9-alpha.0",
37-
"@storybook/addon-ondevice-notes": "^9.0.9-alpha.0",
34+
"@storybook/addon-ondevice-actions": "^9.0.9",
35+
"@storybook/addon-ondevice-backgrounds": "^9.0.9",
36+
"@storybook/addon-ondevice-controls": "^9.0.9",
37+
"@storybook/addon-ondevice-notes": "^9.0.9",
3838
"@storybook/addon-react-native-server": "^1.0.0",
3939
"@storybook/global": "^5.0.0",
4040
"@storybook/react": "^9.0.9",
41-
"@storybook/react-native": "^9.0.9-alpha.0",
42-
"@storybook/react-native-theming": "^9.0.9-alpha.0",
43-
"@storybook/react-native-ui-lite": "^9.0.9-alpha.0",
41+
"@storybook/react-native": "^9.0.9",
42+
"@storybook/react-native-theming": "^9.0.9",
43+
"@storybook/react-native-ui-lite": "^9.0.9",
4444
"@storybook/react-native-web-vite": "^9.0.9",
4545
"babel-plugin-react-compiler": "^19.1.0-rc.2",
4646
"expo": "~53.0.9",

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.0.9-alpha.0"
4+
"version": "9.0.9"
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.0.9-alpha.0",
3+
"version": "9.0.9",
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.0.9-alpha.0",
3+
"version": "9.0.9",
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.0.9-alpha.0"
35+
"@storybook/react-native-theming": "^9.0.9"
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.0.9-alpha.0",
3+
"version": "9.0.9",
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.0.9-alpha.0",
34-
"@storybook/react-native-ui-common": "^9.0.9-alpha.0",
33+
"@storybook/react-native-theming": "^9.0.9",
34+
"@storybook/react-native-ui-common": "^9.0.9",
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.0.9-alpha.0",
3+
"version": "9.0.9",
44
"description": "Write notes for your react-native Storybook stories.",
55
"keywords": [
66
"addon",
@@ -29,7 +29,7 @@
2929
"dev": "tsc --watch"
3030
},
3131
"dependencies": {
32-
"@storybook/react-native-theming": "^9.0.9-alpha.0",
32+
"@storybook/react-native-theming": "^9.0.9",
3333
"react-native-markdown-display": "^7.0.2"
3434
},
3535
"devDependencies": {

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.0.9-alpha.0",
3+
"version": "9.0.9",
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.0.9-alpha.0",
3+
"version": "9.0.9",
44
"description": "common ui components for react native storybook",
55
"keywords": [
66
"react",
@@ -59,7 +59,7 @@
5959
"dependencies": {
6060
"@storybook/csf": "^0.1.13",
6161
"@storybook/react": "^9.0.9",
62-
"@storybook/react-native-theming": "^9.0.9-alpha.0",
62+
"@storybook/react-native-theming": "^9.0.9",
6363
"es-toolkit": "^1.38.0",
6464
"fuse.js": "^7.0.0",
6565
"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.0.9-alpha.0",
3+
"version": "9.0.9",
44
"description": "lightweight ui components for react native storybook",
55
"keywords": [
66
"react",
@@ -59,8 +59,8 @@
5959
},
6060
"dependencies": {
6161
"@storybook/react": "^9.0.9",
62-
"@storybook/react-native-theming": "^9.0.9-alpha.0",
63-
"@storybook/react-native-ui-common": "^9.0.9-alpha.0",
62+
"@storybook/react-native-theming": "^9.0.9",
63+
"@storybook/react-native-ui-common": "^9.0.9",
6464
"fuse.js": "^7.0.0",
6565
"memoizerific": "^1.11.3",
6666
"polished": "^4.3.1",

packages/react-native-ui/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",
3-
"version": "9.0.9-alpha.0",
3+
"version": "9.0.9",
44
"description": "ui components for react native storybook",
55
"keywords": [
66
"react",
@@ -59,8 +59,8 @@
5959
},
6060
"dependencies": {
6161
"@storybook/react": "^9.0.9",
62-
"@storybook/react-native-theming": "^9.0.9-alpha.0",
63-
"@storybook/react-native-ui-common": "^9.0.9-alpha.0",
62+
"@storybook/react-native-theming": "^9.0.9",
63+
"@storybook/react-native-ui-common": "^9.0.9",
6464
"es-toolkit": "^1.38.0",
6565
"fuse.js": "^7.0.0",
6666
"memoizerific": "^1.11.3",

packages/react-native/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/react-native",
3-
"version": "9.0.9-alpha.0",
3+
"version": "9.0.9",
44
"description": "A better way to develop React Native Components for your app",
55
"keywords": [
66
"react",
@@ -49,9 +49,9 @@
4949
"@storybook/csf": "^0.1.13",
5050
"@storybook/global": "^5.0.0",
5151
"@storybook/react": "^9.0.9",
52-
"@storybook/react-native-theming": "^9.0.9-alpha.0",
53-
"@storybook/react-native-ui": "^9.0.9-alpha.0",
54-
"@storybook/react-native-ui-common": "^9.0.9-alpha.0",
52+
"@storybook/react-native-theming": "^9.0.9",
53+
"@storybook/react-native-ui": "^9.0.9",
54+
"@storybook/react-native-ui-common": "^9.0.9",
5555
"commander": "^8.2.0",
5656
"dedent": "^1.5.1",
5757
"deepmerge": "^4.3.0",

yarn.lock

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7323,7 +7323,7 @@ __metadata:
73237323
languageName: node
73247324
linkType: hard
73257325

7326-
"@storybook/addon-ondevice-actions@npm:^9.0.9-alpha.0, @storybook/addon-ondevice-actions@workspace:packages/ondevice-actions":
7326+
"@storybook/addon-ondevice-actions@npm:^9.0.9, @storybook/addon-ondevice-actions@workspace:packages/ondevice-actions":
73277327
version: 0.0.0-use.local
73287328
resolution: "@storybook/addon-ondevice-actions@workspace:packages/ondevice-actions"
73297329
dependencies:
@@ -7337,11 +7337,11 @@ __metadata:
73377337
languageName: unknown
73387338
linkType: soft
73397339

7340-
"@storybook/addon-ondevice-backgrounds@npm:^9.0.9-alpha.0, @storybook/addon-ondevice-backgrounds@workspace:packages/ondevice-backgrounds":
7340+
"@storybook/addon-ondevice-backgrounds@npm:^9.0.9, @storybook/addon-ondevice-backgrounds@workspace:packages/ondevice-backgrounds":
73417341
version: 0.0.0-use.local
73427342
resolution: "@storybook/addon-ondevice-backgrounds@workspace:packages/ondevice-backgrounds"
73437343
dependencies:
7344-
"@storybook/react-native-theming": "npm:^9.0.9-alpha.0"
7344+
"@storybook/react-native-theming": "npm:^9.0.9"
73457345
typescript: "npm:~5.8.3"
73467346
peerDependencies:
73477347
react: "*"
@@ -7350,12 +7350,12 @@ __metadata:
73507350
languageName: unknown
73517351
linkType: soft
73527352

7353-
"@storybook/addon-ondevice-controls@npm:^9.0.9-alpha.0, @storybook/addon-ondevice-controls@workspace:packages/ondevice-controls":
7353+
"@storybook/addon-ondevice-controls@npm:^9.0.9, @storybook/addon-ondevice-controls@workspace:packages/ondevice-controls":
73547354
version: 0.0.0-use.local
73557355
resolution: "@storybook/addon-ondevice-controls@workspace:packages/ondevice-controls"
73567356
dependencies:
7357-
"@storybook/react-native-theming": "npm:^9.0.9-alpha.0"
7358-
"@storybook/react-native-ui-common": "npm:^9.0.9-alpha.0"
7357+
"@storybook/react-native-theming": "npm:^9.0.9"
7358+
"@storybook/react-native-ui-common": "npm:^9.0.9"
73597359
cross-env: "npm:^7.0.3"
73607360
deep-equal: "npm:^1.0.1"
73617361
prop-types: "npm:^15.7.2"
@@ -7375,11 +7375,11 @@ __metadata:
73757375
languageName: unknown
73767376
linkType: soft
73777377

7378-
"@storybook/addon-ondevice-notes@npm:^9.0.9-alpha.0, @storybook/addon-ondevice-notes@workspace:packages/ondevice-notes":
7378+
"@storybook/addon-ondevice-notes@npm:^9.0.9, @storybook/addon-ondevice-notes@workspace:packages/ondevice-notes":
73797379
version: 0.0.0-use.local
73807380
resolution: "@storybook/addon-ondevice-notes@workspace:packages/ondevice-notes"
73817381
dependencies:
7382-
"@storybook/react-native-theming": "npm:^9.0.9-alpha.0"
7382+
"@storybook/react-native-theming": "npm:^9.0.9"
73837383
react-native-markdown-display: "npm:^7.0.2"
73847384
typescript: "npm:~5.8.3"
73857385
peerDependencies:
@@ -7449,7 +7449,7 @@ __metadata:
74497449
languageName: node
74507450
linkType: hard
74517451

7452-
"@storybook/react-native-theming@npm:^9.0.9-alpha.0, @storybook/react-native-theming@workspace:packages/react-native-theming":
7452+
"@storybook/react-native-theming@npm:^9.0.9, @storybook/react-native-theming@workspace:packages/react-native-theming":
74537453
version: 0.0.0-use.local
74547454
resolution: "@storybook/react-native-theming@workspace:packages/react-native-theming"
74557455
dependencies:
@@ -7463,13 +7463,13 @@ __metadata:
74637463
languageName: unknown
74647464
linkType: soft
74657465

7466-
"@storybook/react-native-ui-common@npm:^9.0.9-alpha.0, @storybook/react-native-ui-common@workspace:packages/react-native-ui-common":
7466+
"@storybook/react-native-ui-common@npm:^9.0.9, @storybook/react-native-ui-common@workspace:packages/react-native-ui-common":
74677467
version: 0.0.0-use.local
74687468
resolution: "@storybook/react-native-ui-common@workspace:packages/react-native-ui-common"
74697469
dependencies:
74707470
"@storybook/csf": "npm:^0.1.13"
74717471
"@storybook/react": "npm:^9.0.9"
7472-
"@storybook/react-native-theming": "npm:^9.0.9-alpha.0"
7472+
"@storybook/react-native-theming": "npm:^9.0.9"
74737473
"@types/jest": "npm:^29.4.3"
74747474
"@types/react": "npm:~19.0.10"
74757475
babel-jest: "npm:^29.7.0"
@@ -7490,13 +7490,13 @@ __metadata:
74907490
languageName: unknown
74917491
linkType: soft
74927492

7493-
"@storybook/react-native-ui-lite@npm:^9.0.9-alpha.0, @storybook/react-native-ui-lite@workspace:packages/react-native-ui-lite":
7493+
"@storybook/react-native-ui-lite@npm:^9.0.9, @storybook/react-native-ui-lite@workspace:packages/react-native-ui-lite":
74947494
version: 0.0.0-use.local
74957495
resolution: "@storybook/react-native-ui-lite@workspace:packages/react-native-ui-lite"
74967496
dependencies:
74977497
"@storybook/react": "npm:^9.0.9"
7498-
"@storybook/react-native-theming": "npm:^9.0.9-alpha.0"
7499-
"@storybook/react-native-ui-common": "npm:^9.0.9-alpha.0"
7498+
"@storybook/react-native-theming": "npm:^9.0.9"
7499+
"@storybook/react-native-ui-common": "npm:^9.0.9"
75007500
"@types/jest": "npm:^29.4.3"
75017501
"@types/react": "npm:~19.0.10"
75027502
babel-jest: "npm:^29.7.0"
@@ -7516,13 +7516,13 @@ __metadata:
75167516
languageName: unknown
75177517
linkType: soft
75187518

7519-
"@storybook/react-native-ui@npm:^9.0.9-alpha.0, @storybook/react-native-ui@workspace:packages/react-native-ui":
7519+
"@storybook/react-native-ui@npm:^9.0.9, @storybook/react-native-ui@workspace:packages/react-native-ui":
75207520
version: 0.0.0-use.local
75217521
resolution: "@storybook/react-native-ui@workspace:packages/react-native-ui"
75227522
dependencies:
75237523
"@storybook/react": "npm:^9.0.9"
7524-
"@storybook/react-native-theming": "npm:^9.0.9-alpha.0"
7525-
"@storybook/react-native-ui-common": "npm:^9.0.9-alpha.0"
7524+
"@storybook/react-native-theming": "npm:^9.0.9"
7525+
"@storybook/react-native-ui-common": "npm:^9.0.9"
75267526
"@types/jest": "npm:^29.4.3"
75277527
"@types/react": "npm:~19.0.10"
75287528
babel-jest: "npm:^29.7.0"
@@ -7571,16 +7571,16 @@ __metadata:
75717571
languageName: node
75727572
linkType: hard
75737573

7574-
"@storybook/react-native@npm:^9.0.9-alpha.0, @storybook/react-native@workspace:packages/react-native":
7574+
"@storybook/react-native@npm:^9.0.9, @storybook/react-native@workspace:packages/react-native":
75757575
version: 0.0.0-use.local
75767576
resolution: "@storybook/react-native@workspace:packages/react-native"
75777577
dependencies:
75787578
"@storybook/csf": "npm:^0.1.13"
75797579
"@storybook/global": "npm:^5.0.0"
75807580
"@storybook/react": "npm:^9.0.9"
7581-
"@storybook/react-native-theming": "npm:^9.0.9-alpha.0"
7582-
"@storybook/react-native-ui": "npm:^9.0.9-alpha.0"
7583-
"@storybook/react-native-ui-common": "npm:^9.0.9-alpha.0"
7581+
"@storybook/react-native-theming": "npm:^9.0.9"
7582+
"@storybook/react-native-ui": "npm:^9.0.9"
7583+
"@storybook/react-native-ui-common": "npm:^9.0.9"
75847584
"@types/jest": "npm:^29.4.3"
75857585
"@types/react": "npm:~19.0.10"
75867586
babel-jest: "npm:^29.7.0"
@@ -14250,16 +14250,16 @@ __metadata:
1425014250
"@react-native-community/datetimepicker": "npm:8.3.0"
1425114251
"@react-native-community/slider": "npm:4.5.6"
1425214252
"@storybook/addon-links": "npm:^9.0.9"
14253-
"@storybook/addon-ondevice-actions": "npm:^9.0.9-alpha.0"
14254-
"@storybook/addon-ondevice-backgrounds": "npm:^9.0.9-alpha.0"
14255-
"@storybook/addon-ondevice-controls": "npm:^9.0.9-alpha.0"
14256-
"@storybook/addon-ondevice-notes": "npm:^9.0.9-alpha.0"
14253+
"@storybook/addon-ondevice-actions": "npm:^9.0.9"
14254+
"@storybook/addon-ondevice-backgrounds": "npm:^9.0.9"
14255+
"@storybook/addon-ondevice-controls": "npm:^9.0.9"
14256+
"@storybook/addon-ondevice-notes": "npm:^9.0.9"
1425714257
"@storybook/addon-react-native-server": "npm:^1.0.0"
1425814258
"@storybook/global": "npm:^5.0.0"
1425914259
"@storybook/react": "npm:^9.0.9"
14260-
"@storybook/react-native": "npm:^9.0.9-alpha.0"
14261-
"@storybook/react-native-theming": "npm:^9.0.9-alpha.0"
14262-
"@storybook/react-native-ui-lite": "npm:^9.0.9-alpha.0"
14260+
"@storybook/react-native": "npm:^9.0.9"
14261+
"@storybook/react-native-theming": "npm:^9.0.9"
14262+
"@storybook/react-native-ui-lite": "npm:^9.0.9"
1426314263
"@storybook/react-native-web-vite": "npm:^9.0.9"
1426414264
"@testing-library/react-native": "npm:14.0.0-alpha.1"
1426514265
"@types/looks-same": "npm:^4.1.0"

0 commit comments

Comments
 (0)