Skip to content

Commit

Permalink
Updating files to release RN 18.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
walterjgsp committed May 30, 2024
1 parent bb7604d commit b655dd1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 18.5.1
Upgrade iOS and Android SDK to 18.5.1

## 18.5.0
Upgrade iOS and Android SDK to 18.5.0

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'com.google.android.recaptcha:recaptcha:18.5.0'
implementation 'com.google.android.recaptcha:recaptcha:18.5.1'
}

12 changes: 6 additions & 6 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1057,12 +1057,12 @@ PODS:
- React-jsi (= 0.73.4)
- React-logger (= 0.73.4)
- React-perflogger (= 0.73.4)
- recaptcha-enterprise-react-native (18.5.0):
- recaptcha-enterprise-react-native (18.5.1):
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
- RecaptchaEnterprise (= 18.5.0)
- RecaptchaEnterprise (18.5.0):
- RecaptchaEnterprise (= 18.5.1)
- RecaptchaEnterprise (18.5.1):
- RecaptchaInterop (~> 100.0.0)
- RecaptchaInterop (100.0.0)
- SocketRocket (0.6.1)
Expand Down Expand Up @@ -1285,11 +1285,11 @@ SPEC CHECKSUMS:
React-runtimescheduler: 1c054b58fef2ce74cdcbdcd70db190e10f56a617
React-utils: 21a798438d45e70ed9c2e2fe0894ee32ba7b7c5b
ReactCommon: dcc65c813041388dead6c8b477444757425ce961
recaptcha-enterprise-react-native: d2dc3402ec8ead7ab0efbbec6868c44187d36a65
RecaptchaEnterprise: f626e2154e9f5021696c280068e706eede97abd0
recaptcha-enterprise-react-native: 727b0c34556c67f90217112db221265dff1c9f63
RecaptchaEnterprise: b00baf9826d82babbf2277bd27cdf72362c06b4a
RecaptchaInterop: 7d1a4a01a6b2cb1610a47ef3f85f0c411434cb21
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Yoga: 1b901a6d6eeba4e8a2e8f308f708691cdb5db312
Yoga: 64cd2a583ead952b0315d5135bf39e053ae9be70

PODFILE CHECKSUM: 0e407541ff1ee21b7523ee07872995a2aef2eb30

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/recaptcha-enterprise-react-native",
"version": "18.5.0",
"version": "18.5.1",
"description": "React Native plugin for reCAPTCHA Enterprise Mobile SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion recaptcha-enterprise-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|

s.source_files = "ios/**/*.{h,m,mm,swift}"

s.dependency "RecaptchaEnterprise", "=18.5.0"
s.dependency "RecaptchaEnterprise", "=18.5.1"
s.static_framework = true

# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
Expand Down

0 comments on commit b655dd1

Please sign in to comment.