Skip to content

Commit bcb9dbc

Browse files
committed
chore: release 0.7.12
1 parent 941da6f commit bcb9dbc

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

package.json

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

packages/example/ios/Podfile.lock

+2-2
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.11):
326+
- react-native-quick-crypto (0.7.12):
327327
- OpenSSL-Universal
328328
- RCT-Folly (= 2021.07.22.00)
329329
- React
@@ -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: 5f87e8eb8386abb34e2a446fa1eca4101bf2eb2e
631+
react-native-quick-crypto: f167927bdd2acb639be292b8bf14f0089b924801
632632
react-native-safe-area-context: 141eca0fd4e4191288dfc8b96a7c7e1c2983447a
633633
React-NativeModulesApple: b6868ee904013a7923128892ee4a032498a1024a
634634
React-perflogger: 31ea61077185eb1428baf60c0db6e2886f141a5a

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.11",
4+
"version": "0.7.12",
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.11",
36+
"react-native-quick-crypto": "0.7.12",
3737
"react-native-safe-area-context": "^4.5.0",
3838
"react-native-screens": "4.6.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.11",
3+
"version": "0.7.12",
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)