Skip to content

Commit 69b2c14

Browse files
committed
chore: publish
- @react-navigation/[email protected] - [email protected]
1 parent 7e5ecb3 commit 69b2c14

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

packages/drawer/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.5.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2025-07-07)
7+
8+
**Note:** Version bump only for package @react-navigation/drawer
9+
610
## [7.5.2](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2025-06-24)
711

812
**Note:** Version bump only for package @react-navigation/drawer

packages/drawer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-navigation/drawer",
33
"description": "Integration for the drawer component from react-native-drawer-layout",
4-
"version": "7.5.2",
4+
"version": "7.5.3",
55
"keywords": [
66
"react-native-component",
77
"react-component",

packages/react-native-drawer-layout/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.1.12](https://github.com/react-navigation/react-navigation/compare/[email protected]@4.1.12) (2025-07-07)
7+
8+
### Bug Fixes
9+
10+
* add px to drawer width on web. fixes [#12674](https://github.com/react-navigation/react-navigation/issues/12674) ([7e5ecb3](https://github.com/react-navigation/react-navigation/commit/7e5ecb39a025d0f6b94a9fe2a316b42450fde25d)) - by @
11+
612
## [4.1.11](https://github.com/react-navigation/react-navigation/compare/[email protected]@4.1.11) (2025-06-14)
713

814
**Note:** Version bump only for package react-native-drawer-layout

packages/react-native-drawer-layout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-drawer-layout",
33
"description": "Drawer component for React Native",
4-
"version": "4.1.11",
4+
"version": "4.1.12",
55
"keywords": [
66
"react-native-component",
77
"react-component",

0 commit comments

Comments
 (0)