Skip to content

Commit b1c4214

Browse files
committed
chore: publish
- @react-navigation/bottom-tabs@6.3.1 - @react-navigation/core@6.2.1 - @react-navigation/devtools@6.0.7 - @react-navigation/drawer@6.4.1 - @react-navigation/elements@1.3.3 - flipper-plugin-react-navigation@1.3.11 - @react-navigation/material-bottom-tabs@6.2.1 - @react-navigation/material-top-tabs@6.2.1 - @react-navigation/native-stack@6.6.1 - @react-navigation/native@6.0.10 - @react-navigation/stack@6.2.1
1 parent 28a3993 commit b1c4214

File tree

22 files changed

+117
-26
lines changed

22 files changed

+117
-26
lines changed

packages/bottom-tabs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.3.0...@react-navigation/bottom-tabs@6.3.1) (2022-04-01)
7+
8+
**Note:** Version bump only for package @react-navigation/bottom-tabs
9+
10+
11+
12+
13+
614
# [6.3.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.2.0...@react-navigation/bottom-tabs@6.3.0) (2022-04-01)
715

816

packages/bottom-tabs/package.json

Lines changed: 3 additions & 3 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": "6.3.0",
4+
"version": "6.3.1",
55
"keywords": [
66
"react-native-component",
77
"react-component",
@@ -36,12 +36,12 @@
3636
"clean": "del lib"
3737
},
3838
"dependencies": {
39-
"@react-navigation/elements": "^1.3.2",
39+
"@react-navigation/elements": "^1.3.3",
4040
"color": "^3.1.3",
4141
"warn-once": "^0.1.0"
4242
},
4343
"devDependencies": {
44-
"@react-navigation/native": "^6.0.9",
44+
"@react-navigation/native": "^6.0.10",
4545
"@testing-library/react-native": "^7.2.0",
4646
"@types/color": "^3.0.1",
4747
"@types/react": "^17.0.9",

packages/core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.1](https://github.com/react-navigation/react-navigation/compare/@react-navigation/core@6.2.0...@react-navigation/core@6.2.1) (2022-04-01)
7+
8+
9+
### Bug Fixes
10+
11+
* return undefined instead of throwing when parent is not found ([28a3993](https://github.com/react-navigation/react-navigation/commit/28a39932490496e7131954f96ce19663ec109d47))
12+
13+
14+
15+
16+
617
# [6.2.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/core@6.1.1...@react-navigation/core@6.2.0) (2022-04-01)
718

819

packages/core/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/core",
33
"description": "Core utilities for building navigators",
4-
"version": "6.2.0",
4+
"version": "6.2.1",
55
"keywords": [
66
"react",
77
"react-native",

packages/devtools/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.7](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@6.0.6...@react-navigation/devtools@6.0.7) (2022-04-01)
7+
8+
**Note:** Version bump only for package @react-navigation/devtools
9+
10+
11+
12+
13+
614
## [6.0.6](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@6.0.5...@react-navigation/devtools@6.0.6) (2022-04-01)
715

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

packages/devtools/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/devtools",
33
"description": "Developer tools for React Navigation",
4-
"version": "6.0.6",
4+
"version": "6.0.7",
55
"keywords": [
66
"react",
77
"react-native",
@@ -41,7 +41,7 @@
4141
"stacktrace-parser": "^0.1.10"
4242
},
4343
"devDependencies": {
44-
"@react-navigation/core": "^6.2.0",
44+
"@react-navigation/core": "^6.2.1",
4545
"@testing-library/react-native": "^7.2.0",
4646
"@types/deep-equal": "^1.0.1",
4747
"@types/react": "^17.0.9",

packages/drawer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.4.0...@react-navigation/drawer@6.4.1) (2022-04-01)
7+
8+
**Note:** Version bump only for package @react-navigation/drawer
9+
10+
11+
12+
13+
614
# [6.4.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.3.3...@react-navigation/drawer@6.4.0) (2022-04-01)
715

816

packages/drawer/package.json

Lines changed: 3 additions & 3 deletions
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.4.0",
4+
"version": "6.4.1",
55
"keywords": [
66
"react-native-component",
77
"react-component",
@@ -41,12 +41,12 @@
4141
"clean": "del lib"
4242
},
4343
"dependencies": {
44-
"@react-navigation/elements": "^1.3.2",
44+
"@react-navigation/elements": "^1.3.3",
4545
"color": "^3.1.3",
4646
"warn-once": "^0.1.0"
4747
},
4848
"devDependencies": {
49-
"@react-navigation/native": "^6.0.9",
49+
"@react-navigation/native": "^6.0.10",
5050
"@testing-library/react-native": "^7.2.0",
5151
"@types/react": "^17.0.9",
5252
"@types/react-native": "~0.64.9",

packages/elements/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.3.2...@react-navigation/elements@1.3.3) (2022-04-01)
7+
8+
**Note:** Version bump only for package @react-navigation/elements
9+
10+
11+
12+
13+
614
## [1.3.2](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.3.1...@react-navigation/elements@1.3.2) (2022-04-01)
715

816

packages/elements/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/elements",
33
"description": "UI Components for React Navigation",
4-
"version": "1.3.2",
4+
"version": "1.3.3",
55
"keywords": [
66
"react-native",
77
"react-navigation",
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@react-native-masked-view/masked-view": "^0.2.4",
41-
"@react-navigation/native": "^6.0.9",
41+
"@react-navigation/native": "^6.0.10",
4242
"@testing-library/react-native": "^7.2.0",
4343
"@types/react": "^17.0.9",
4444
"@types/react-native": "~0.64.9",

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.11](https://github.com/react-navigation/react-navigation/compare/flipper-plugin-react-navigation@1.3.10...flipper-plugin-react-navigation@1.3.11) (2022-04-01)
7+
8+
**Note:** Version bump only for package flipper-plugin-react-navigation
9+
10+
11+
12+
13+
614
## [1.3.10](https://github.com/react-navigation/react-navigation/compare/flipper-plugin-react-navigation@1.3.9...flipper-plugin-react-navigation@1.3.10) (2022-04-01)
715

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

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

Lines changed: 2 additions & 2 deletions
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.10",
5+
"version": "1.3.11",
66
"main": "dist/bundle.js",
77
"license": "MIT",
88
"keywords": [
@@ -34,7 +34,7 @@
3434
"@ant-design/icons": "^4.6.2",
3535
"@babel/preset-react": "^7.12.13",
3636
"@babel/preset-typescript": "^7.13.0",
37-
"@react-navigation/core": "^6.2.0",
37+
"@react-navigation/core": "^6.2.1",
3838
"@types/react": "^17.0.9",
3939
"@types/react-dom": "^17.0.6",
4040
"@types/react-virtualized-auto-sizer": "^1.0.1",

packages/material-bottom-tabs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.2.0...@react-navigation/material-bottom-tabs@6.2.1) (2022-04-01)
7+
8+
**Note:** Version bump only for package @react-navigation/material-bottom-tabs
9+
10+
11+
12+
13+
614
# [6.2.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.1.1...@react-navigation/material-bottom-tabs@6.2.0) (2022-04-01)
715

816

packages/material-bottom-tabs/package.json

Lines changed: 3 additions & 3 deletions
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.0",
4+
"version": "6.2.1",
55
"keywords": [
66
"react-native-component",
77
"react-component",
@@ -41,10 +41,10 @@
4141
"clean": "del lib"
4242
},
4343
"dependencies": {
44-
"@react-navigation/elements": "^1.3.2"
44+
"@react-navigation/elements": "^1.3.3"
4545
},
4646
"devDependencies": {
47-
"@react-navigation/native": "^6.0.9",
47+
"@react-navigation/native": "^6.0.10",
4848
"@testing-library/react-native": "^7.2.0",
4949
"@types/react": "^17.0.9",
5050
"@types/react-native": "~0.64.9",

packages/material-top-tabs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@6.2.0...@react-navigation/material-top-tabs@6.2.1) (2022-04-01)
7+
8+
**Note:** Version bump only for package @react-navigation/material-top-tabs
9+
10+
11+
12+
13+
614
# [6.2.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@6.1.1...@react-navigation/material-top-tabs@6.2.0) (2022-04-01)
715

816

packages/material-top-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/material-top-tabs",
33
"description": "Integration for the animated tab view component from react-native-tab-view",
4-
"version": "6.2.0",
4+
"version": "6.2.1",
55
"keywords": [
66
"react-native-component",
77
"react-component",
@@ -45,7 +45,7 @@
4545
"warn-once": "^0.1.0"
4646
},
4747
"devDependencies": {
48-
"@react-navigation/native": "^6.0.9",
48+
"@react-navigation/native": "^6.0.10",
4949
"@testing-library/react-native": "^7.2.0",
5050
"@types/react": "^17.0.9",
5151
"@types/react-native": "~0.64.9",

packages/native-stack/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.6.0...@react-navigation/native-stack@6.6.1) (2022-04-01)
7+
8+
**Note:** Version bump only for package @react-navigation/native-stack
9+
10+
11+
12+
13+
614
# [6.6.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.5.2...@react-navigation/native-stack@6.6.0) (2022-04-01)
715

816

packages/native-stack/package.json

Lines changed: 3 additions & 3 deletions
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.6.0",
4+
"version": "6.6.1",
55
"keywords": [
66
"react-native-component",
77
"react-component",
@@ -41,11 +41,11 @@
4141
"clean": "del lib"
4242
},
4343
"dependencies": {
44-
"@react-navigation/elements": "^1.3.2",
44+
"@react-navigation/elements": "^1.3.3",
4545
"warn-once": "^0.1.0"
4646
},
4747
"devDependencies": {
48-
"@react-navigation/native": "^6.0.9",
48+
"@react-navigation/native": "^6.0.10",
4949
"@testing-library/react-native": "^7.2.0",
5050
"@types/react": "^17.0.9",
5151
"@types/react-native": "~0.64.9",

packages/native/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.10](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native@6.0.9...@react-navigation/native@6.0.10) (2022-04-01)
7+
8+
**Note:** Version bump only for package @react-navigation/native
9+
10+
11+
12+
13+
614
## [6.0.9](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native@6.0.8...@react-navigation/native@6.0.9) (2022-04-01)
715

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

packages/native/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/native",
33
"description": "React Native integration for React Navigation",
4-
"version": "6.0.9",
4+
"version": "6.0.10",
55
"keywords": [
66
"react-native",
77
"react-navigation",
@@ -37,7 +37,7 @@
3737
"clean": "del lib"
3838
},
3939
"dependencies": {
40-
"@react-navigation/core": "^6.2.0",
40+
"@react-navigation/core": "^6.2.1",
4141
"escape-string-regexp": "^4.0.0",
4242
"fast-deep-equal": "^3.1.3",
4343
"nanoid": "^3.1.23"

packages/stack/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.2.0...@react-navigation/stack@6.2.1) (2022-04-01)
7+
8+
**Note:** Version bump only for package @react-navigation/stack
9+
10+
11+
12+
13+
614
# [6.2.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.1.1...@react-navigation/stack@6.2.0) (2022-04-01)
715

816

packages/stack/package.json

Lines changed: 3 additions & 3 deletions
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.2.0",
4+
"version": "6.2.1",
55
"keywords": [
66
"react-native-component",
77
"react-component",
@@ -40,12 +40,12 @@
4040
"clean": "del lib"
4141
},
4242
"dependencies": {
43-
"@react-navigation/elements": "^1.3.2",
43+
"@react-navigation/elements": "^1.3.3",
4444
"color": "^3.1.3",
4545
"warn-once": "^0.1.0"
4646
},
4747
"devDependencies": {
48-
"@react-navigation/native": "^6.0.9",
48+
"@react-navigation/native": "^6.0.10",
4949
"@testing-library/react-native": "^7.2.0",
5050
"@types/color": "^3.0.1",
5151
"@types/react": "^17.0.9",

0 commit comments

Comments
 (0)