Skip to content

Commit d58ea8b

Browse files
committed
Bump: minor (3.2.0) + changelog entry
1 parent ee73733 commit d58ea8b

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
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.2.0 - December 18, 2024
4+
5+
- Handle geolocation requests for Android devices
6+
37
## 3.1.2 - November 4, 2024
48

59
- Add `consumerProguardRules` build.gradle option to prevent minification of

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

modules/@shopify/checkout-sheet-kit/src/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ export type CheckoutEventCallback =
164164
| CloseEventCallback
165165
| CheckoutExceptionCallback
166166
| CheckoutCompletedEventCallback
167+
| GeolocationRequestEventCallback
167168
| PixelEventCallback;
168169

169170
function addEventListener(

sample/src/App.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,7 @@ import Icon from 'react-native-vector-icons/Entypo';
3939
import CatalogScreen from './screens/CatalogScreen';
4040
import SettingsScreen from './screens/SettingsScreen';
4141

42-
import type {
43-
Configuration,
44-
GeolocationRequestEvent,
45-
} from '@shopify/checkout-sheet-kit';
42+
import type {Configuration} from '@shopify/checkout-sheet-kit';
4643
import {
4744
ColorScheme,
4845
ShopifyCheckoutSheetProvider,

0 commit comments

Comments
 (0)