Commit 434e323
authored
Bump @shopify/checkout-sheet-kit to 3.6.0 (#455)
* Bump @shopify/checkout-sheet-kit to 3.6.0
Update React Native wrapper to target ShopifyCheckoutSheetKit v3.6.0.
This increments the package version and updates the CocoaPods dependency constraints to ~> 3.6.0 so the RN release will pick up the critical patch in checkout-sheet-kit-swift 3.6.0. The pod itself hasn't been published yet, so CI/builds will fail until that pod is released, but this prepares the RN package for the Swift release once it's available.
* Bump RNShopifyCheckoutSheetKit / ShopifyCheckoutSheetKit to 3.6.0
Update iOS Podfile.lock to reference RNShopifyCheckoutSheetKit and ShopifyCheckoutSheetKit 3.6.0 and refresh spec checksums.
This prepares the repo for a new react-native release that targets the 3.6.0 checkout-sheet-kit Swift build (which contains a critical patch). The CocoaPod itself has not been published yet, so iOS builds can't be executed now; this change ensures the release will point at the correct pod version once it becomes available.
* Bump @shopify/checkout-sheet-kit to 3.7.0
Prepare a new React Native release that targets the patched CheckoutSheetKit Swift pod. Bump the package version to 3.7.0 and update the sample iOS Podfile.lock to reference RNShopifyCheckoutSheetKit 3.7.0 (updated checksum).
This is done so the RN package can be cut and pick up the critical Swift patch (checkout-sheet-kit-swift 3.6.0). Note: the CocoaPod for the Swift module has not been published yet, so the iOS sample build will fail until that pod is released.
* ci(actions): bump Node.js to 24 and remove temporary npm install
Update the GitHub Actions setup to use Node.js 24 and remove the temporary step that installed npm@11.
This prepares the CI for the upcoming React Native 3.6.0 work (including the checkout-sheet-kit-swift patch). Node 24 ships with the required npm version, so the manual npm install step is no longer necessary. The CocoaPod for the RN patch isn't released yet, so the build can't be exercised end-to-end today, but the CI is now ready for the new release target.
* Bump React Native checkout-sheet-kit to 3.6.0
Align the React Native wrapper with the checkout-sheet-kit-swift 3.6.0 build so the critical patch is picked up. Update package.json version and Podfile.lock references/checksum for RNShopifyCheckoutSheetKit to 3.6.0.
Note: the native CocoaPod for the Swift kit has not been released yet, so the iOS build cannot be run now. This change prepares the RN release so it can be cut once the pod is available.
* Revert "ci(actions): bump Node.js to 24 and remove temporary npm install"
This reverts commit 6b70c9a.1 parent 8a04ea0 commit 434e323
4 files changed
Lines changed: 13 additions & 13 deletions
File tree
- .github/actions/setup
- modules/@shopify/checkout-sheet-kit
- sample/ios
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2578 | 2578 | | |
2579 | 2579 | | |
2580 | 2580 | | |
2581 | | - | |
| 2581 | + | |
2582 | 2582 | | |
2583 | 2583 | | |
2584 | 2584 | | |
| |||
2605 | 2605 | | |
2606 | 2606 | | |
2607 | 2607 | | |
2608 | | - | |
2609 | | - | |
| 2608 | + | |
| 2609 | + | |
2610 | 2610 | | |
2611 | 2611 | | |
2612 | 2612 | | |
| |||
2638 | 2638 | | |
2639 | 2639 | | |
2640 | 2640 | | |
2641 | | - | |
2642 | | - | |
2643 | | - | |
| 2641 | + | |
| 2642 | + | |
| 2643 | + | |
2644 | 2644 | | |
2645 | | - | |
| 2645 | + | |
2646 | 2646 | | |
2647 | 2647 | | |
2648 | 2648 | | |
| |||
2996 | 2996 | | |
2997 | 2997 | | |
2998 | 2998 | | |
2999 | | - | |
| 2999 | + | |
3000 | 3000 | | |
3001 | | - | |
| 3001 | + | |
3002 | 3002 | | |
3003 | 3003 | | |
3004 | 3004 | | |
| |||
0 commit comments