Skip to content

Commit acbeec0

Browse files
committed
chore: publish
- @react-navigation/example@6.0.3 - @react-navigation/bottom-tabs@6.5.5 - @react-navigation/drawer@6.6.0 - @react-navigation/elements@1.3.15 - @react-navigation/material-bottom-tabs@6.2.13 - @react-navigation/material-top-tabs@6.6.0 - @react-navigation/native-stack@6.9.10 - @react-navigation/native@6.1.4 - react-native-tab-view@3.4.0 - @react-navigation/stack@6.3.13
1 parent a5050ba commit acbeec0

21 files changed

+82
-21
lines changed

example/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.0.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/example@6.0.2...@react-navigation/example@6.0.3) (2023-02-14)
7+
8+
### Bug Fixes
9+
10+
* added close drawer accessibility tap area ([#11184](https://github.com/react-navigation/react-navigation/issues/11184)) ([061fb13](https://github.com/react-navigation/react-navigation/commit/061fb13273686bc5337442f1026ae426399b9808)) - by @mikegarfinkle
11+
612
## [6.0.2](https://github.com/react-navigation/react-navigation/compare/@react-navigation/example@6.0.1...@react-navigation/example@6.0.2) (2022-12-12)
713

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

example/package.json

+1-1
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.2",
4+
"version": "6.0.3",
55
"private": true,
66
"scripts": {
77
"start": "NODE_OPTIONS=--openssl-legacy-provider expo start",

packages/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.5.5](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.5.4...@react-navigation/bottom-tabs@6.5.5) (2023-02-14)
7+
8+
**Note:** Version bump only for package @react-navigation/bottom-tabs
9+
610
## [6.5.4](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.5.3...@react-navigation/bottom-tabs@6.5.4) (2023-01-31)
711

812
**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.5.4",
4+
"version": "6.5.5",
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.14",
39+
"@react-navigation/elements": "^1.3.15",
4040
"color": "^4.2.3",
4141
"warn-once": "^0.1.0"
4242
},

packages/drawer/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.6.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.5.8...@react-navigation/drawer@6.6.0) (2023-02-14)
7+
8+
### Bug Fixes
9+
10+
* added close drawer accessibility tap area ([#11184](https://github.com/react-navigation/react-navigation/issues/11184)) ([061fb13](https://github.com/react-navigation/react-navigation/commit/061fb13273686bc5337442f1026ae426399b9808)) - by @mikegarfinkle
11+
12+
### Features
13+
14+
* add testID and accessibilityLabel to DrawerItem ([#11168](https://github.com/react-navigation/react-navigation/issues/11168)) ([99ff9f7](https://github.com/react-navigation/react-navigation/commit/99ff9f7b92f6bb1ac32bc6c7482ae1faffec4ae8)) - by @andrewtremblay
15+
616
## [6.5.8](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.5.7...@react-navigation/drawer@6.5.8) (2023-01-31)
717

818
**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.8",
4+
"version": "6.6.0",
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.14",
44+
"@react-navigation/elements": "^1.3.15",
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.15](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.3.14...@react-navigation/elements@1.3.15) (2023-02-14)
7+
8+
**Note:** Version bump only for package @react-navigation/elements
9+
610
## [1.3.14](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.3.13...@react-navigation/elements@1.3.14) (2023-01-31)
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.14",
4+
"version": "1.3.15",
55
"keywords": [
66
"react-native",
77
"react-navigation",

packages/material-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.2.13](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.2.12...@react-navigation/material-bottom-tabs@6.2.13) (2023-02-14)
7+
8+
### Bug Fixes
9+
10+
* fix material bottom tabs not respecting safeAreaInsets prop ([fbfc9b3](https://github.com/react-navigation/react-navigation/commit/fbfc9b39db4ac8cb56d0c8f28b0f27b8cda0a508)) - by @satya164
11+
612
## [6.2.12](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.2.11...@react-navigation/material-bottom-tabs@6.2.12) (2023-01-31)
713

814
**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.12",
4+
"version": "6.2.13",
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.14"
44+
"@react-navigation/elements": "^1.3.15"
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.6.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@6.5.3...@react-navigation/material-top-tabs@6.6.0) (2023-02-14)
7+
8+
### Features
9+
10+
* allow users to pass `android_ripple` config in TabView ([#11203](https://github.com/react-navigation/react-navigation/issues/11203)) ([a452ecb](https://github.com/react-navigation/react-navigation/commit/a452ecbfa00d963ff46f231919e66b3cd87f5939)), closes [#11198](https://github.com/react-navigation/react-navigation/issues/11198) - by @okwasniewski
11+
612
## [6.5.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@6.5.2...@react-navigation/material-top-tabs@6.5.3) (2023-01-31)
713

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

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

packages/native-stack/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.9.10](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.9.9...@react-navigation/native-stack@6.9.10) (2023-02-14)
7+
8+
### Bug Fixes
9+
10+
* make headerBackground visible with transparent header ([#11109](https://github.com/react-navigation/react-navigation/issues/11109)) ([d7ef2bf](https://github.com/react-navigation/react-navigation/commit/d7ef2bf4ce77d1405c46d51fd2f375802c0768c4)) - by @yhkaplan
11+
612
## [6.9.9](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.9.8...@react-navigation/native-stack@6.9.9) (2023-01-31)
713

814
**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.9",
4+
"version": "6.9.10",
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.14",
44+
"@react-navigation/elements": "^1.3.15",
4545
"warn-once": "^0.1.0"
4646
},
4747
"devDependencies": {

packages/native/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.1.4](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native@6.1.3...@react-navigation/native@6.1.4) (2023-02-14)
7+
8+
### Bug Fixes
9+
10+
* add `ScrollView` type to 'getScrollResponder' ([#11112](https://github.com/react-navigation/react-navigation/issues/11112)) ([bb3b849](https://github.com/react-navigation/react-navigation/commit/bb3b849c0765287bc52a8ee2b8afda6edb49fd7c)) - by @ken0nek
11+
612
## [6.1.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native@6.1.2...@react-navigation/native@6.1.3) (2023-01-31)
713

814
### Bug Fixes

packages/native/package.json

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

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

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.4.0](https://github.com/react-navigation/react-navigation/compare/react-native-tab-view@3.3.4...react-native-tab-view@3.4.0) (2023-02-14)
7+
8+
### Features
9+
10+
* add support to override pager's overScrollMode ([#11194](https://github.com/react-navigation/react-navigation/issues/11194)) ([8d60b3c](https://github.com/react-navigation/react-navigation/commit/8d60b3cd9ed6f1df502982cbff8b75c633f455c7)) - by @ouabing
11+
* allow users to pass `android_ripple` config in TabView ([#11203](https://github.com/react-navigation/react-navigation/issues/11203)) ([a452ecb](https://github.com/react-navigation/react-navigation/commit/a452ecbfa00d963ff46f231919e66b3cd87f5939)), closes [#11198](https://github.com/react-navigation/react-navigation/issues/11198) - by @okwasniewski
12+
613
## [3.3.4](https://github.com/react-navigation/react-navigation/compare/react-native-tab-view@3.3.3...react-native-tab-view@3.3.4) (2022-12-12)
714

815
**Note:** Version bump only for package react-native-tab-view

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

packages/stack/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.3.13](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.3.12...@react-navigation/stack@6.3.13) (2023-02-14)
7+
8+
### Bug Fixes
9+
10+
* Check cardStyleInterpolator name to allow for custom animation as well ([#11209](https://github.com/react-navigation/react-navigation/issues/11209)) ([a5050ba](https://github.com/react-navigation/react-navigation/commit/a5050baa6001706ec1c6ce295685b9bb1af79abd)), closes [/github.com/react-navigation/react-navigation/blob/main/packages/stack/src/TransitionConfigs/CardStyleInterpolators.tsx#L93](https://github.com//github.com/react-navigation/react-navigation/blob/main/packages/stack/src/TransitionConfigs/CardStyleInterpolators.tsx/issues/L93) [/github.com/react-navigation/react-navigation/blob/main/packages/stack/src/views/Stack/Card.tsx#L580](https://github.com//github.com/react-navigation/react-navigation/blob/main/packages/stack/src/views/Stack/Card.tsx/issues/L580) - by @drager
11+
612
## [6.3.12](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.3.11...@react-navigation/stack@6.3.12) (2023-01-31)
713

814
**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.12",
4+
"version": "6.3.13",
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.14",
43+
"@react-navigation/elements": "^1.3.15",
4444
"color": "^4.2.3",
4545
"warn-once": "^0.1.0"
4646
},

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -4735,7 +4735,7 @@ __metadata:
47354735
version: 0.0.0-use.local
47364736
resolution: "@react-navigation/bottom-tabs@workspace:packages/bottom-tabs"
47374737
dependencies:
4738-
"@react-navigation/elements": ^1.3.14
4738+
"@react-navigation/elements": ^1.3.15
47394739
"@react-navigation/native": "workspace:^"
47404740
"@testing-library/react-native": ^11.5.0
47414741
"@types/color": ^3.0.1
@@ -4808,7 +4808,7 @@ __metadata:
48084808
version: 0.0.0-use.local
48094809
resolution: "@react-navigation/drawer@workspace:packages/drawer"
48104810
dependencies:
4811-
"@react-navigation/elements": ^1.3.14
4811+
"@react-navigation/elements": ^1.3.15
48124812
"@react-navigation/native": "workspace:^"
48134813
"@testing-library/react-native": ^11.5.0
48144814
"@types/react": ~18.0.0
@@ -4835,7 +4835,7 @@ __metadata:
48354835
languageName: unknown
48364836
linkType: soft
48374837

4838-
"@react-navigation/elements@^1.3.14, @react-navigation/elements@workspace:packages/elements":
4838+
"@react-navigation/elements@^1.3.15, @react-navigation/elements@workspace:packages/elements":
48394839
version: 0.0.0-use.local
48404840
resolution: "@react-navigation/elements@workspace:packages/elements"
48414841
dependencies:
@@ -4921,7 +4921,7 @@ __metadata:
49214921
version: 0.0.0-use.local
49224922
resolution: "@react-navigation/material-bottom-tabs@workspace:packages/material-bottom-tabs"
49234923
dependencies:
4924-
"@react-navigation/elements": ^1.3.14
4924+
"@react-navigation/elements": ^1.3.15
49254925
"@react-navigation/native": "workspace:^"
49264926
"@testing-library/react-native": ^11.5.0
49274927
"@types/react": ~18.0.0
@@ -4975,7 +4975,7 @@ __metadata:
49754975
version: 0.0.0-use.local
49764976
resolution: "@react-navigation/native-stack@workspace:packages/native-stack"
49774977
dependencies:
4978-
"@react-navigation/elements": ^1.3.14
4978+
"@react-navigation/elements": ^1.3.15
49794979
"@react-navigation/native": "workspace:^"
49804980
"@testing-library/react-native": ^11.5.0
49814981
"@types/react": ~18.0.0
@@ -5035,7 +5035,7 @@ __metadata:
50355035
version: 0.0.0-use.local
50365036
resolution: "@react-navigation/stack@workspace:packages/stack"
50375037
dependencies:
5038-
"@react-navigation/elements": ^1.3.14
5038+
"@react-navigation/elements": ^1.3.15
50395039
"@react-navigation/native": "workspace:^"
50405040
"@testing-library/react-native": ^11.5.0
50415041
"@types/color": ^3.0.1

0 commit comments

Comments
 (0)