Skip to content

Commit 1796c25

Browse files
authored
[1.0.5] Upgrade swift SDK from 1.0.1 to 1.0.2 (#74)
* Upgrade swift lib * Add changelog entry + bump
1 parent 0e5fd41 commit 1796c25

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

CHANGELOG.md

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

3+
## 1.0.5 - March 5, 2024
4+
5+
- Updates the underlying swift SDK from `1.0.1` to `1.0.2` to include
6+
https://github.com/Shopify/checkout-sheet-kit-swift/pull/143
7+
38
## 1.0.4 - March 4, 2024
49

510
- Fixes an issue where the parent view controller is dismissed after the

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", "~> 1.0.1"
23+
s.dependency "ShopifyCheckoutSheetKit", "~> 1.0.2"
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": "1.0.4",
4+
"version": "1.0.5",
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
@@ -468,13 +468,13 @@ PODS:
468468
- RNScreens (3.27.0):
469469
- RCT-Folly (= 2021.07.22.00)
470470
- React-Core
471-
- RNShopifyCheckoutSheetKit (1.0.2):
471+
- RNShopifyCheckoutSheetKit (1.0.5):
472472
- React-Core
473-
- ShopifyCheckoutSheetKit (~> 1.0.1)
473+
- ShopifyCheckoutSheetKit (~> 1.0.2)
474474
- RNVectorIcons (10.0.2):
475475
- RCT-Folly (= 2021.07.22.00)
476476
- React-Core
477-
- ShopifyCheckoutSheetKit (1.0.1)
477+
- ShopifyCheckoutSheetKit (1.0.2)
478478
- SocketRocket (0.6.1)
479479
- SwiftLint (0.54.0)
480480
- Yoga (1.14.0)
@@ -683,9 +683,9 @@ SPEC CHECKSUMS:
683683
RNGestureHandler: 7909c50383a18f0cb10ce1db7262b9a6da504c03
684684
RNReanimated: b3fe5092e7c7da790180e28c48f31e6b2bd3bfec
685685
RNScreens: 3c2d122f5e08c192e254c510b212306da97d2581
686-
RNShopifyCheckoutSheetKit: 80878bf51cf6fbc9466c312dc37102591b4fd65f
686+
RNShopifyCheckoutSheetKit: 6409a3eafb2ca6e4c9e8046b887790e1ec288bd3
687687
RNVectorIcons: 23b6e11af4aaf104d169b1b0afa7e5cf96c676ce
688-
ShopifyCheckoutSheetKit: b5f689803c6ddf5793191d39ef2ae7db52e5936c
688+
ShopifyCheckoutSheetKit: 9c4c3afcc90f707ed73107316d59b59f15c8befd
689689
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
690690
SwiftLint: c1de071d9d08c8aba837545f6254315bc900e211
691691
Yoga: 11d7931afb89721f39cf553a78767b81c7fbea1f

0 commit comments

Comments
 (0)