Skip to content

Commit 8f9fc7f

Browse files
chore(release): version packages
1 parent 2f6856c commit 8f9fc7f

6 files changed

Lines changed: 41 additions & 22 deletions

File tree

.changeset/blue-software-mansion.md

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

.changeset/nativewindui-template-fixes.md

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

cli/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# create-expo-stack
22

3+
## 2.23.0
4+
5+
### Minor Changes
6+
7+
- 51d7c49: Expose Software Mansion packages and supported stack options across the CLI, docs, and website.
8+
9+
### Patch Changes
10+
11+
- 2f6856c: Fix generated NativewindUI templates against the Expo Router v6 / SDK 56 template shape.
12+
13+
- Migrate NativewindUI template imports (`ThemeProvider`, `useNavigation`, `useHeaderHeight`, theme types) from `@react-navigation/*` to the `expo-router/react-navigation` surface.
14+
- Add a shared `useHeaderSearchBar` helper and use it across the stack, tabs, and drawer NativewindUI screens instead of duplicating the hook inline.
15+
- Clean up the stack, tabs, and drawer routes/layouts: drop the removed `useInitialAndroidBarSync` call, source `Icon`/`ThemeToggle` from the generated NativewindUI paths, and use valid SF Symbol icon names.
16+
- Update the generated DatePicker usage to the current `onValueChange` listener and patch the generated Android DatePicker source accordingly, plus guard the generated Picker's Android-only dropdown props behind a `Platform.OS === 'android'` check for web.
17+
- Remove the deprecated `estimatedItemSize` prop from FlashList and simplify the progress-indicator interval effect.
18+
- Warn during development when a generated NativewindUI patch cannot be applied because the source no longer matches the expected shape.
19+
320
## 2.22.0
421

522
### Minor Changes

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-expo-stack",
3-
"version": "2.22.0",
3+
"version": "2.23.0",
44
"description": "CLI tool to initialize a React Native application with Expo",
55
"repository": {
66
"type": "git",

packages/rn-new/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# rn-new
22

3+
## 2.23.0
4+
5+
### Minor Changes
6+
7+
- 51d7c49: Expose Software Mansion packages and supported stack options across the CLI, docs, and website.
8+
9+
### Patch Changes
10+
11+
- 2f6856c: Fix generated NativewindUI templates against the Expo Router v6 / SDK 56 template shape.
12+
13+
- Migrate NativewindUI template imports (`ThemeProvider`, `useNavigation`, `useHeaderHeight`, theme types) from `@react-navigation/*` to the `expo-router/react-navigation` surface.
14+
- Add a shared `useHeaderSearchBar` helper and use it across the stack, tabs, and drawer NativewindUI screens instead of duplicating the hook inline.
15+
- Clean up the stack, tabs, and drawer routes/layouts: drop the removed `useInitialAndroidBarSync` call, source `Icon`/`ThemeToggle` from the generated NativewindUI paths, and use valid SF Symbol icon names.
16+
- Update the generated DatePicker usage to the current `onValueChange` listener and patch the generated Android DatePicker source accordingly, plus guard the generated Picker's Android-only dropdown props behind a `Platform.OS === 'android'` check for web.
17+
- Remove the deprecated `estimatedItemSize` prop from FlashList and simplify the progress-indicator interval effect.
18+
- Warn during development when a generated NativewindUI patch cannot be applied because the source no longer matches the expected shape.
19+
20+
- Updated dependencies [51d7c49]
21+
- Updated dependencies [2f6856c]
22+
- create-expo-stack@2.23.0
23+
324
## 2.22.0
425

526
### Minor Changes

packages/rn-new/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rn-new",
3-
"version": "2.22.0",
3+
"version": "2.23.0",
44
"description": "Shorthand for create-expo-stack",
55
"repository": {
66
"type": "git",
@@ -20,7 +20,7 @@
2020
"prepublishOnly": "bun run build"
2121
},
2222
"dependencies": {
23-
"create-expo-stack": "^2.22.0"
23+
"create-expo-stack": "^2.23.0"
2424
},
2525
"publishConfig": {
2626
"access": "public",

0 commit comments

Comments
 (0)