Skip to content

Commit 14d540b

Browse files
committed
chore: release 0.7.13
1 parent 8709f84 commit 14d540b

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.7.12",
2+
"version": "0.7.13",
33
"scripts": {
44
"clean": "bun --filter='*' clean",
55
"deepclean": "bun --filter='*' deepclean && del-cli node_modules",

packages/example/ios/Podfile.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ PODS:
323323
- react-native-quick-base64 (2.1.2):
324324
- RCT-Folly (= 2021.07.22.00)
325325
- React-Core
326-
- react-native-quick-crypto (0.7.12):
326+
- react-native-quick-crypto (0.7.13):
327327
- OpenSSL-Universal
328328
- RCT-Folly (= 2021.07.22.00)
329329
- React
@@ -443,7 +443,7 @@ PODS:
443443
- RNCCheckbox (0.5.17):
444444
- BEMCheckBox (~> 1.4)
445445
- React-Core
446-
- RNScreens (4.6.0):
446+
- RNScreens (3.35.0):
447447
- RCT-Folly (= 2021.07.22.00)
448448
- React-Core
449449
- React-RCTImage
@@ -496,7 +496,7 @@ DEPENDENCIES:
496496
- React-utils (from `../../../node_modules/react-native/ReactCommon/react/utils`)
497497
- ReactCommon/turbomodule/core (from `../../../node_modules/react-native/ReactCommon`)
498498
- "RNCCheckbox (from `../../../node_modules/@react-native-community/checkbox`)"
499-
- RNScreens (from `../../../node_modules/react-native-screens`)
499+
- RNScreens (from `../node_modules/react-native-screens`)
500500
- Yoga (from `../../../node_modules/react-native/ReactCommon/yoga`)
501501

502502
SPEC REPOS:
@@ -596,7 +596,7 @@ EXTERNAL SOURCES:
596596
RNCCheckbox:
597597
:path: "../../../node_modules/@react-native-community/checkbox"
598598
RNScreens:
599-
:path: "../../../node_modules/react-native-screens"
599+
:path: "../node_modules/react-native-screens"
600600
Yoga:
601601
:path: "../../../node_modules/react-native/ReactCommon/yoga"
602602

@@ -628,7 +628,7 @@ SPEC CHECKSUMS:
628628
React-logger: 8edc785c47c8686c7962199a307015e2ce9a0e4f
629629
react-native-fast-encoder: 6f59e9b08e2bc5a8bf1f36e1630cdcfd66dd18af
630630
react-native-quick-base64: 61228d753294ae643294a75fece8e0e80b7558a6
631-
react-native-quick-crypto: f167927bdd2acb639be292b8bf14f0089b924801
631+
react-native-quick-crypto: 64ea90b3b85d47e6cdcd6c357eb1a48b6cb13498
632632
react-native-safe-area-context: 141eca0fd4e4191288dfc8b96a7c7e1c2983447a
633633
React-NativeModulesApple: b6868ee904013a7923128892ee4a032498a1024a
634634
React-perflogger: 31ea61077185eb1428baf60c0db6e2886f141a5a
@@ -648,7 +648,7 @@ SPEC CHECKSUMS:
648648
React-utils: 56838edeaaf651220d1e53cd0b8934fb8ce68415
649649
ReactCommon: 5f704096ccf7733b390f59043b6fa9cc180ee4f6
650650
RNCCheckbox: a3ca9978cb0846b981d28da4e9914bd437403d77
651-
RNScreens: 7a8df24e7f5fb645810583b942f6b41748bb948f
651+
RNScreens: 50ad6e3dbea9023272b3aa753e3ee2720b0c9b8f
652652
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
653653
Yoga: 4c3aa327e4a6a23eeacd71f61c81df1bcdf677d5
654654

packages/example/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-quick-crypto-example",
33
"description": "Example app for react-native-quick-crypto",
4-
"version": "0.7.12",
4+
"version": "0.7.13",
55
"private": true,
66
"packageManager": "[email protected]",
77
"scripts": {
@@ -33,7 +33,7 @@
3333
"react-native": "0.72.7",
3434
"react-native-fast-encoder": "^0.1.12",
3535
"react-native-quick-base64": "^2.1.2",
36-
"react-native-quick-crypto": "0.7.12",
36+
"react-native-quick-crypto": "0.7.13",
3737
"react-native-safe-area-context": "^4.5.0",
3838
"react-native-screens": "3.35.0",
3939
"readable-stream": "^4.5.2",

packages/react-native-quick-crypto/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-quick-crypto",
3-
"version": "0.7.12",
3+
"version": "0.7.13",
44
"description": "A fast implementation of Node's `crypto` module written in C/C++ JSI",
55
"packageManager": "[email protected]",
66
"main": "lib/commonjs/index",

0 commit comments

Comments
 (0)