Skip to content

Commit 6f9af58

Browse files
Release: 3.4.0-rc.8 (#329)
* Release: 3.4.0-rc.8 * fix: update ShopifyCheckoutSheetKit to latest rc
1 parent eb1a7fa commit 6f9af58

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.6"
24-
s.dependency "ShopifyCheckoutSheetKit/AcceleratedCheckouts", "~> 3.4.0-rc.6"
23+
s.dependency "ShopifyCheckoutSheetKit", "~> 3.4.0-rc.8"
24+
s.dependency "ShopifyCheckoutSheetKit/AcceleratedCheckouts", "~> 3.4.0-rc.8"
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.0
8+
SHOPIFY_CHECKOUT_SDK_VERSION=3.5.1

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.1",
4+
"version": "3.4.0-rc.8",
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.0
44+
SHOPIFY_CHECKOUT_SDK_VERSION=3.5.1

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.1):
2487+
- RNShopifyCheckoutSheetKit (3.4.0-rc.8):
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.6)
2515-
- ShopifyCheckoutSheetKit/AcceleratedCheckouts (~> 3.4.0-rc.6)
2514+
- ShopifyCheckoutSheetKit (~> 3.4.0-rc.8)
2515+
- ShopifyCheckoutSheetKit/AcceleratedCheckouts (~> 3.4.0-rc.8)
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.7):
2548-
- ShopifyCheckoutSheetKit/Core (= 3.4.0-rc.7)
2549-
- ShopifyCheckoutSheetKit/AcceleratedCheckouts (3.4.0-rc.7):
2547+
- ShopifyCheckoutSheetKit (3.4.0-rc.8):
2548+
- ShopifyCheckoutSheetKit/Core (= 3.4.0-rc.8)
2549+
- ShopifyCheckoutSheetKit/AcceleratedCheckouts (3.4.0-rc.8):
25502550
- ShopifyCheckoutSheetKit/Core
2551-
- ShopifyCheckoutSheetKit/Core (3.4.0-rc.7)
2551+
- ShopifyCheckoutSheetKit/Core (3.4.0-rc.8)
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: 5f795d995c1dce7393436edb3d4b2cdab86e5c2a
2885+
RNShopifyCheckoutSheetKit: 123b2f5948dd4223ffd7d0b318e09c653afd3c0d
28862886
RNVectorIcons: be4d047a76ad307ffe54732208fb0498fcb8477f
2887-
ShopifyCheckoutSheetKit: 17677d042e5bae7cf330abc6ea09c165a37526e7
2887+
ShopifyCheckoutSheetKit: 9ca605cb923eb24c2a455a8ce7903b5749668e24
28882888
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
28892889
Yoga: a742cc68e8366fcfc681808162492bc0aa7a9498
28902890

0 commit comments

Comments
 (0)