Skip to content

Commit 99bb837

Browse files
authored
Upgrade checkout-sheet-kit-swift to 3.0.1 (#98)
1 parent 718cada commit 99bb837

File tree

4 files changed

+20
-12
lines changed

4 files changed

+20
-12
lines changed

CHANGELOG.md

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

3+
## 3.0.1 - June 19, 2024
4+
5+
- Upgrades the underlying Swift dependency, fixing an issue where pixel events
6+
do not fire after checkout completion.
7+
38
## 3.0.0 - May 20, 2024
49

5-
This version of the Checkout Sheet Kit ships with improvements to error handling. Error messages will now contain `message`, `code` and `recoverable` attributes.
10+
This version of the Checkout Sheet Kit ships with improvements to error
11+
handling. Error messages will now contain `message`, `code` and `recoverable`
12+
attributes.
613

7-
In the event of a HTTP error, internal SDK error or mid-experience crash, the Checkout Sheet Kit will now automatically invoke a recovery mechanism in an effort to degrade gracefully.
14+
In the event of a HTTP error, internal SDK error or mid-experience crash, the
15+
Checkout Sheet Kit will now automatically invoke a recovery mechanism in an
16+
effort to degrade gracefully.
817

9-
Offering a world-class user experience is paramount, so please note that when the recovery state occurs, there are caveats to the developer experience:
18+
Offering a world-class user experience is paramount, so please note that when
19+
the recovery state occurs, there are caveats to the developer experience:
1020

1121
1. Checkout theming may fallback to the default checkout theme.
1222
2. **Web pixels lifecycle events will not fire.**
@@ -17,8 +27,6 @@ Offering a world-class user experience is paramount, so please note that when th
1727
- [`[email protected]`](https://github.com/Shopify/checkout-sheet-kit-swift/releases)
1828
- [`[email protected]`](https://github.com/Shopify/checkout-sheet-kit-android/releases)
1929

20-
21-
2230
## 2.0.1 - April 4, 2024
2331

2432
- Fixes an issue where opening `mailto` links externally causes the application

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.0"
23+
s.dependency "ShopifyCheckoutSheetKit", "~> 3.0.1"
2424

2525
if fabric_enabled
2626
install_modules_dependencies(s)

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.0",
4+
"version": "3.0.1",
55
"main": "lib/commonjs/index.js",
66
"types": "src/index.ts",
77
"source": "src/index.ts",

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.0):
1238+
- RNShopifyCheckoutSheetKit (3.0.1):
12391239
- React-Core
1240-
- ShopifyCheckoutSheetKit (~> 3.0.0)
1240+
- ShopifyCheckoutSheetKit (~> 3.0.1)
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.0)
1262+
- ShopifyCheckoutSheetKit (3.0.1)
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: 55cca593c33c0bfb9e28cbf040c74a727207453c
1527+
RNShopifyCheckoutSheetKit: 46d58288124ff5c2d1923c83814834152abf2e11
15281528
RNVectorIcons: 50ea777efffdd991a22e968aa312d75da7ff46c3
1529-
ShopifyCheckoutSheetKit: a922cba4fc3de89b691dc380342ab0c05affc33e
1529+
ShopifyCheckoutSheetKit: 190c114b938f763d960b703927f43dd3c69a6717
15301530
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
15311531
SwiftLint: 3fe909719babe5537c552ee8181c0031392be933
15321532
Yoga: 348f8b538c3ed4423eb58a8e5730feec50bce372

0 commit comments

Comments
 (0)