Skip to content

Commit

Permalink
chore: (vl-8490) v2.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelavoyan committed Dec 1, 2024
1 parent 4f3e9ac commit 724a7eb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
nmHoistingLimits: workspaces

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.1.cjs
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"

//--------- Must: be added:
implementation "io.velocitycareerlabs:vcl:2.6.9"
implementation 'com.nimbusds:nimbus-jose-jwt:9.41.2'
implementation "io.velocitycareerlabs:vcl:2.6.10"
implementation 'com.nimbusds:nimbus-jose-jwt:9.45'
implementation "androidx.security:security-crypto:1.1.0-alpha06"
//-------------------------
}
Expand Down
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1054,12 +1054,12 @@ PODS:
- React-logger (= 0.73.6)
- React-perflogger (= 0.73.6)
- SocketRocket (0.6.1)
- VCL (2.6.9)
- velocitycareerlabs-vcl-react-native (2.6.9):
- VCL (2.6.10)
- velocitycareerlabs-vcl-react-native (2.6.10):
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
- VCL (= 2.6.9)
- VCL (= 2.6.10)
- Yoga (1.14.0)

DEPENDENCIES:
Expand Down Expand Up @@ -1276,8 +1276,8 @@ SPEC CHECKSUMS:
React-utils: 288c9cb9a73bb150c273c84df7c2f8546f28e23f
ReactCommon: 2e5492a3e3a8e72d635c266405e49d12627e5bf0
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
VCL: 606f8c6472ef019415408d5b76a1d91feda30e9e
velocitycareerlabs-vcl-react-native: 6e563cb30b621ee0f44431c36623e751b480b199
VCL: 3b91bc53011bba9361f8193813d8b105080d3e43
velocitycareerlabs-vcl-react-native: e7513766065b62023bdc0a64e7a2bc9d908996e2
Yoga: 805bf71192903b20fc14babe48080582fee65a80

PODFILE CHECKSUM: b019a9f171e06cc915918d81c74115c30ea1b65c
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": "@velocitycareerlabs/vcl-react-native",
"version": "2.6.9",
"version": "2.6.10",
"description": "Velocity Career Labs React Native SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion velocitycareerlabs-vcl-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Pod::Spec.new do |s|

# s.swift_version = "5"

s.dependency "VCL", "2.6.9"
s.dependency "VCL", "2.6.10"

# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
Expand Down

0 comments on commit 724a7eb

Please sign in to comment.