Skip to content

Commit 52e5ec6

Browse files
committed
chore: publish
- @react-navigation/[email protected] - @react-navigation/[email protected] - @react-navigation/[email protected] - @react-navigation/[email protected] - @react-navigation/[email protected] - @react-navigation/[email protected] - @react-navigation/[email protected] - @react-navigation/[email protected] - [email protected] - [email protected] - @react-navigation/[email protected] - @react-navigation/[email protected]
1 parent 0d7379b commit 52e5ec6

File tree

25 files changed

+90
-29
lines changed

25 files changed

+90
-29
lines changed

packages/bottom-tabs/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+
## [7.3.14](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2025-05-30)
7+
8+
### Bug Fixes
9+
10+
* don't use row-reverse for tab position ([86ae0d6](https://github.com/react-navigation/react-navigation/commit/86ae0d6adfd6cd842b97a980dd0176ed6c5c3b1e)) - by @satya164
11+
612
## [7.3.13](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2025-05-11)
713

814
**Note:** Version bump only for package @react-navigation/bottom-tabs

packages/bottom-tabs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-navigation/bottom-tabs",
33
"description": "Bottom tab navigator following iOS design guidelines",
4-
"version": "7.3.13",
4+
"version": "7.3.14",
55
"keywords": [
66
"react-native-component",
77
"react-component",
@@ -41,7 +41,7 @@
4141
"clean": "del lib"
4242
},
4343
"dependencies": {
44-
"@react-navigation/elements": "^2.4.2",
44+
"@react-navigation/elements": "^2.4.3",
4545
"color": "^4.2.3"
4646
},
4747
"devDependencies": {

packages/core/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+
# [7.10.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2025-05-30)
7+
8+
### Features
9+
10+
* add a REPLACE_PARAMS action ([9739421](https://github.com/react-navigation/react-navigation/commit/97394212d88ccfc464db850b8a95d129befa5c80)) - by @satya164
11+
612
## [7.9.2](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2025-05-11)
713

814
### Bug Fixes

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-navigation/core",
33
"description": "Core utilities for building navigators",
4-
"version": "7.9.2",
4+
"version": "7.10.0",
55
"keywords": [
66
"react",
77
"react-native",
@@ -40,7 +40,7 @@
4040
"clean": "del lib"
4141
},
4242
"dependencies": {
43-
"@react-navigation/routers": "^7.3.7",
43+
"@react-navigation/routers": "^7.4.0",
4444
"escape-string-regexp": "^4.0.0",
4545
"nanoid": "^3.3.11",
4646
"query-string": "^7.1.3",

packages/devtools/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.0.30](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/devtools
9+
610
## [7.0.29](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2025-05-11)
711

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

packages/devtools/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/devtools",
33
"description": "Developer tools for React Navigation",
4-
"version": "7.0.29",
4+
"version": "7.0.30",
55
"keywords": [
66
"react",
77
"react-native",

packages/drawer/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+
# [7.4.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2025-05-30)
7+
8+
### Features
9+
10+
* add backBehavior: fullHistory to TabRouter ([e95e8bb](https://github.com/react-navigation/react-navigation/commit/e95e8bbf1f096929c6d443696459bf55af70c9d6)) - by @satya164
11+
612
## [7.3.12](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2025-05-11)
713

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

packages/drawer/package.json

Lines changed: 2 additions & 2 deletions
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.3.12",
4+
"version": "7.4.0",
55
"keywords": [
66
"react-native-component",
77
"react-component",
@@ -46,7 +46,7 @@
4646
"clean": "del lib"
4747
},
4848
"dependencies": {
49-
"@react-navigation/elements": "^2.4.2",
49+
"@react-navigation/elements": "^2.4.3",
5050
"color": "^4.2.3",
5151
"react-native-drawer-layout": "workspace:^",
5252
"use-latest-callback": "^0.2.3"

packages/elements/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+
## [2.4.3](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/elements
9+
610
## [2.4.2](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2025-05-11)
711

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

packages/elements/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/elements",
33
"description": "UI Components for React Navigation",
4-
"version": "2.4.2",
4+
"version": "2.4.3",
55
"keywords": [
66
"react-native",
77
"react-navigation",

0 commit comments

Comments
 (0)