Skip to content

Commit e77a5ab

Browse files
committed
chore: publish
- @react-navigation/bottom-tabs@6.0.9 - @react-navigation/core@6.1.0 - @react-navigation/devtools@6.0.4 - @react-navigation/drawer@6.1.8 - @react-navigation/elements@1.2.1 - flipper-plugin-react-navigation@1.3.7 - @react-navigation/material-bottom-tabs@6.0.9 - @react-navigation/material-top-tabs@6.0.6 - @react-navigation/native-stack@6.2.4 - @react-navigation/native@6.0.6 - @react-navigation/routers@6.1.0 - @react-navigation/stack@6.0.11
1 parent 5f94c1d commit e77a5ab

File tree

24 files changed

+142
-28
lines changed

24 files changed

+142
-28
lines changed

packages/bottom-tabs/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.9](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.0.8...@react-navigation/bottom-tabs@6.0.9) (2021-10-12)
7+
8+
9+
### Bug Fixes
10+
11+
* fix type errors in generated declaration file of bottom-tabs ([#10033](https://github.com/react-navigation/react-navigation/issues/10033)) ([0b40dd7](https://github.com/react-navigation/react-navigation/commit/0b40dd745b0734a4329197199e7df5c6a97cd73e)), closes [#10032](https://github.com/react-navigation/react-navigation/issues/10032)
12+
* move [@ts-expect-error](https://github.com/ts-expect-error) to body to avoid issue in type definitions ([0a08688](https://github.com/react-navigation/react-navigation/commit/0a0868862c9d6ae77055c66938a764306d391b44))
13+
14+
15+
16+
17+
618
## [6.0.8](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.0.7...@react-navigation/bottom-tabs@6.0.8) (2021-10-09)
719

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

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.0.8",
4+
"version": "6.0.9",
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.2.0",
39+
"@react-navigation/elements": "^1.2.1",
4040
"color": "^3.1.3",
4141
"warn-once": "^0.1.0"
4242
},
4343
"devDependencies": {
44-
"@react-navigation/native": "^6.0.5",
44+
"@react-navigation/native": "^6.0.6",
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.1.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/core@6.0.3...@react-navigation/core@6.1.0) (2021-10-12)
7+
8+
9+
### Features
10+
11+
* add a `navigationKey` prop to Screen and Group ([b2fa62c](https://github.com/react-navigation/react-navigation/commit/b2fa62c8ea5c5ad40a3541a7258cba62467e7a56))
12+
13+
14+
15+
16+
617
## [6.0.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/core@6.0.2...@react-navigation/core@6.0.3) (2021-10-09)
718

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

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": "6.0.3",
4+
"version": "6.1.0",
55
"keywords": [
66
"react",
77
"react-native",
@@ -35,7 +35,7 @@
3535
"clean": "del lib"
3636
},
3737
"dependencies": {
38-
"@react-navigation/routers": "^6.0.2",
38+
"@react-navigation/routers": "^6.1.0",
3939
"escape-string-regexp": "^4.0.0",
4040
"nanoid": "^3.1.23",
4141
"query-string": "^7.0.0",

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.4](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@6.0.3...@react-navigation/devtools@6.0.4) (2021-10-12)
7+
8+
**Note:** Version bump only for package @react-navigation/devtools
9+
10+
11+
12+
13+
614
## [6.0.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@6.0.2...@react-navigation/devtools@6.0.3) (2021-10-09)
715

816

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.3",
4+
"version": "6.0.4",
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.0.3",
44+
"@react-navigation/core": "^6.1.0",
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.8](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.1.7...@react-navigation/drawer@6.1.8) (2021-10-12)
7+
8+
9+
### Bug Fixes
10+
11+
* add some a11y props to drawer overlay ([5f94c1d](https://github.com/react-navigation/react-navigation/commit/5f94c1d6c421a7d6f8781c5188b4f2a654c338d2))
12+
* don't make the overlay touchable if drawer isn't open ([7c99b9d](https://github.com/react-navigation/react-navigation/commit/7c99b9d631d76f55939deb534ff62e7fc8b5ed50))
13+
* move [@ts-expect-error](https://github.com/ts-expect-error) to body to avoid issue in type definitions ([0a08688](https://github.com/react-navigation/react-navigation/commit/0a0868862c9d6ae77055c66938a764306d391b44))
14+
15+
16+
17+
18+
619
## [6.1.7](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.1.6...@react-navigation/drawer@6.1.7) (2021-10-09)
720

821

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.1.7",
4+
"version": "6.1.8",
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.2.0",
44+
"@react-navigation/elements": "^1.2.1",
4545
"color": "^3.1.3",
4646
"warn-once": "^0.1.0"
4747
},
4848
"devDependencies": {
49-
"@react-navigation/native": "^6.0.5",
49+
"@react-navigation/native": "^6.0.6",
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.2.1](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.2.0...@react-navigation/elements@1.2.1) (2021-10-12)
7+
8+
**Note:** Version bump only for package @react-navigation/elements
9+
10+
11+
12+
13+
614
# [1.2.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.1.2...@react-navigation/elements@1.2.0) (2021-10-09)
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.2.0",
4+
"version": "1.2.1",
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.5",
41+
"@react-navigation/native": "^6.0.6",
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.7](https://github.com/react-navigation/react-navigation/compare/flipper-plugin-react-navigation@1.3.6...flipper-plugin-react-navigation@1.3.7) (2021-10-12)
7+
8+
**Note:** Version bump only for package flipper-plugin-react-navigation
9+
10+
11+
12+
13+
614
## [1.3.6](https://github.com/react-navigation/react-navigation/compare/flipper-plugin-react-navigation@1.3.5...flipper-plugin-react-navigation@1.3.6) (2021-10-09)
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.6",
5+
"version": "1.3.7",
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.0.3",
37+
"@react-navigation/core": "^6.1.0",
3838
"@types/react": "^17.0.9",
3939
"@types/react-dom": "^17.0.6",
4040
"antd": "^4.16.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.0.9](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.0.8...@react-navigation/material-bottom-tabs@6.0.9) (2021-10-12)
7+
8+
**Note:** Version bump only for package @react-navigation/material-bottom-tabs
9+
10+
11+
12+
13+
614
## [6.0.8](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.0.7...@react-navigation/material-bottom-tabs@6.0.8) (2021-10-09)
715

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

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.0.8",
4+
"version": "6.0.9",
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.2.0"
44+
"@react-navigation/elements": "^1.2.1"
4545
},
4646
"devDependencies": {
47-
"@react-navigation/native": "^6.0.5",
47+
"@react-navigation/native": "^6.0.6",
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: 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.0.6](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@6.0.5...@react-navigation/material-top-tabs@6.0.6) (2021-10-12)
7+
8+
9+
### Bug Fixes
10+
11+
* move [@ts-expect-error](https://github.com/ts-expect-error) to body to avoid issue in type definitions ([0a08688](https://github.com/react-navigation/react-navigation/commit/0a0868862c9d6ae77055c66938a764306d391b44))
12+
13+
14+
15+
16+
617
## [6.0.5](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@6.0.4...@react-navigation/material-top-tabs@6.0.5) (2021-10-09)
718

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

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.0.5",
4+
"version": "6.0.6",
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.5",
48+
"@react-navigation/native": "^6.0.6",
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.2.4](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.2.3...@react-navigation/native-stack@6.2.4) (2021-10-12)
7+
8+
**Note:** Version bump only for package @react-navigation/native-stack
9+
10+
11+
12+
13+
614
## [6.2.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.2.2...@react-navigation/native-stack@6.2.3) (2021-10-09)
715

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

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.2.3",
4+
"version": "6.2.4",
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.2.0",
44+
"@react-navigation/elements": "^1.2.1",
4545
"warn-once": "^0.1.0"
4646
},
4747
"devDependencies": {
48-
"@react-navigation/native": "^6.0.5",
48+
"@react-navigation/native": "^6.0.6",
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.6](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native@6.0.5...@react-navigation/native@6.0.6) (2021-10-12)
7+
8+
**Note:** Version bump only for package @react-navigation/native
9+
10+
11+
12+
13+
614
## [6.0.5](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native@6.0.4...@react-navigation/native@6.0.5) (2021-10-09)
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.5",
4+
"version": "6.0.6",
55
"keywords": [
66
"react-native",
77
"react-navigation",
@@ -37,7 +37,7 @@
3737
"clean": "del lib"
3838
},
3939
"dependencies": {
40-
"@react-navigation/core": "^6.0.3",
40+
"@react-navigation/core": "^6.1.0",
4141
"escape-string-regexp": "^4.0.0",
4242
"nanoid": "^3.1.23"
4343
},

packages/routers/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.1.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/routers@6.0.2...@react-navigation/routers@6.1.0) (2021-10-12)
7+
8+
9+
### Features
10+
11+
* add a `navigationKey` prop to Screen and Group ([b2fa62c](https://github.com/react-navigation/react-navigation/commit/b2fa62c8ea5c5ad40a3541a7258cba62467e7a56))
12+
13+
14+
15+
16+
617
## [6.0.2](https://github.com/react-navigation/react-navigation/compare/@react-navigation/routers@6.0.1...@react-navigation/routers@6.0.2) (2021-10-09)
718

819

packages/routers/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/routers",
33
"description": "Routers to help build custom navigators",
4-
"version": "6.0.2",
4+
"version": "6.1.0",
55
"keywords": [
66
"react",
77
"react-native",

0 commit comments

Comments
 (0)