File tree Expand file tree Collapse file tree 4 files changed +25
-0
lines changed
Expand file tree Collapse file tree 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.
77## [ Unreleased]
88Changes that have landed but are not yet released.
99
10+ ## [ 0.9.4] - February 2, 2022
11+
12+ ### Changed
13+ - Made ` @react-native-async-storage/async-storage ` an optional peer dependency.
14+
1015## [ 0.9.3] - January 31, 2022
1116
1217### Changed
Original file line number Diff line number Diff line change 5555 "peerDependencies" : {
5656 "@react-native-async-storage/async-storage" : " ^1.2.0"
5757 },
58+ "peerDependenciesMeta" : {
59+ "@react-native-async-storage/async-storage" : {
60+ "optional" : true
61+ }
62+ },
5863 "scripts" : {
5964 "lint" : " tsc --noEmit && eslint --fix 'src/**/*.ts' '__test__/**/*.ts'" ,
6065 "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.
77## [ Unreleased]
88Changes that have landed but are not yet released.
99
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+
1017## [ 0.9.4] - January 31, 2022
1118
1219### Changed
Original file line number Diff line number Diff line change 5454 "peerDependencies" : {
5555 "@react-native-community/netinfo" : " 5.9.4" ,
5656 "@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+ }
5765 }
5866}
You can’t perform that action at this time.
0 commit comments