Skip to content

Commit f7a9b1d

Browse files
committedDec 7, 2022
chore: publish
- @react-navigation/example@6.0.1 - @react-navigation/bottom-tabs@6.5.0 - @react-navigation/core@6.4.4 - @react-navigation/devtools@6.0.14 - @react-navigation/drawer@6.5.4 - @react-navigation/elements@1.3.10 - flipper-plugin-react-navigation@1.3.19 - @react-navigation/material-bottom-tabs@6.2.8 - @react-navigation/material-top-tabs@6.5.0 - @react-navigation/native-stack@6.9.5 - @react-navigation/native@6.1.0 - react-native-tab-view@3.3.3 - @react-navigation/stack@6.3.8
1 parent 6960132 commit f7a9b1d

27 files changed

+96
-30
lines changed
 

‎example/CHANGELOG.md

+4
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+
## [6.0.1](https://github.com/react-navigation/react-navigation/compare/@react-navigation/example@6.0.0...@react-navigation/example@6.0.1) (2022-12-07)
7+
8+
**Note:** Version bump only for package @react-navigation/example
9+
610
# 6.0.0 (2022-11-29)
711

812
### Bug Fixes

‎example/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-navigation/example",
33
"description": "Demo app to showcase various functionality of React Navigation",
4-
"version": "6.0.0",
4+
"version": "6.0.1",
55
"private": true,
66
"scripts": {
77
"start": "NODE_OPTIONS=--openssl-legacy-provider expo start",
@@ -38,7 +38,7 @@
3838
"react-native-reanimated": "~2.9.1",
3939
"react-native-safe-area-context": "4.3.1",
4040
"react-native-screens": "~3.15.0",
41-
"react-native-tab-view": "^3.3.2",
41+
"react-native-tab-view": "^3.3.3",
4242
"react-native-vector-icons": "^9.1.0",
4343
"react-native-web": "~0.18.7"
4444
},

‎packages/bottom-tabs/CHANGELOG.md

