File tree 4 files changed +25
-0
lines changed
4 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
## [ Unreleased]
8
8
Changes that have landed but are not yet released.
9
9
10
+ ## [ 0.9.4] - February 2, 2022
11
+
12
+ ### Changed
13
+ - Made ` @react-native-async-storage/async-storage ` an optional peer dependency.
14
+
10
15
## [ 0.9.3] - January 31, 2022
11
16
12
17
### Changed
Original file line number Diff line number Diff line change 55
55
"peerDependencies" : {
56
56
"@react-native-async-storage/async-storage" : " ^1.2.0"
57
57
},
58
+ "peerDependenciesMeta" : {
59
+ "@react-native-async-storage/async-storage" : {
60
+ "optional" : true
61
+ }
62
+ },
58
63
"scripts" : {
59
64
"lint" : " tsc --noEmit && eslint --fix 'src/**/*.ts' '__test__/**/*.ts'" ,
60
65
"test" : " jest" ,
Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
## [ Unreleased]
8
8
Changes that have landed but are not yet released.
9
9
10
+ ## [ 0.9.5] - February 2, 2022
11
+
12
+ ### Changed
13
+ - Made these react native peer dependencies optional.
14
+ - ` @react-native-async-storage/async-storage `
15
+ - ` @react-native-community/netinfo `
16
+
10
17
## [ 0.9.4] - January 31, 2022
11
18
12
19
### Changed
Original file line number Diff line number Diff line change 54
54
"peerDependencies" : {
55
55
"@react-native-community/netinfo" : " 5.9.4" ,
56
56
"@react-native-async-storage/async-storage" : " ^1.2.0"
57
+ },
58
+ "peerDependenciesMeta" : {
59
+ "@react-native-async-storage/async-storage" : {
60
+ "optional" : true
61
+ },
62
+ "@react-native-community/netinfo" : {
63
+ "optional" : true
64
+ }
57
65
}
58
66
}
You can’t perform that action at this time.
0 commit comments