Skip to content

Commit fb7c026

Browse files
chore(release): version packages
1 parent bbe0628 commit fb7c026

6 files changed

Lines changed: 28 additions & 18 deletions

File tree

.changeset/fix-button-margins.md

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

.changeset/nativewind-home-layout.md

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

cli/CHANGELOG.md

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

3+
## 2.23.1
4+
5+
### Patch Changes
6+
7+
- 3d84352: Add horizontal margins to button wrapper in Nativewind templates to prevent full-width buttons.
8+
9+
- Add button wrapper View with `mx-4` class (16px horizontal margins) around Link/Button components in the Nativewind Expo Router stack template
10+
- Ensures buttons have proper spacing and don't stretch to fill the entire screen width
11+
12+
- bbe0628: Fix Nativewind template layout: inset the Show Details button from the screen edges, constrain EditScreenInfo so its description text wraps instead of clipping, type TabBarIcon color as ColorValue for SDK 56 tabs, and only quote the rerun-hint project name when it needs shell quoting.
13+
314
## 2.23.0
415

516
### 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.23.0",
3+
"version": "2.23.1",
44
"description": "CLI tool to initialize a React Native application with Expo",
55
"repository": {
66
"type": "git",

packages/rn-new/CHANGELOG.md

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

3+
## 2.23.1
4+
5+
### Patch Changes
6+
7+
- 3d84352: Add horizontal margins to button wrapper in Nativewind templates to prevent full-width buttons.
8+
9+
- Add button wrapper View with `mx-4` class (16px horizontal margins) around Link/Button components in the Nativewind Expo Router stack template
10+
- Ensures buttons have proper spacing and don't stretch to fill the entire screen width
11+
12+
- bbe0628: Fix Nativewind template layout: inset the Show Details button from the screen edges, constrain EditScreenInfo so its description text wraps instead of clipping, type TabBarIcon color as ColorValue for SDK 56 tabs, and only quote the rerun-hint project name when it needs shell quoting.
13+
- Updated dependencies [3d84352]
14+
- Updated dependencies [bbe0628]
15+
- create-expo-stack@2.23.1
16+
317
## 2.23.0
418

519
### 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.23.0",
3+
"version": "2.23.1",
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.23.0"
23+
"create-expo-stack": "^2.23.1"
2424
},
2525
"publishConfig": {
2626
"access": "public",

0 commit comments

Comments
 (0)