Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
- name: Setup Node.js
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
with:
node-version: 22
node-version: 22.22.1
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

registry-url: 'https://registry.npmjs.org'

# TODO: Can be removed once node-version is 24 as this will be the minimum
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Pod::Spec.new do |s|
s.source_files = "ios/*.{h,m,mm,swift}"

s.dependency "React-Core"
s.dependency "ShopifyCheckoutSheetKit", "~> 3.5.0"
s.dependency "ShopifyCheckoutSheetKit/AcceleratedCheckouts", "~> 3.5.0"
s.dependency "ShopifyCheckoutSheetKit", "~> 3.6.0"
s.dependency "ShopifyCheckoutSheetKit/AcceleratedCheckouts", "~> 3.6.0"

if fabric_enabled
# Use React Native's helper if available, otherwise add dependencies directly
Expand Down
2 changes: 1 addition & 1 deletion modules/@shopify/checkout-sheet-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shopify/checkout-sheet-kit",
"license": "MIT",
"version": "3.5.0",
"version": "3.6.0",
"main": "lib/commonjs/index.js",
"types": "src/index.ts",
"source": "src/index.ts",
Expand Down
18 changes: 9 additions & 9 deletions sample/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2578,7 +2578,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- RNShopifyCheckoutSheetKit (3.5.0):
- RNShopifyCheckoutSheetKit (3.6.0):
- boost
- DoubleConversion
- fast_float
Expand All @@ -2605,8 +2605,8 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- ShopifyCheckoutSheetKit (~> 3.5.0)
- ShopifyCheckoutSheetKit/AcceleratedCheckouts (~> 3.5.0)
- ShopifyCheckoutSheetKit (~> 3.6.0)
- ShopifyCheckoutSheetKit/AcceleratedCheckouts (~> 3.6.0)
- SocketRocket
- Yoga
- RNVectorIcons (10.3.0):
Expand Down Expand Up @@ -2638,11 +2638,11 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- ShopifyCheckoutSheetKit (3.5.0):
- ShopifyCheckoutSheetKit/Core (= 3.5.0)
- ShopifyCheckoutSheetKit/AcceleratedCheckouts (3.5.0):
- ShopifyCheckoutSheetKit (3.6.0):
- ShopifyCheckoutSheetKit/Core (= 3.6.0)
- ShopifyCheckoutSheetKit/AcceleratedCheckouts (3.6.0):
- ShopifyCheckoutSheetKit/Core
- ShopifyCheckoutSheetKit/Core (3.5.0)
- ShopifyCheckoutSheetKit/Core (3.6.0)
- SocketRocket (0.7.1)
- Yoga (0.0.0)

Expand Down Expand Up @@ -2996,9 +2996,9 @@ SPEC CHECKSUMS:
RNGestureHandler: eeb622199ef1fb3a076243131095df1c797072f0
RNReanimated: 288616f9c66ff4b0911f3862ffcf4104482a2adc
RNScreens: 3fc29af06302e1f1c18a7829fe57cbc2c0259912
RNShopifyCheckoutSheetKit: 13a5ac0a5f517b7df5ee202539a82b17d82b71e4
RNShopifyCheckoutSheetKit: 47613bb3e98558dd948215b1e3e7c78bee1b3619
RNVectorIcons: be4d047a76ad307ffe54732208fb0498fcb8477f
ShopifyCheckoutSheetKit: b63973f5aadcab5d6483871f36f3d3f19ec67e12
ShopifyCheckoutSheetKit: e307ac7adc4af43ac4d041922b2073641462cd04
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
Yoga: a742cc68e8366fcfc681808162492bc0aa7a9498

Expand Down
Loading