Skip to content

Commit 399e347

Browse files
chore: version packages (next)
1 parent ca065b5 commit 399e347

File tree

21 files changed

+148
-48
lines changed

21 files changed

+148
-48
lines changed

.changeset/pre.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
"cool-tigers-type",
2020
"eleven-colts-brush",
2121
"good-peaches-doubt",
22-
"heavy-peas-throw"
22+
"heavy-peas-throw",
23+
"light-squids-speak",
24+
"public-impalas-begin",
25+
"tender-buttons-judge",
26+
"warm-walls-wish",
27+
"wide-jobs-wink"
2328
]
2429
}

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.6.0",
3232
"@react-native-community/slider": "5.1.2",
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",
33+
"@storybook/addon-ondevice-actions": "^10.3.0-next.3",
34+
"@storybook/addon-ondevice-backgrounds": "^10.3.0-next.3",
35+
"@storybook/addon-ondevice-controls": "^10.3.0-next.3",
36+
"@storybook/addon-ondevice-notes": "^10.3.0-next.3",
3737
"@storybook/addon-react-native-server": "^1.0.1",
3838
"@storybook/react": "10.3.0-alpha.12",
39-
"@storybook/react-native": "^10.3.0-next.2",
40-
"@storybook/react-native-ui-lite": "^10.3.0-next.2",
39+
"@storybook/react-native": "^10.3.0-next.3",
40+
"@storybook/react-native-ui-lite": "^10.3.0-next.3",
4141
"@storybook/react-native-web-vite": "10.3.0-alpha.12",
4242
"babel-plugin-react-compiler": "^1.0.0",
4343
"expo": "~55.0.2",

packages/ondevice-actions/CHANGELOG.md

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

3+
## 10.3.0-next.3
4+
5+
### Patch Changes
6+
7+
- [#858](https://github.com/storybookjs/react-native/pull/858) [`ca065b5`](https://github.com/storybookjs/react-native/commit/ca065b5b42bff1b4fba12906f86c074d3ea21e25) Thanks [@dannyhw](https://github.com/dannyhw)! - fix actions logs not themed
8+
9+
- [#855](https://github.com/storybookjs/react-native/pull/855) [`6b85c99`](https://github.com/storybookjs/react-native/commit/6b85c9934532ade16f854b07084566d08693965a) Thanks [@dannyhw](https://github.com/dannyhw)! - update dev deps and lock to fix duplicate deps
10+
11+
- Updated dependencies []:
12+
- @storybook/react-native-theming@10.3.0-next.3
13+
314
## 10.3.0-next.2
415

516
## 10.3.0-next.1

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.2",
3+
"version": "10.3.0-next.3",
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.2",
31+
"@storybook/react-native-theming": "^10.3.0-next.3",
3232
"fast-deep-equal": "^3.1.3"
3333
},
3434
"devDependencies": {

packages/ondevice-backgrounds/CHANGELOG.md

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

3+
## 10.3.0-next.3
4+
5+
### Patch Changes
6+
7+
- [#857](https://github.com/storybookjs/react-native/pull/857) [`32b4cee`](https://github.com/storybookjs/react-native/commit/32b4cee543b92128fd52b996eba66a48fbcdd3e3) Thanks [@dannyhw](https://github.com/dannyhw)! - fix: addon panels only update when active
8+
9+
- [#855](https://github.com/storybookjs/react-native/pull/855) [`6b85c99`](https://github.com/storybookjs/react-native/commit/6b85c9934532ade16f854b07084566d08693965a) Thanks [@dannyhw](https://github.com/dannyhw)! - update dev deps and lock to fix duplicate deps
10+
11+
- Updated dependencies []:
12+
- @storybook/react-native-theming@10.3.0-next.3
13+
314
## 10.3.0-next.2
415

516
### 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.2",
3+
"version": "10.3.0-next.3",
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.2"
36+
"@storybook/react-native-theming": "^10.3.0-next.3"
3737
},
3838
"devDependencies": {
3939
"storybook": "10.3.0-alpha.12",

packages/ondevice-controls/CHANGELOG.md

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

3+
## 10.3.0-next.3
4+
5+
### Patch Changes
6+
7+
- [#857](https://github.com/storybookjs/react-native/pull/857) [`32b4cee`](https://github.com/storybookjs/react-native/commit/32b4cee543b92128fd52b996eba66a48fbcdd3e3) Thanks [@dannyhw](https://github.com/dannyhw)! - fix: addon panels only update when active
8+
9+
- [#855](https://github.com/storybookjs/react-native/pull/855) [`6b85c99`](https://github.com/storybookjs/react-native/commit/6b85c9934532ade16f854b07084566d08693965a) Thanks [@dannyhw](https://github.com/dannyhw)! - update dev deps and lock to fix duplicate deps
10+
11+
- Updated dependencies [[`6b85c99`](https://github.com/storybookjs/react-native/commit/6b85c9934532ade16f854b07084566d08693965a)]:
12+
- @storybook/react-native-ui-common@10.3.0-next.3
13+
- @storybook/react-native-theming@10.3.0-next.3
14+
315
## 10.3.0-next.2
416

517
### 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.2",
3+
"version": "10.3.0-next.3",
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.2",
36-
"@storybook/react-native-ui-common": "^10.3.0-next.2",
35+
"@storybook/react-native-theming": "^10.3.0-next.3",
36+
"@storybook/react-native-ui-common": "^10.3.0-next.3",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @storybook/addon-ondevice-notes
22

3+
## 10.3.0-next.3
4+
5+
### Patch Changes
6+
7+
- [#857](https://github.com/storybookjs/react-native/pull/857) [`32b4cee`](https://github.com/storybookjs/react-native/commit/32b4cee543b92128fd52b996eba66a48fbcdd3e3) Thanks [@dannyhw](https://github.com/dannyhw)! - fix: addon panels only update when active
8+
9+
- [#855](https://github.com/storybookjs/react-native/pull/855) [`6b85c99`](https://github.com/storybookjs/react-native/commit/6b85c9934532ade16f854b07084566d08693965a) Thanks [@dannyhw](https://github.com/dannyhw)! - update dev deps and lock to fix duplicate deps
10+
11+
- Updated dependencies []:
12+
- @storybook/react-native-theming@10.3.0-next.3
13+
314
## 10.3.0-next.2
415

516
### 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.2",
3+
"version": "10.3.0-next.3",
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.2"
33+
"@storybook/react-native-theming": "^10.3.0-next.3"
3434
},
3535
"devDependencies": {
3636
"react-native-markdown-display": "^7.0.2",

0 commit comments

Comments
 (0)