Skip to content

Commit 13e3ced

Browse files
committed
chore: publish
- @react-navigation/[email protected] - [email protected]
1 parent 833bfa6 commit 13e3ced

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.4.1](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2025-05-30)
7+
8+
**Note:** Version bump only for package @react-navigation/drawer
9+
610
# [7.4.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2025-05-30)
711

812
### Features

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.4.0",
4+
"version": "7.4.1",
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.10](https://github.com/react-navigation/react-navigation/compare/[email protected]@4.1.10) (2025-05-30)
7+
8+
### Bug Fixes
9+
10+
* position drawer offscreen by default on web ([833bfa6](https://github.com/react-navigation/react-navigation/commit/833bfa63004deeb0fd6e17faf6d65ea220ad1527)) - by @
11+
612
## [4.1.9](https://github.com/react-navigation/react-navigation/compare/[email protected]@4.1.9) (2025-05-30)
713

814
### Bug Fixes

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.9",
4+
"version": "4.1.10",
55
"keywords": [
66
"react-native-component",
77
"react-component",

0 commit comments

Comments
 (0)