Skip to content

Commit

Permalink
Bump: minor (3.2.0) + changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
markmur committed Dec 18, 2024
1 parent ee73733 commit d58ea8b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.2.0 - December 18, 2024

- Handle geolocation requests for Android devices

## 3.1.2 - November 4, 2024

- Add `consumerProguardRules` build.gradle option to prevent minification of
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.1.2",
"version": "3.2.0",
"main": "lib/commonjs/index.js",
"types": "src/index.ts",
"source": "src/index.ts",
Expand Down
1 change: 1 addition & 0 deletions modules/@shopify/checkout-sheet-kit/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ export type CheckoutEventCallback =
| CloseEventCallback
| CheckoutExceptionCallback
| CheckoutCompletedEventCallback
| GeolocationRequestEventCallback
| PixelEventCallback;

function addEventListener(
Expand Down
5 changes: 1 addition & 4 deletions sample/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@ import Icon from 'react-native-vector-icons/Entypo';
import CatalogScreen from './screens/CatalogScreen';
import SettingsScreen from './screens/SettingsScreen';

import type {
Configuration,
GeolocationRequestEvent,
} from '@shopify/checkout-sheet-kit';
import type {Configuration} from '@shopify/checkout-sheet-kit';
import {
ColorScheme,
ShopifyCheckoutSheetProvider,
Expand Down

0 comments on commit d58ea8b

Please sign in to comment.