Skip to content

Commit ed720bf

Browse files
chore: version packages (next)
1 parent 3c75610 commit ed720bf

File tree

21 files changed

+112
-45
lines changed

21 files changed

+112
-45
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"changesets": [
1919
"cool-tigers-type",
2020
"eleven-colts-brush",
21+
"good-peaches-doubt",
2122
"heavy-peas-throw"
2223
]
2324
}

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.3.0-next.1",
34-
"@storybook/addon-ondevice-backgrounds": "^10.3.0-next.1",
35-
"@storybook/addon-ondevice-controls": "^10.3.0-next.1",
36-
"@storybook/addon-ondevice-notes": "^10.3.0-next.1",
33+
"@storybook/addon-ondevice-actions": "^10.3.0-next.2",
34+
"@storybook/addon-ondevice-backgrounds": "^10.3.0-next.2",
35+
"@storybook/addon-ondevice-controls": "^10.3.0-next.2",
36+
"@storybook/addon-ondevice-notes": "^10.3.0-next.2",
3737
"@storybook/addon-react-native-server": "^1.0.1",
3838
"@storybook/react": "10.3.0-alpha.9",
39-
"@storybook/react-native": "^10.3.0-next.1",
40-
"@storybook/react-native-ui-lite": "^10.3.0-next.1",
39+
"@storybook/react-native": "^10.3.0-next.2",
40+
"@storybook/react-native-ui-lite": "^10.3.0-next.2",
4141
"@storybook/react-native-web-vite": "10.3.0-alpha.9",
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.3.0-next.2
4+
35
## 10.3.0-next.1
46

57
## 10.3.0-next.0

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.3.0-next.1",
3+
"version": "10.3.0-next.2",
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.3.0-next.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @storybook/react-native-theming@10.3.0-next.2
9+
310
## 10.3.0-next.1
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.3.0-next.1",
3+
"version": "10.3.0-next.2",
44
"description": "A react-native storybook addon to show different backgrounds for your preview",
55
"keywords": [
66
"addon",
@@ -33,7 +33,7 @@
3333
"check:types": "tsc --noEmit"
3434
},
3535
"dependencies": {
36-
"@storybook/react-native-theming": "^10.3.0-next.1"
36+
"@storybook/react-native-theming": "^10.3.0-next.2"
3737
},
3838
"devDependencies": {
3939
"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.3.0-next.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f74c577`](https://github.com/storybookjs/react-native/commit/f74c577ff040c5039024ab9c5fc63fae0eec0a91)]:
8+
- @storybook/react-native-ui-common@10.3.0-next.2
9+
- @storybook/react-native-theming@10.3.0-next.2
10+
311
## 10.3.0-next.1
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.3.0-next.1",
3+
"version": "10.3.0-next.2",
44
"description": "Display storybook controls on your device.",
55
"keywords": [
66
"addon",
@@ -32,8 +32,8 @@
3232
},
3333
"dependencies": {
3434
"@gorhom/portal": "^1.0.14",
35-
"@storybook/react-native-theming": "^10.3.0-next.1",
36-
"@storybook/react-native-ui-common": "^10.3.0-next.1",
35+
"@storybook/react-native-theming": "^10.3.0-next.2",
36+
"@storybook/react-native-ui-common": "^10.3.0-next.2",
3737
"polished": "^4.3.1",
3838
"react-native-modal-datetime-picker": "^18.0.0",
3939
"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.3.0-next.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @storybook/react-native-theming@10.3.0-next.2
9+
310
## 10.3.0-next.1
411

512
### Patch Changes

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": "10.3.0-next.1",
3+
"version": "10.3.0-next.2",
44
"description": "Write notes for your react-native Storybook stories.",
55
"keywords": [
66
"addon",
@@ -30,7 +30,7 @@
3030
"check:types": "tsc --noEmit"
3131
},
3232
"dependencies": {
33-
"@storybook/react-native-theming": "^10.3.0-next.1"
33+
"@storybook/react-native-theming": "^10.3.0-next.2"
3434
},
3535
"devDependencies": {
3636
"react-native-markdown-display": "^7.0.2",

0 commit comments

Comments
 (0)