Skip to content

Commit dbafb31

Browse files
committed
chore: add 1.3.4 changeset
1 parent 889cdc3 commit dbafb31

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.changeset/shiny-clouds-flow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@bigcommerce/catalyst-makeswift": patch
3+
---
4+
5+
Noop release to account for typecheck issue.

core/components/footer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ import { readFragment } from '~/client/graphql';
1717
import { revalidate } from '~/client/revalidate-target';
1818
import { CurrencyCode } from '~/components/header/fragment';
1919
import { logoTransformer } from '~/data-transformers/logo-transformer';
20-
import { SiteFooter as FooterSection } from '~/lib/makeswift/components/site-footer';
2120
import { getPreferredCurrencyCode } from '~/lib/currency';
21+
import { SiteFooter as FooterSection } from '~/lib/makeswift/components/site-footer';
2222

2323
import { FooterFragment, FooterSectionsFragment } from './fragment';
2424
import { AmazonIcon } from './payment-icons/amazon';

core/lib/makeswift/components/site-header/client.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ type ContextProps = Omit<HeaderSectionProps, 'navigation'> & {
2525

2626
const PropsContext = createContext<ContextProps>({
2727
navigation: {
28+
giftCertificatesHref: '',
2829
accountHref: '',
2930
cartHref: '',
3031
searchHref: '',

0 commit comments

Comments
 (0)