Skip to content

Commit 3bf50aa

Browse files
chore: version packages (next)
1 parent 47e0d9d commit 3bf50aa

File tree

21 files changed

+113
-47
lines changed

21 files changed

+113
-47
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"@storybook/tests": "0.0.0"
1717
},
1818
"changesets": [
19+
"big-symbols-see",
1920
"cool-tigers-type",
2021
"eleven-colts-brush",
2122
"good-peaches-doubt",

examples/expo-example/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333
"@react-native-async-storage/async-storage": "2.2.0",
3434
"@react-native-community/datetimepicker": "8.6.0",
3535
"@react-native-community/slider": "5.1.2",
36-
"@storybook/addon-ondevice-actions": "^10.3.0-next.5",
37-
"@storybook/addon-ondevice-backgrounds": "^10.3.0-next.5",
38-
"@storybook/addon-ondevice-controls": "^10.3.0-next.5",
39-
"@storybook/addon-ondevice-notes": "^10.3.0-next.5",
36+
"@storybook/addon-ondevice-actions": "^10.3.0-next.6",
37+
"@storybook/addon-ondevice-backgrounds": "^10.3.0-next.6",
38+
"@storybook/addon-ondevice-controls": "^10.3.0-next.6",
39+
"@storybook/addon-ondevice-notes": "^10.3.0-next.6",
4040
"@storybook/addon-react-native-server": "^1.0.1",
4141
"@storybook/react": "10.3.0-alpha.14",
42-
"@storybook/react-native": "^10.3.0-next.5",
43-
"@storybook/react-native-ui-lite": "^10.3.0-next.5",
42+
"@storybook/react-native": "^10.3.0-next.6",
43+
"@storybook/react-native-ui-lite": "^10.3.0-next.6",
4444
"@storybook/react-native-web-vite": "10.3.0-alpha.14",
4545
"babel-plugin-react-compiler": "^1.0.0",
4646
"expo": "~55.0.2",

packages/ondevice-actions/CHANGELOG.md

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

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

512
### Patch Changes

packages/ondevice-actions/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-actions",
3-
"version": "10.3.0-next.5",
3+
"version": "10.3.0-next.6",
44
"description": "Action Logger addon for react-native storybook",
55
"keywords": [
66
"storybook"
@@ -28,7 +28,7 @@
2828
"check:types": "tsc --noEmit"
2929
},
3030
"dependencies": {
31-
"@storybook/react-native-theming": "^10.3.0-next.5",
31+
"@storybook/react-native-theming": "^10.3.0-next.6",
3232
"fast-deep-equal": "^3.1.3"
3333
},
3434
"devDependencies": {

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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @storybook/react-native-theming@10.3.0-next.6
9+
310
## 10.3.0-next.5
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.5",
3+
"version": "10.3.0-next.6",
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.5"
36+
"@storybook/react-native-theming": "^10.3.0-next.6"
3737
},
3838
"devDependencies": {
3939
"storybook": "10.3.0-alpha.14",

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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @storybook/react-native-ui-common@10.3.0-next.6
9+
- @storybook/react-native-theming@10.3.0-next.6
10+
311
## 10.3.0-next.5
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.5",
3+
"version": "10.3.0-next.6",
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.5",
36-
"@storybook/react-native-ui-common": "^10.3.0-next.5",
35+
"@storybook/react-native-theming": "^10.3.0-next.6",
36+
"@storybook/react-native-ui-common": "^10.3.0-next.6",
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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @storybook/react-native-theming@10.3.0-next.6
9+
310
## 10.3.0-next.5
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.5",
3+
"version": "10.3.0-next.6",
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.5"
33+
"@storybook/react-native-theming": "^10.3.0-next.6"
3434
},
3535
"devDependencies": {
3636
"react-native-markdown-display": "^7.0.2",

0 commit comments

Comments
 (0)