Skip to content

Commit 3bf1a95

Browse files
authored
Upgrade dependencies (#110)
* Upgrade swift dependency from 3.0.1 to 3.0.3 * Update Podfile * Upgrade Android to 3.0.3
1 parent fca4088 commit 3bf1a95

File tree

6 files changed

+13
-9
lines changed

6 files changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 3.0.2 - August 6, 2024
4+
5+
- Upgrades Swift and Android dependencies to `3.0.3`
6+
37
## 3.0.1 - June 19, 2024
48

59
- Upgrades the underlying Swift dependency, fixing an issue where pixel events

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ 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.0.1"
23+
s.dependency "ShopifyCheckoutSheetKit", "~> 3.0.3"
2424

2525
if fabric_enabled
2626
install_modules_dependencies(s)

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 = "33.0.0"
66

77
# Version of Shopify Checkout SDK to use with React Native
8-
SHOPIFY_CHECKOUT_SDK_VERSION=3.0.0
8+
SHOPIFY_CHECKOUT_SDK_VERSION=3.0.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.0.1",
4+
"version": "3.0.2",
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=false
4141
hermesEnabled=true
4242

4343
# Note: only used here for testing
44-
SHOPIFY_CHECKOUT_SDK_VERSION=3.0.0
44+
SHOPIFY_CHECKOUT_SDK_VERSION=3.0.3

sample/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,9 +1235,9 @@ PODS:
12351235
- ReactCommon/turbomodule/bridging
12361236
- ReactCommon/turbomodule/core
12371237
- Yoga
1238-
- RNShopifyCheckoutSheetKit (3.0.1):
1238+
- RNShopifyCheckoutSheetKit (3.0.2):
12391239
- React-Core
1240-
- ShopifyCheckoutSheetKit (~> 3.0.1)
1240+
- ShopifyCheckoutSheetKit (~> 3.0.3)
12411241
- RNVectorIcons (10.0.3):
12421242
- DoubleConversion
12431243
- glog
@@ -1259,7 +1259,7 @@ PODS:
12591259
- ReactCommon/turbomodule/bridging
12601260
- ReactCommon/turbomodule/core
12611261
- Yoga
1262-
- ShopifyCheckoutSheetKit (3.0.1)
1262+
- ShopifyCheckoutSheetKit (3.0.3)
12631263
- SocketRocket (0.7.0)
12641264
- SwiftLint (0.55.1)
12651265
- Yoga (0.0.0)
@@ -1524,9 +1524,9 @@ SPEC CHECKSUMS:
15241524
RNGestureHandler: 9b113eb9b7a4cbe66e1dbf4d9914281863ee0703
15251525
RNReanimated: d534e0114e2c3e7011550a78ecf2d0b431435a60
15261526
RNScreens: 23dad53fc9db1da2c93e647ae33fd7ce2bd49d60
1527-
RNShopifyCheckoutSheetKit: 46d58288124ff5c2d1923c83814834152abf2e11
1527+
RNShopifyCheckoutSheetKit: 1b3f4956d829569b5daaf9a7bcf965bce6df8556
15281528
RNVectorIcons: 50ea777efffdd991a22e968aa312d75da7ff46c3
1529-
ShopifyCheckoutSheetKit: 190c114b938f763d960b703927f43dd3c69a6717
1529+
ShopifyCheckoutSheetKit: 28c0ba9b16d2d6afbf9b4c47de8be704d7f27f35
15301530
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
15311531
SwiftLint: 3fe909719babe5537c552ee8181c0031392be933
15321532
Yoga: 348f8b538c3ed4423eb58a8e5730feec50bce372

0 commit comments

Comments
 (0)