Skip to content

Commit 43502dc

Browse files
authored
Merge branch 'master' into master
2 parents e3c52d7 + 1817279 commit 43502dc

File tree

2 files changed

+26
-21
lines changed

2 files changed

+26
-21
lines changed

example/ios/Podfile.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,41 +11,41 @@ PODS:
1111
- ReactCommon/turbomodule/core (= 0.66.0)
1212
- fmt (6.2.1)
1313
- glog (0.3.5)
14-
- Permission-AppTrackingTransparency (3.0.5):
14+
- Permission-AppTrackingTransparency (3.0.6):
1515
- RNPermissions
16-
- Permission-BluetoothPeripheral (3.0.5):
16+
- Permission-BluetoothPeripheral (3.0.6):
1717
- RNPermissions
18-
- Permission-Calendars (3.0.5):
18+
- Permission-Calendars (3.0.6):
1919
- RNPermissions
20-
- Permission-Camera (3.0.5):
20+
- Permission-Camera (3.0.6):
2121
- RNPermissions
22-
- Permission-Contacts (3.0.5):
22+
- Permission-Contacts (3.0.6):
2323
- RNPermissions
24-
- Permission-FaceID (3.0.5):
24+
- Permission-FaceID (3.0.6):
2525
- RNPermissions
26-
- Permission-LocationAccuracy (3.0.5):
26+
- Permission-LocationAccuracy (3.0.6):
2727
- RNPermissions
28-
- Permission-LocationAlways (3.0.5):
28+
- Permission-LocationAlways (3.0.6):
2929
- RNPermissions
30-
- Permission-LocationWhenInUse (3.0.5):
30+
- Permission-LocationWhenInUse (3.0.6):
3131
- RNPermissions
32-
- Permission-MediaLibrary (3.0.5):
32+
- Permission-MediaLibrary (3.0.6):
3333
- RNPermissions
34-
- Permission-Microphone (3.0.5):
34+
- Permission-Microphone (3.0.6):
3535
- RNPermissions
36-
- Permission-Motion (3.0.5):
36+
- Permission-Motion (3.0.6):
3737
- RNPermissions
38-
- Permission-Notifications (3.0.5):
38+
- Permission-Notifications (3.0.6):
3939
- RNPermissions
40-
- Permission-PhotoLibrary (3.0.5):
40+
- Permission-PhotoLibrary (3.0.6):
4141
- RNPermissions
42-
- Permission-PhotoLibraryAddOnly (3.0.5):
42+
- Permission-PhotoLibraryAddOnly (3.0.6):
4343
- RNPermissions
44-
- Permission-Reminders (3.0.5):
44+
- Permission-Reminders (3.0.6):
4545
- RNPermissions
46-
- Permission-SpeechRecognition (3.0.5):
46+
- Permission-SpeechRecognition (3.0.6):
4747
- RNPermissions
48-
- Permission-StoreKit (3.0.5):
48+
- Permission-StoreKit (3.0.6):
4949
- RNPermissions
5050
- RCT-Folly (2021.06.28.00-v2):
5151
- boost
@@ -310,7 +310,7 @@ PODS:
310310
- React-jsi (= 0.66.0)
311311
- React-logger (= 0.66.0)
312312
- React-perflogger (= 0.66.0)
313-
- RNPermissions (3.0.5):
313+
- RNPermissions (3.0.6):
314314
- React-Core
315315
- RNVectorIcons (8.1.0):
316316
- React-Core
@@ -531,4 +531,4 @@ SPEC CHECKSUMS:
531531

532532
PODFILE CHECKSUM: dccbc51e172e6676726e547a1885eebc1aec8b9b
533533

534-
COCOAPODS: 1.10.1
534+
COCOAPODS: 1.11.2

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-permissions",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
44
"license": "MIT",
55
"description": "An unified permissions API for React Native on iOS, Android and Windows",
66
"author": "Mathieu Acthernoene <[email protected]>",
@@ -64,6 +64,11 @@
6464
"react-native": ">=0.63.3",
6565
"react-native-windows": ">=0.62.0"
6666
},
67+
"peerDependenciesMeta": {
68+
"react-native-windows": {
69+
"optional": true
70+
}
71+
},
6772
"devDependencies": {
6873
"@babel/core": "^7.14.6",
6974
"@react-native-community/bob": "^0.17.1",

0 commit comments

Comments
 (0)