Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release/2.25.0 #225

Merged
merged 2 commits into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions packages/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ PODS:
- ReactCommon/turbomodule/core (= 0.72.0)
- fmt (6.2.1)
- glog (0.3.5)
- primer-io-react-native (2.24.1):
- PrimerSDK (= 2.26.7)
- primer-io-react-native (2.25.0):
- PrimerSDK (= 2.27.0)
- React-Core
- Primer3DS (2.3.2)
- PrimerIPay88MYSDK (0.1.7)
- PrimerKlarnaSDK (1.1.0)
- PrimerSDK (2.26.7):
- PrimerSDK/Core (= 2.26.7)
- PrimerSDK/Core (2.26.7)
- PrimerSDK (2.27.0):
- PrimerSDK/Core (= 2.27.0)
- PrimerSDK/Core (2.27.0)
- RCT-Folly (2021.07.22.00):
- boost
- DoubleConversion
Expand Down Expand Up @@ -566,11 +566,11 @@ SPEC CHECKSUMS:
FBReactNativeSpec: 6e7e74b1ed7f0a1a469a82a67521b33285f5fef3
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
primer-io-react-native: 24cc7cf1394b46e1731a434592c5b7da9c8d17e8
primer-io-react-native: 8f5a31d699b11d1fe9538fb6f4c8f08f22dc00dd
Primer3DS: 81e7969033230c7346a517cd609be956914738bb
PrimerIPay88MYSDK: 436ee0be7e2c97e4e81456ccddee20175e9e3c4d
PrimerKlarnaSDK: 83e9a1357a7247bf8fa2836fc945cf97644d601d
PrimerSDK: 3d415b64abebc1a36bd5575169137ea5deed9eba
PrimerSDK: d602d8492ad2b6d04a8ee36274d9756d8ad79a67
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
RCTRequired: 656ef0536dd60a9740961ade6a64ba0cb0572d2b
RCTTypeSafety: 82bd23b63f043d1a6b8e80e72fd15c08e04528a4
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion packages/sdk/ios/Sources/version.swift
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// swiftlint:disable:next identifier_name
public let PrimerReactNativeSDKVersion = "2.24.1"
public let PrimerReactNativeSDKVersion = "2.25.0"
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primer-io/react-native",
"version": "2.24.1",
"version": "2.25.0",
"description": "Primer SDK for RN",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/primer-io-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,m,mm,swift}"

s.dependency "React-Core"
s.dependency "PrimerSDK", "2.26.7"
s.dependency "PrimerSDK", "2.27.0"
end
Loading