From 7fd07843c5df6a4711dbc7d075497f10edbc0e37 Mon Sep 17 00:00:00 2001 From: Bhoomi Pipalia Date: Fri, 4 Sep 2026 09:26:54 -0400 Subject: [PATCH 1/2] add: google map region --- lib/components/Location/Location.stories.tsx | 2 +- lib/components/LocationPicker/LocationPicker.stories.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/components/Location/Location.stories.tsx b/lib/components/Location/Location.stories.tsx index a96dd50fa..6c507ee8e 100644 --- a/lib/components/Location/Location.stories.tsx +++ b/lib/components/Location/Location.stories.tsx @@ -14,7 +14,7 @@ const meta: Meta = { }, decorators: [ (Story) => ( - + ), diff --git a/lib/components/LocationPicker/LocationPicker.stories.tsx b/lib/components/LocationPicker/LocationPicker.stories.tsx index 018ba92ab..27ced0afb 100644 --- a/lib/components/LocationPicker/LocationPicker.stories.tsx +++ b/lib/components/LocationPicker/LocationPicker.stories.tsx @@ -17,7 +17,7 @@ const meta: Meta = { }, decorators: [ (Story) => ( - + ), From f04845b28f18cdfee48153560064ac17548ab6d0 Mon Sep 17 00:00:00 2001 From: Bhoomi Pipalia Date: Fri, 4 Sep 2026 09:29:22 -0400 Subject: [PATCH 2/2] add: changelog --- CHANGELOG.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.mdx b/CHANGELOG.mdx index 57eacc10b..b77739320 100644 --- a/CHANGELOG.mdx +++ b/CHANGELOG.mdx @@ -17,6 +17,9 @@ Prefix the change with one of these keywords: ## [Unreleased] +### Added +- Google map region + ## [0.29.3] ### Fixed