Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/shiny-clouds-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@bigcommerce/catalyst-makeswift": patch
---

Noop release to account for typecheck issue.
2 changes: 1 addition & 1 deletion core/components/footer/index.tsx
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needed to manually fix these issues as it wasn't fixed in the 1.3.3 version.

Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import { readFragment } from '~/client/graphql';
import { revalidate } from '~/client/revalidate-target';
import { CurrencyCode } from '~/components/header/fragment';
import { logoTransformer } from '~/data-transformers/logo-transformer';
import { SiteFooter as FooterSection } from '~/lib/makeswift/components/site-footer';
import { getPreferredCurrencyCode } from '~/lib/currency';
import { SiteFooter as FooterSection } from '~/lib/makeswift/components/site-footer';

import { FooterFragment, FooterSectionsFragment } from './fragment';
import { AmazonIcon } from './payment-icons/amazon';
Expand Down
1 change: 1 addition & 0 deletions core/lib/makeswift/components/site-header/client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ type ContextProps = Omit<HeaderSectionProps, 'navigation'> & {

const PropsContext = createContext<ContextProps>({
navigation: {
giftCertificatesHref: '',
accountHref: '',
cartHref: '',
searchHref: '',
Expand Down
96 changes: 0 additions & 96 deletions core/tests/ui/e2e/reviews.spec.ts

This file was deleted.