Skip to content

Commit c8dd70a

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] - @react-navigation/[email protected] - @react-navigation/[email protected]
1 parent 277fec4 commit c8dd70a

20 files changed

+118
-22
lines changed

packages/bottom-tabs/CHANGELOG.md

+11
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.0-next.4](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2021-04-08)
7+
8+
9+
### Bug Fixes
10+
11+
* remove calls to removed Keyboard.removeListener in useIsKeyboardShown ([#9457](https://github.com/react-navigation/react-navigation/issues/9457)) ([d87857e](https://github.com/react-navigation/react-navigation/commit/d87857e5d93c19ebee2fd84eb4910e36001ec2a3))
12+
13+
14+
15+
16+
617
# [6.0.0-next.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2021-03-22)
718

819

packages/bottom-tabs/package.json

+3-3
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.0-next.3",
4+
"version": "6.0.0-next.4",
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.0.0-next.3",
39+
"@react-navigation/elements": "^1.0.0-next.4",
4040
"color": "^3.1.3",
4141
"warn-once": "^0.0.1"
4242
},
4343
"devDependencies": {
44-
"@react-navigation/native": "^6.0.0-next.1",
44+
"@react-navigation/native": "^6.0.0-next.2",
4545
"@testing-library/react-native": "^7.2.0",
4646
"@types/color": "^3.0.1",
4747
"@types/react": "^16.9.53",

packages/core/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.0-next.2](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2021-04-08)
7+
8+
9+
### Bug Fixes
10+
11+
* properly resolve initialRouteNames ([c38906a](https://github.com/react-navigation/react-navigation/commit/c38906a7a09b997f37ce56734ea823c75ea744db))
12+
13+
14+
### Features
15+
16+
* improve useNavigationState typing ([#9464](https://github.com/react-navigation/react-navigation/issues/9464)) ([84020a0](https://github.com/react-navigation/react-navigation/commit/84020a0b27ebae50d3037438a51d95eb31b02424))
17+
18+
19+
20+
21+
622
# [6.0.0-next.1](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2021-03-10)
723

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

packages/core/package.json

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

packages/devtools/CHANGELOG.md

+8
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.0-next.2](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2021-04-08)
7+
8+
**Note:** Version bump only for package @react-navigation/devtools
9+
10+
11+
12+
13+
614
# [6.0.0-next.1](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2021-03-10)
715

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

packages/devtools/package.json

+2-2
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.0-next.1",
4+
"version": "6.0.0-next.2",
55
"keywords": [
66
"react",
77
"react-native",
@@ -36,7 +36,7 @@
3636
"clean": "del lib"
3737
},
3838
"dependencies": {
39-
"@react-navigation/core": "^6.0.0-next.1",
39+
"@react-navigation/core": "^6.0.0-next.2",
4040
"deep-equal": "^2.0.5"
4141
},
4242
"devDependencies": {

packages/drawer/CHANGELOG.md

+13
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.0.0-next.4](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2021-04-08)
7+
8+
9+
### Bug Fixes
10+
11+
* don't handle back button with permanent drawer ([b893968](https://github.com/react-navigation/react-navigation/commit/b89396888f46ba79af3cfd84be55fba79d8387d2))
12+
* fix drawer overlay on web ([3241190](https://github.com/react-navigation/react-navigation/commit/3241190b19946c1cd0a744fb09a19d79ba683d74))
13+
* only handle back button in drawer when focused ([5ae0bad](https://github.com/react-navigation/react-navigation/commit/5ae0badc44b576d464f8841822a911b18a698403))
14+
15+
16+
17+
18+
619
# [6.0.0-next.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2021-03-22)
720

821

packages/drawer/package.json

+3-3
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.0.0-next.3",
4+
"version": "6.0.0-next.4",
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.0.0-next.3",
44+
"@react-navigation/elements": "^1.0.0-next.4",
4545
"color": "^3.1.3",
4646
"warn-once": "^0.0.1"
4747
},
4848
"devDependencies": {
49-
"@react-navigation/native": "^6.0.0-next.1",
49+
"@react-navigation/native": "^6.0.0-next.2",
5050
"@testing-library/react-native": "^7.2.0",
5151
"@types/react": "^16.9.53",
5252
"@types/react-native": "~0.63.51",

packages/elements/CHANGELOG.md

+8
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.0.0-next.4](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2021-04-08)
7+
8+
**Note:** Version bump only for package @react-navigation/elements
9+
10+
11+
12+
13+
614
# [1.0.0-next.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2021-03-22)
715

816

packages/elements/package.json

+2-2
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.0.0-next.3",
4+
"version": "1.0.0-next.4",
55
"keywords": [
66
"react-native",
77
"react-navigation",
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@react-native-masked-view/masked-view": "^0.2.3",
41-
"@react-navigation/native": "^6.0.0-next.1",
41+
"@react-navigation/native": "^6.0.0-next.2",
4242
"@testing-library/react-native": "^7.2.0",
4343
"@types/react": "^16.9.53",
4444
"@types/react-native": "~0.63.51",

packages/material-bottom-tabs/CHANGELOG.md

+8
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.0-next.2](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2021-04-08)
7+
8+
**Note:** Version bump only for package @react-navigation/material-bottom-tabs
9+
10+
11+
12+
13+
614
# [6.0.0-next.1](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2021-03-10)
715

816

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.0.0-next.1",
4+
"version": "6.0.0-next.2",
55
"keywords": [
66
"react-native-component",
77
"react-component",
@@ -41,7 +41,7 @@
4141
"clean": "del lib"
4242
},
4343
"devDependencies": {
44-
"@react-navigation/native": "^6.0.0-next.1",
44+
"@react-navigation/native": "^6.0.0-next.2",
4545
"@testing-library/react-native": "^7.2.0",
4646
"@types/react": "^16.9.53",
4747
"@types/react-native": "~0.63.51",

packages/material-top-tabs/CHANGELOG.md

+8
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.0-next.2](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2021-04-08)
7+
8+
**Note:** Version bump only for package @react-navigation/material-top-tabs
9+
10+
11+
12+
13+
614
# [6.0.0-next.1](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2021-03-10)
715

816

packages/material-top-tabs/package.json

+2-2
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.0-next.1",
4+
"version": "6.0.0-next.2",
55
"keywords": [
66
"react-native-component",
77
"react-component",
@@ -45,7 +45,7 @@
4545
"warn-once": "^0.0.1"
4646
},
4747
"devDependencies": {
48-
"@react-navigation/native": "^6.0.0-next.1",
48+
"@react-navigation/native": "^6.0.0-next.2",
4949
"@testing-library/react-native": "^7.2.0",
5050
"@types/react": "^16.9.53",
5151
"@types/react-native": "~0.63.51",

packages/native/CHANGELOG.md

+8
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.0-next.2](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2021-04-08)
7+
8+
**Note:** Version bump only for package @react-navigation/native
9+
10+
11+
12+
13+
614
# [6.0.0-next.1](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2021-03-10)
715

816
**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.0-next.1",
4+
"version": "6.0.0-next.2",
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.0-next.1",
40+
"@react-navigation/core": "^6.0.0-next.2",
4141
"escape-string-regexp": "^4.0.0",
4242
"nanoid": "^3.1.22"
4343
},

packages/routers/CHANGELOG.md

+8
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.0-next.2](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2021-04-08)
7+
8+
**Note:** Version bump only for package @react-navigation/routers
9+
10+
11+
12+
13+
614
# [6.0.0-next.1](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2021-03-10)
715

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

packages/routers/package.json

+1-1
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.0-next.1",
4+
"version": "6.0.0-next.2",
55
"keywords": [
66
"react",
77
"react-native",

packages/stack/CHANGELOG.md

+8
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.0-next.9](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2021-04-08)
7+
8+
**Note:** Version bump only for package @react-navigation/stack
9+
10+
11+
12+
13+
614
# [6.0.0-next.8](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2021-03-22)
715

816

packages/stack/package.json

+3-3
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.0.0-next.8",
4+
"version": "6.0.0-next.9",
55
"keywords": [
66
"react-native-component",
77
"react-component",
@@ -40,13 +40,13 @@
4040
"clean": "del lib"
4141
},
4242
"dependencies": {
43-
"@react-navigation/elements": "^1.0.0-next.3",
43+
"@react-navigation/elements": "^1.0.0-next.4",
4444
"color": "^3.1.3",
4545
"react-native-iphone-x-helper": "^1.3.0",
4646
"warn-once": "^0.0.1"
4747
},
4848
"devDependencies": {
49-
"@react-navigation/native": "^6.0.0-next.1",
49+
"@react-navigation/native": "^6.0.0-next.2",
5050
"@testing-library/react-native": "^7.2.0",
5151
"@types/color": "^3.0.1",
5252
"@types/react": "^16.9.53",

0 commit comments

Comments
 (0)