Skip to content

Commit dcc4df3

Browse files
chore: version packages (latest)
1 parent 007b70a commit dcc4df3

File tree

22 files changed

+113
-58
lines changed

22 files changed

+113
-58
lines changed

.changeset/silver-dogs-lay.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/wide-bears-invent.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/expo-example/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
"@react-native-async-storage/async-storage": "2.2.0",
3131
"@react-native-community/datetimepicker": "8.4.4",
3232
"@react-native-community/slider": "5.0.1",
33-
"@storybook/addon-ondevice-actions": "^10.2.2",
34-
"@storybook/addon-ondevice-backgrounds": "^10.2.2",
35-
"@storybook/addon-ondevice-controls": "^10.2.2",
36-
"@storybook/addon-ondevice-notes": "^10.2.2",
33+
"@storybook/addon-ondevice-actions": "^10.2.3",
34+
"@storybook/addon-ondevice-backgrounds": "^10.2.3",
35+
"@storybook/addon-ondevice-controls": "^10.2.3",
36+
"@storybook/addon-ondevice-notes": "^10.2.3",
3737
"@storybook/addon-react-native-server": "^1.0.1",
3838
"@storybook/react": "^10.2.3",
39-
"@storybook/react-native": "^10.2.2",
40-
"@storybook/react-native-ui-lite": "^10.2.2",
39+
"@storybook/react-native": "^10.2.3",
40+
"@storybook/react-native-ui-lite": "^10.2.3",
4141
"@storybook/react-native-web-vite": "^10.2.3",
4242
"babel-plugin-react-compiler": "^1.0.0",
4343
"expo": "~54.0.33",

packages/ondevice-actions/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @storybook/addon-ondevice-actions
22

3+
## 10.2.3
4+
35
## 10.2.2
46

57
## 10.2.2-next.8

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": "10.2.2",
3+
"version": "10.2.3",
44
"description": "Action Logger addon for react-native storybook",
55
"keywords": [
66
"storybook"

packages/ondevice-backgrounds/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @storybook/addon-ondevice-backgrounds
22

3+
## 10.2.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @storybook/react-native-theming@10.2.3
9+
310
## 10.2.2
411

512
### Patch Changes

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": "10.2.2",
3+
"version": "10.2.3",
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": "^10.2.2"
35+
"@storybook/react-native-theming": "^10.2.3"
3636
},
3737
"devDependencies": {
3838
"typescript": "~5.9.3"

packages/ondevice-controls/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @storybook/addon-ondevice-controls
22

3+
## 10.2.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`769f13e`](https://github.com/storybookjs/react-native/commit/769f13e80d925c7f88ae878dd8566534f1db4588)]:
8+
- @storybook/react-native-ui-common@10.2.3
9+
- @storybook/react-native-theming@10.2.3
10+
311
## 10.2.2
412

513
### Patch Changes

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": "10.2.2",
3+
"version": "10.2.3",
44
"description": "Display storybook controls on your device.",
55
"keywords": [
66
"addon",
@@ -31,8 +31,8 @@
3131
},
3232
"dependencies": {
3333
"@gorhom/portal": "^1.0.14",
34-
"@storybook/react-native-theming": "^10.2.2",
35-
"@storybook/react-native-ui-common": "^10.2.2",
34+
"@storybook/react-native-theming": "^10.2.3",
35+
"@storybook/react-native-ui-common": "^10.2.3",
3636
"polished": "^4.3.1",
3737
"react-native-modal-datetime-picker": "^18.0.0",
3838
"tinycolor2": "^1.6.0"

packages/ondevice-notes/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @storybook/addon-ondevice-notes
22

3+
## 10.2.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @storybook/react-native-theming@10.2.3
9+
310
## 10.2.2
411

512
### Patch Changes

0 commit comments

Comments
 (0)