+6
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+
# [6.5.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.4.3...@react-navigation/bottom-tabs@6.5.0) (2022-12-07)
7+
8+
### Features
9+
10+
* expose the original label in children prop for custom label functions in tab navigators ([417cb56](https://github.com/react-navigation/react-navigation/commit/417cb566c3c5304a0f5ebf4f32d0d42e5d1ca0f6)) - by @satya164
11+
612
## [6.4.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.4.1...@react-navigation/bottom-tabs@6.4.3) (2022-11-29)
713

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

‎packages/bottom-tabs/package.json

+2-2
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": "6.4.3",
4+
"version": "6.5.0",
55
"keywords": [
66
"react-native-component",
77
"react-component",
@@ -36,7 +36,7 @@
3636
"clean": "del lib"
3737
},
3838
"dependencies": {
39-
"@react-navigation/elements": "^1.3.9",
39+
"@react-navigation/elements": "^1.3.10",
4040
"color": "^4.2.3",
4141
"warn-once": "^0.1.0"
4242
},

‎packages/core/CHANGELOG.md

+6
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+
## [6.4.4](https://github.com/react-navigation/react-navigation/compare/@react-navigation/core@6.4.3...@react-navigation/core@6.4.4) (2022-12-07)
7+
8+
### Bug Fixes
9+
10+
* bump query-string version ([#11069](https://github.com/react-navigation/react-navigation/issues/11069)) ([e840128](https://github.com/react-navigation/react-navigation/commit/e8401289e98a9e3a62a5b9c178686bb353025deb)) - by @krudos
11+
612
## [6.4.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/core@6.4.1...@react-navigation/core@6.4.3) (2022-11-29)
713

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

‎packages/core/package.json

+1-1
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": "6.4.3",
4+
"version": "6.4.4",
55
"keywords": [
66
"react",
77
"react-native",

‎packages/devtools/CHANGELOG.md

+4
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+
## [6.0.14](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@6.0.13...@react-navigation/devtools@6.0.14) (2022-12-07)
7+
8+
**Note:** Version bump only for package @react-navigation/devtools
9+
610
## [6.0.13](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@6.0.11...@react-navigation/devtools@6.0.13) (2022-11-29)
711

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

‎packages/devtools/package.json

+1-1
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": "6.0.13",
4+
"version": "6.0.14",
55
"keywords": [
66
"react",
77
"react-native",

‎packages/drawer/CHANGELOG.md

+6
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+
## [6.5.4](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.5.3...@react-navigation/drawer@6.5.4) (2022-12-07)
7+
8+
### Bug Fixes
9+
10+
* drawerstatuscontext should be exported ([#11041](https://github.com/react-navigation/react-navigation/issues/11041)) ([b3722fd](https://github.com/react-navigation/react-navigation/commit/b3722fd19958be5b1becd110306cb98a5e8f5cb4)) - by @leonchabbey
11+
612
## [6.5.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.5.1...@react-navigation/drawer@6.5.3) (2022-11-29)
713

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

‎packages/drawer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-navigation/drawer",
33
"description": "Drawer navigator component with animated transitions and gesturess",
4-
"version": "6.5.3",
4+
"version": "6.5.4",
55
"keywords": [
66
"react-native-component",
77
"react-component",
@@ -41,7 +41,7 @@
4141
"clean": "del lib"
4242
},
4343
"dependencies": {
44-
"@react-navigation/elements": "^1.3.9",
44+
"@react-navigation/elements": "^1.3.10",
4545
"color": "^4.2.3",
4646
"warn-once": "^0.1.0"
4747
},

‎packages/elements/CHANGELOG.md

+4
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+
## [1.3.10](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.3.9...@react-navigation/elements@1.3.10) (2022-12-07)
7+
8+
**Note:** Version bump only for package @react-navigation/elements
9+
610
## [1.3.9](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.3.7...@react-navigation/elements@1.3.9) (2022-11-29)
711

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

‎packages/elements/package.json

+1-1
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": "1.3.9",
4+
"version": "1.3.10",
55
"keywords": [
66
"react-native",
77
"react-navigation",

‎packages/flipper-plugin-react-navigation/CHANGELOG.md

+4
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+
## [1.3.19](https://github.com/react-navigation/react-navigation/compare/flipper-plugin-react-navigation@1.3.18...flipper-plugin-react-navigation@1.3.19) (2022-12-07)
7+
8+
**Note:** Version bump only for package flipper-plugin-react-navigation
9+
610
## [1.3.18](https://github.com/react-navigation/react-navigation/compare/flipper-plugin-react-navigation@1.3.16...flipper-plugin-react-navigation@1.3.18) (2022-11-29)
711

812
**Note:** Version bump only for package flipper-plugin-react-navigation

‎packages/flipper-plugin-react-navigation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
33
"name": "flipper-plugin-react-navigation",
44
"description": "Developer tools for React Navigation",
5-
"version": "1.3.18",
5+
"version": "1.3.19",
66
"main": "dist/bundle.js",
77
"license": "MIT",
88
"keywords": [

‎packages/material-bottom-tabs/CHANGELOG.md

+4
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+
## [6.2.8](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.2.7...@react-navigation/material-bottom-tabs@6.2.8) (2022-12-07)
7+
8+
**Note:** Version bump only for package @react-navigation/material-bottom-tabs
9+
610
## [6.2.7](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.2.5...@react-navigation/material-bottom-tabs@6.2.7) (2022-11-29)
711

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

‎packages/material-bottom-tabs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-navigation/material-bottom-tabs",
33
"description": "Integration for bottom navigation component from react-native-paper",
4-
"version": "6.2.7",
4+
"version": "6.2.8",
55
"keywords": [
66
"react-native-component",
77
"react-component",
@@ -41,7 +41,7 @@
4141
"clean": "del lib"
4242
},
4343
"dependencies": {
44-
"@react-navigation/elements": "^1.3.9"
44+
"@react-navigation/elements": "^1.3.10"
4545
},
4646
"devDependencies": {
4747
"@react-navigation/native": "workspace:^",

‎packages/material-top-tabs/CHANGELOG.md

+6
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+
# [6.5.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@6.4.0...@react-navigation/material-top-tabs@6.5.0) (2022-12-07)
7+
8+
### Features
9+
10+
* expose the original label in children prop for custom label functions in tab navigators ([417cb56](https://github.com/react-navigation/react-navigation/commit/417cb566c3c5304a0f5ebf4f32d0d42e5d1ca0f6)) - by @satya164
11+
612
# [6.4.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@6.3.1...@react-navigation/material-top-tabs@6.4.0) (2022-11-29)
713

814
### Features

‎packages/material-top-tabs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-navigation/material-top-tabs",
33
"description": "Integration for the animated tab view component from react-native-tab-view",
4-
"version": "6.4.0",
4+
"version": "6.5.0",
55
"keywords": [
66
"react-native-component",
77
"react-component",

‎packages/native-stack/CHANGELOG.md

+4
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+
## [6.9.5](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.9.4...@react-navigation/native-stack@6.9.5) (2022-12-07)
7+
8+
**Note:** Version bump only for package @react-navigation/native-stack
9+
610
## [6.9.4](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.9.2...@react-navigation/native-stack@6.9.4) (2022-11-29)
711

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

‎packages/native-stack/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-navigation/native-stack",
33
"description": "Native stack navigator using react-native-screens",
4-
"version": "6.9.4",
4+
"version": "6.9.5",
55
"keywords": [
66
"react-native-component",
77
"react-component",
@@ -41,7 +41,7 @@
4141
"clean": "del lib"
4242
},
4343
"dependencies": {
44-
"@react-navigation/elements": "^1.3.9",
44+
"@react-navigation/elements": "^1.3.10",
4545
"warn-once": "^0.1.0"
4646
},
4747
"devDependencies": {

‎packages/native/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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+
# [6.1.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native@6.0.16...@react-navigation/native@6.1.0) (2022-12-07)
7+
8+
### Bug Fixes
9+
10+
* keep hash/fragment section un URLs on web ([#11078](https://github.com/react-navigation/react-navigation/issues/11078)) ([31cb2a2](https://github.com/react-navigation/react-navigation/commit/31cb2a2420f2a1c46c27e7e75cb75db5cb026b03)) - by @nikgraf
11+
12+
### Features
13+
14+
* make useScrollToTop work when nesting multiple tab navigators ([#11063](https://github.com/react-navigation/react-navigation/issues/11063)) ([e391595](https://github.com/react-navigation/react-navigation/commit/e391595bf937f166abdb1f7958bc831c2832afc2)), closes [/github.com/react-navigation/react-navigation/pull/9434#issuecomment-1328345015](https://github.com//github.com/react-navigation/react-navigation/pull/9434/issues/issuecomment-1328345015) - by @anthonyguay
15+
616
## [6.0.16](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native@6.0.14...@react-navigation/native@6.0.16) (2022-11-29)
717

818
**Note:** Version bump only for package @react-navigation/native

‎packages/native/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-navigation/native",
33
"description": "React Native integration for React Navigation",
4-
"version": "6.0.16",
4+
"version": "6.1.0",
55
"keywords": [
66
"react-native",
77
"react-navigation",
@@ -37,7 +37,7 @@
3737
"clean": "del lib"
3838
},
3939
"dependencies": {
40-
"@react-navigation/core": "^6.4.3",
40+
"@react-navigation/core": "^6.4.4",
4141
"escape-string-regexp": "^4.0.0",
4242
"fast-deep-equal": "^3.1.3",
4343
"nanoid": "^3.1.23"

‎packages/react-native-tab-view/CHANGELOG.md

+4
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+
## [3.3.3](https://github.com/react-navigation/react-navigation/compare/react-native-tab-view@3.3.2...react-native-tab-view@3.3.3) (2022-12-07)
7+
8+
**Note:** Version bump only for package react-native-tab-view
9+
610
## [3.3.2](https://github.com/react-navigation/react-navigation/compare/react-native-tab-view@3.3.0...react-native-tab-view@3.3.2) (2022-11-29)
711

812
### Bug Fixes

‎packages/react-native-tab-view/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-tab-view",
33
"description": "Tab view component for React Native",
4-
"version": "3.3.2",
4+
"version": "3.3.3",
55
"keywords": [
66
"react-native-component",
77
"react-component",

‎packages/stack/CHANGELOG.md

+4
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+
## [6.3.8](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.3.7...@react-navigation/stack@6.3.8) (2022-12-07)
7+
8+
**Note:** Version bump only for package @react-navigation/stack
9+
610
## [6.3.7](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.3.5...@react-navigation/stack@6.3.7) (2022-11-29)
711

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

‎packages/stack/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-navigation/stack",
33
"description": "Stack navigator component for iOS and Android with animated transitions and gestures",
4-
"version": "6.3.7",
4+
"version": "6.3.8",
55
"keywords": [
66
"react-native-component",
77
"react-component",
@@ -40,7 +40,7 @@
4040
"clean": "del lib"
4141
},
4242
"dependencies": {
43-
"@react-navigation/elements": "^1.3.9",
43+
"@react-navigation/elements": "^1.3.10",
4444
"color": "^4.2.3",
4545
"warn-once": "^0.1.0"
4646
},

0 commit comments

Comments
 (0)
Please sign in to comment.