From ca274557e04882e96d5f4f058812599d0ec182e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 23 Mar 2026 00:31:55 +0000 Subject: [PATCH 1/2] chore: release 1.0.18 --- bun.lock | 4 ++-- example/ios/Podfile.lock | 4 ++-- example/package.json | 4 ++-- package.json | 2 +- packages/react-native-quick-crypto/package.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bun.lock b/bun.lock index e2ec91c0..18566c17 100644 --- a/bun.lock +++ b/bun.lock @@ -29,7 +29,7 @@ }, "example": { "name": "react-native-quick-crypto-example", - "version": "1.0.17", + "version": "1.0.18", "dependencies": { "@noble/ciphers": "2.0.1", "@noble/curves": "1.7.0", @@ -86,7 +86,7 @@ }, "packages/react-native-quick-crypto": { "name": "react-native-quick-crypto", - "version": "1.0.17", + "version": "1.0.18", "dependencies": { "@craftzdog/react-native-buffer": "6.1.0", "events": "3.3.0", diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 6f6895ae..43c4e54a 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -69,7 +69,7 @@ PODS: - ReactCommon/turbomodule/core - SocketRocket - Yoga - - QuickCrypto (1.0.17): + - QuickCrypto (1.0.18): - boost - DoubleConversion - fast_float @@ -2811,7 +2811,7 @@ SPEC CHECKSUMS: MMKVCore: f2dd4c9befea04277a55e84e7812f930537993df NitroMmkv: afbc5b2fbf963be567c6c545aa1efcf6a9cec68e NitroModules: 11bba9d065af151eae51e38a6425e04c3b223ff3 - QuickCrypto: 414c0c5f7353bc7bf87ef3ae02485cf41b4a66d1 + QuickCrypto: 73587bfaeb4d8280fa2eb214eef0fc20dff94ce5 RCT-Folly: 846fda9475e61ec7bcbf8a3fe81edfcaeb090669 RCTDeprecation: c4b9e2fd0ab200e3af72b013ed6113187c607077 RCTRequired: e97dd5dafc1db8094e63bc5031e0371f092ae92a diff --git a/example/package.json b/example/package.json index 581faf5e..2edf5410 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "react-native-quick-crypto-example", - "version": "1.0.17", + "version": "1.0.18", "private": true, "type": "module", "scripts": { @@ -40,7 +40,7 @@ "react-native-mmkv": "4.0.1", "react-native-nitro-modules": "0.33.2", "react-native-quick-base64": "2.2.2", - "react-native-quick-crypto": "workspace:*", + "react-native-quick-crypto": "1.0.18", "react-native-safe-area-context": "5.6.2", "react-native-screens": "4.18.0", "react-native-vector-icons": "10.3.0", diff --git a/package.json b/package.json index a28364c2..ae99656b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.17", + "version": "1.0.18", "type": "module", "scripts": { "clang-format": "./scripts/clang-format.sh", diff --git a/packages/react-native-quick-crypto/package.json b/packages/react-native-quick-crypto/package.json index 8639752e..02ebdbaf 100644 --- a/packages/react-native-quick-crypto/package.json +++ b/packages/react-native-quick-crypto/package.json @@ -1,6 +1,6 @@ { "name": "react-native-quick-crypto", - "version": "1.0.17", + "version": "1.0.18", "description": "A fast implementation of Node's `crypto` module written in C/C++ JSI", "main": "lib/commonjs/index", "module": "lib/module/index", From 577fd6df517d53e1f7925712cb3bff5d44520149 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 00:02:06 +0000 Subject: [PATCH 2/2] chore(deps): bump concurrent-ruby from 1.3.3 to 1.3.7 in /example Bumps [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) from 1.3.3 to 1.3.7. - [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases) - [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/ruby-concurrency/concurrent-ruby/compare/v1.3.3...v1.3.7) --- updated-dependencies: - dependency-name: concurrent-ruby dependency-version: 1.3.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/Gemfile | 2 +- example/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/Gemfile b/example/Gemfile index 306ae12a..51d5927a 100644 --- a/example/Gemfile +++ b/example/Gemfile @@ -7,7 +7,7 @@ ruby ">= 2.6.10" gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1' gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0' gem 'xcodeproj', '< 1.26.0' -gem 'concurrent-ruby', '< 1.3.6' +gem 'concurrent-ruby', '< 1.3.8' # Ruby 3.4.0 has removed some libraries from the standard library. gem 'bigdecimal' diff --git a/example/Gemfile.lock b/example/Gemfile.lock index b68c3ca3..313041db 100644 --- a/example/Gemfile.lock +++ b/example/Gemfile.lock @@ -65,7 +65,7 @@ GEM netrc (~> 0.11) cocoapods-try (1.2.0) colored2 (3.1.2) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.7) connection_pool (2.4.1) drb (2.2.1) escape (0.0.4) @@ -111,7 +111,7 @@ DEPENDENCIES benchmark bigdecimal cocoapods (>= 1.13, != 1.15.1, != 1.15.0) - concurrent-ruby (< 1.3.6) + concurrent-ruby (< 1.3.8) logger mutex_m rexml (>= 3.4.2)