Skip to content

Commit 955506d

Browse files
authored
[Stable 3.4.0] Swift 3.4.0, Android 3.5.3 (#351)
Swift 3.4.0, Android 3.5.3
1 parent 8530232 commit 955506d

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

modules/@shopify/checkout-sheet-kit/RNShopifyCheckoutSheetKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Pod::Spec.new do |s|
2020
s.source_files = "ios/*.{h,m,mm,swift}"
2121

2222
s.dependency "React-Core"
23-
s.dependency "ShopifyCheckoutSheetKit", "~> 3.4.0-rc.9"
24-
s.dependency "ShopifyCheckoutSheetKit/AcceleratedCheckouts", "~> 3.4.0-rc.9"
23+
s.dependency "ShopifyCheckoutSheetKit", "~> 3.4.0"
24+
s.dependency "ShopifyCheckoutSheetKit/AcceleratedCheckouts", "~> 3.4.0"
2525

2626
if fabric_enabled
2727
# Use React Native's helper if available, otherwise add dependencies directly

modules/@shopify/checkout-sheet-kit/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ ndkVersion=23.1.7779620
55
buildToolsVersion = "35.0.0"
66

77
# Version of Shopify Checkout SDK to use with React Native
8-
SHOPIFY_CHECKOUT_SDK_VERSION=3.5.2
8+
SHOPIFY_CHECKOUT_SDK_VERSION=3.5.3

modules/@shopify/checkout-sheet-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shopify/checkout-sheet-kit",
33
"license": "MIT",
4-
"version": "3.4.0-rc.3",
4+
"version": "3.4.0",
55
"main": "lib/commonjs/index.js",
66
"types": "src/index.ts",
77
"source": "src/index.ts",

sample/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ newArchEnabled=true
4141
hermesEnabled=true
4242

4343
# Note: only used here for testing
44-
SHOPIFY_CHECKOUT_SDK_VERSION=3.5.2
44+
SHOPIFY_CHECKOUT_SDK_VERSION=3.5.3

sample/ios/Podfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2484,7 +2484,7 @@ PODS:
24842484
- ReactCommon/turbomodule/core
24852485
- SocketRocket
24862486
- Yoga
2487-
- RNShopifyCheckoutSheetKit (3.4.0-rc.3):
2487+
- RNShopifyCheckoutSheetKit (3.4.0):
24882488
- boost
24892489
- DoubleConversion
24902490
- fast_float
@@ -2511,8 +2511,8 @@ PODS:
25112511
- ReactCodegen
25122512
- ReactCommon/turbomodule/bridging
25132513
- ReactCommon/turbomodule/core
2514-
- ShopifyCheckoutSheetKit (~> 3.4.0-rc.9)
2515-
- ShopifyCheckoutSheetKit/AcceleratedCheckouts (~> 3.4.0-rc.9)
2514+
- ShopifyCheckoutSheetKit (~> 3.4.0)
2515+
- ShopifyCheckoutSheetKit/AcceleratedCheckouts (~> 3.4.0)
25162516
- SocketRocket
25172517
- Yoga
25182518
- RNVectorIcons (10.3.0):
@@ -2544,11 +2544,11 @@ PODS:
25442544
- ReactCommon/turbomodule/core
25452545
- SocketRocket
25462546
- Yoga
2547-
- ShopifyCheckoutSheetKit (3.4.0-rc.9):
2548-
- ShopifyCheckoutSheetKit/Core (= 3.4.0-rc.9)
2549-
- ShopifyCheckoutSheetKit/AcceleratedCheckouts (3.4.0-rc.9):
2547+
- ShopifyCheckoutSheetKit (3.4.0):
2548+
- ShopifyCheckoutSheetKit/Core (= 3.4.0)
2549+
- ShopifyCheckoutSheetKit/AcceleratedCheckouts (3.4.0):
25502550
- ShopifyCheckoutSheetKit/Core
2551-
- ShopifyCheckoutSheetKit/Core (3.4.0-rc.9)
2551+
- ShopifyCheckoutSheetKit/Core (3.4.0)
25522552
- SocketRocket (0.7.1)
25532553
- Yoga (0.0.0)
25542554

@@ -2882,9 +2882,9 @@ SPEC CHECKSUMS:
28822882
RNGestureHandler: eeb622199ef1fb3a076243131095df1c797072f0
28832883
RNReanimated: 288616f9c66ff4b0911f3862ffcf4104482a2adc
28842884
RNScreens: 26bb60cdb2ef2ca06fd87feefc495072f25982a7
2885-
RNShopifyCheckoutSheetKit: db2a928b4c0c407b8b837c3262dfa918a20f32e5
2885+
RNShopifyCheckoutSheetKit: c6c08fbeaf22de14c5d1d0a745329e96b0722f79
28862886
RNVectorIcons: be4d047a76ad307ffe54732208fb0498fcb8477f
2887-
ShopifyCheckoutSheetKit: 85c0d745661ae9129ee7cce0db9f4b55c5779adb
2887+
ShopifyCheckoutSheetKit: 2251f2708752ad0b8a7f7baf1ee527d2167b0d4b
28882888
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
28892889
Yoga: a742cc68e8366fcfc681808162492bc0aa7a9498
28902890

0 commit comments

Comments
 (0)