Skip to content

Commit 537fa09

Browse files
committed
chore: release 1.0.0-beta.8
1 parent 111c0b8 commit 537fa09

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

example/ios/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ PODS:
3131
- ReactCommon/turbomodule/core
3232
- Yoga
3333
- OpenSSL-Universal (3.3.2000)
34-
- QuickCrypto (1.0.0-beta.7):
34+
- QuickCrypto (1.0.0-beta.8):
3535
- DoubleConversion
3636
- glog
3737
- hermes-engine
@@ -1940,7 +1940,7 @@ SPEC CHECKSUMS:
19401940
hermes-engine: 46f1ffbf0297f4298862068dd4c274d4ac17a1fd
19411941
NitroModules: 47399393665e69228b29a17f501c7b453679ccc0
19421942
OpenSSL-Universal: b60a3702c9fea8b3145549d421fdb018e53ab7b4
1943-
QuickCrypto: 2a4bcacfec3cc81d56205e6b12f190d492f9a1e7
1943+
QuickCrypto: bfefd9c31dfac2e8900de7b84aed7bd227013730
19441944
RCT-Folly: 84578c8756030547307e4572ab1947de1685c599
19451945
RCTDeprecation: fde92935b3caa6cb65cbff9fbb7d3a9867ffb259
19461946
RCTRequired: 75c6cee42d21c1530a6f204ba32ff57335d19007

example/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-quick-crypto-example",
3-
"version": "1.0.0-beta.7",
3+
"version": "1.0.0-beta.8",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -36,7 +36,7 @@
3636
"react-native-bouncy-checkbox": "4.0.1",
3737
"react-native-nitro-modules": "0.18.2",
3838
"react-native-quick-base64": "2.1.2",
39-
"react-native-quick-crypto": "1.0.0-beta.7",
39+
"react-native-quick-crypto": "1.0.0-beta.8",
4040
"react-native-safe-area-context": "4.14.0",
4141
"react-native-screens": "3.35.0",
4242
"react-native-vector-icons": "^10.1.0",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-beta.7",
2+
"version": "1.0.0-beta.8",
33
"scripts": {
44
"check-all": "./scripts/clang-format.sh",
55
"clean": "bun --filter='*' clean",

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": "1.0.0-beta.7",
3+
"version": "1.0.0-beta.8",
44
"description": "A fast implementation of Node's `crypto` module written in C/C++ JSI",
55
"type": "module",
66
"main": "lib/commonjs/index",

0 commit comments

Comments
 (0)