File tree 22 files changed +117
-26
lines changed
flipper-plugin-react-navigation 22 files changed +117
-26
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
# [ 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)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-navigation/bottom-tabs" ,
3
3
"description" : " Bottom tab navigator following iOS design guidelines" ,
4
- "version" : " 6.3.0 " ,
4
+ "version" : " 6.3.1 " ,
5
5
"keywords" : [
6
6
" react-native-component" ,
7
7
" react-component" ,
36
36
"clean" : " del lib"
37
37
},
38
38
"dependencies" : {
39
- "@react-navigation/elements" : " ^1.3.2 " ,
39
+ "@react-navigation/elements" : " ^1.3.3 " ,
40
40
"color" : " ^3.1.3" ,
41
41
"warn-once" : " ^0.1.0"
42
42
},
43
43
"devDependencies" : {
44
- "@react-navigation/native" : " ^6.0.9 " ,
44
+ "@react-navigation/native" : " ^6.0.10 " ,
45
45
"@testing-library/react-native" : " ^7.2.0" ,
46
46
"@types/color" : " ^3.0.1" ,
47
47
"@types/react" : " ^17.0.9" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
17
# [ 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)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-navigation/core" ,
3
3
"description" : " Core utilities for building navigators" ,
4
- "version" : " 6.2.0 " ,
4
+ "version" : " 6.2.1 " ,
5
5
"keywords" : [
6
6
" react" ,
7
7
" react-native" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 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)
7
15
8
16
** Note:** Version bump only for package @react-navigation/devtools
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-navigation/devtools" ,
3
3
"description" : " Developer tools for React Navigation" ,
4
- "version" : " 6.0.6 " ,
4
+ "version" : " 6.0.7 " ,
5
5
"keywords" : [
6
6
" react" ,
7
7
" react-native" ,
41
41
"stacktrace-parser" : " ^0.1.10"
42
42
},
43
43
"devDependencies" : {
44
- "@react-navigation/core" : " ^6.2.0 " ,
44
+ "@react-navigation/core" : " ^6.2.1 " ,
45
45
"@testing-library/react-native" : " ^7.2.0" ,
46
46
"@types/deep-equal" : " ^1.0.1" ,
47
47
"@types/react" : " ^17.0.9" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
# [ 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)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-navigation/drawer" ,
3
3
"description" : " Drawer navigator component with animated transitions and gesturess" ,
4
- "version" : " 6.4.0 " ,
4
+ "version" : " 6.4.1 " ,
5
5
"keywords" : [
6
6
" react-native-component" ,
7
7
" react-component" ,
41
41
"clean" : " del lib"
42
42
},
43
43
"dependencies" : {
44
- "@react-navigation/elements" : " ^1.3.2 " ,
44
+ "@react-navigation/elements" : " ^1.3.3 " ,
45
45
"color" : " ^3.1.3" ,
46
46
"warn-once" : " ^0.1.0"
47
47
},
48
48
"devDependencies" : {
49
- "@react-navigation/native" : " ^6.0.9 " ,
49
+ "@react-navigation/native" : " ^6.0.10 " ,
50
50
"@testing-library/react-native" : " ^7.2.0" ,
51
51
"@types/react" : " ^17.0.9" ,
52
52
"@types/react-native" : " ~0.64.9" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 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)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-navigation/elements" ,
3
3
"description" : " UI Components for React Navigation" ,
4
- "version" : " 1.3.2 " ,
4
+ "version" : " 1.3.3 " ,
5
5
"keywords" : [
6
6
" react-native" ,
7
7
" react-navigation" ,
38
38
},
39
39
"devDependencies" : {
40
40
"@react-native-masked-view/masked-view" : " ^0.2.4" ,
41
- "@react-navigation/native" : " ^6.0.9 " ,
41
+ "@react-navigation/native" : " ^6.0.10 " ,
42
42
"@testing-library/react-native" : " ^7.2.0" ,
43
43
"@types/react" : " ^17.0.9" ,
44
44
"@types/react-native" : " ~0.64.9" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 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)
7
15
8
16
** Note:** Version bump only for package flipper-plugin-react-navigation
Original file line number Diff line number Diff line change 2
2
"$schema" : " https://fbflipper.com/schemas/plugin-package/v2.json" ,
3
3
"name" : " flipper-plugin-react-navigation" ,
4
4
"description" : " Developer tools for React Navigation" ,
5
- "version" : " 1.3.10 " ,
5
+ "version" : " 1.3.11 " ,
6
6
"main" : " dist/bundle.js" ,
7
7
"license" : " MIT" ,
8
8
"keywords" : [
34
34
"@ant-design/icons" : " ^4.6.2" ,
35
35
"@babel/preset-react" : " ^7.12.13" ,
36
36
"@babel/preset-typescript" : " ^7.13.0" ,
37
- "@react-navigation/core" : " ^6.2.0 " ,
37
+ "@react-navigation/core" : " ^6.2.1 " ,
38
38
"@types/react" : " ^17.0.9" ,
39
39
"@types/react-dom" : " ^17.0.6" ,
40
40
"@types/react-virtualized-auto-sizer" : " ^1.0.1" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
# [ 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)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-navigation/material-bottom-tabs" ,
3
3
"description" : " Integration for bottom navigation component from react-native-paper" ,
4
- "version" : " 6.2.0 " ,
4
+ "version" : " 6.2.1 " ,
5
5
"keywords" : [
6
6
" react-native-component" ,
7
7
" react-component" ,
41
41
"clean" : " del lib"
42
42
},
43
43
"dependencies" : {
44
- "@react-navigation/elements" : " ^1.3.2 "
44
+ "@react-navigation/elements" : " ^1.3.3 "
45
45
},
46
46
"devDependencies" : {
47
- "@react-navigation/native" : " ^6.0.9 " ,
47
+ "@react-navigation/native" : " ^6.0.10 " ,
48
48
"@testing-library/react-native" : " ^7.2.0" ,
49
49
"@types/react" : " ^17.0.9" ,
50
50
"@types/react-native" : " ~0.64.9" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
# [ 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)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-navigation/material-top-tabs" ,
3
3
"description" : " Integration for the animated tab view component from react-native-tab-view" ,
4
- "version" : " 6.2.0 " ,
4
+ "version" : " 6.2.1 " ,
5
5
"keywords" : [
6
6
" react-native-component" ,
7
7
" react-component" ,
45
45
"warn-once" : " ^0.1.0"
46
46
},
47
47
"devDependencies" : {
48
- "@react-navigation/native" : " ^6.0.9 " ,
48
+ "@react-navigation/native" : " ^6.0.10 " ,
49
49
"@testing-library/react-native" : " ^7.2.0" ,
50
50
"@types/react" : " ^17.0.9" ,
51
51
"@types/react-native" : " ~0.64.9" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
# [ 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)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-navigation/native-stack" ,
3
3
"description" : " Native stack navigator using react-native-screens" ,
4
- "version" : " 6.6.0 " ,
4
+ "version" : " 6.6.1 " ,
5
5
"keywords" : [
6
6
" react-native-component" ,
7
7
" react-component" ,
41
41
"clean" : " del lib"
42
42
},
43
43
"dependencies" : {
44
- "@react-navigation/elements" : " ^1.3.2 " ,
44
+ "@react-navigation/elements" : " ^1.3.3 " ,
45
45
"warn-once" : " ^0.1.0"
46
46
},
47
47
"devDependencies" : {
48
- "@react-navigation/native" : " ^6.0.9 " ,
48
+ "@react-navigation/native" : " ^6.0.10 " ,
49
49
"@testing-library/react-native" : " ^7.2.0" ,
50
50
"@types/react" : " ^17.0.9" ,
51
51
"@types/react-native" : " ~0.64.9" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 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)
7
15
8
16
** Note:** Version bump only for package @react-navigation/native
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-navigation/native" ,
3
3
"description" : " React Native integration for React Navigation" ,
4
- "version" : " 6.0.9 " ,
4
+ "version" : " 6.0.10 " ,
5
5
"keywords" : [
6
6
" react-native" ,
7
7
" react-navigation" ,
37
37
"clean" : " del lib"
38
38
},
39
39
"dependencies" : {
40
- "@react-navigation/core" : " ^6.2.0 " ,
40
+ "@react-navigation/core" : " ^6.2.1 " ,
41
41
"escape-string-regexp" : " ^4.0.0" ,
42
42
"fast-deep-equal" : " ^3.1.3" ,
43
43
"nanoid" : " ^3.1.23"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
# [ 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)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-navigation/stack" ,
3
3
"description" : " Stack navigator component for iOS and Android with animated transitions and gestures" ,
4
- "version" : " 6.2.0 " ,
4
+ "version" : " 6.2.1 " ,
5
5
"keywords" : [
6
6
" react-native-component" ,
7
7
" react-component" ,
40
40
"clean" : " del lib"
41
41
},
42
42
"dependencies" : {
43
- "@react-navigation/elements" : " ^1.3.2 " ,
43
+ "@react-navigation/elements" : " ^1.3.3 " ,
44
44
"color" : " ^3.1.3" ,
45
45
"warn-once" : " ^0.1.0"
46
46
},
47
47
"devDependencies" : {
48
- "@react-navigation/native" : " ^6.0.9 " ,
48
+ "@react-navigation/native" : " ^6.0.10 " ,
49
49
"@testing-library/react-native" : " ^7.2.0" ,
50
50
"@types/color" : " ^3.0.1" ,
51
51
"@types/react" : " ^17.0.9" ,
You can’t perform that action at this time.
0 commit comments