Skip to content

demo-store@2.0.1

Compare
Choose a tag to compare
@shopify-github-actions-access shopify-github-actions-access released this 01 Aug 20:43
· 813 commits to main since this release
225e699

Patch Changes

  • Update to Remix v1.19.1. (#1172) by @frandiox

    See changes for 1.18 and 1.19.

  • It's recommended to update @shopify/cli: (#1172) by @frandiox

    -"@shopify/cli": "3.47.5"
    +"@shopify/cli": "3.48.0"

    Also, for projects using Remix v1 Error Boundary convention, remove the deprecated ErrorBoundaryComponent type (or update to the v2 convention):

    -export const ErrorBoundary: ErrorBoundaryComponent = ({error}) => {
    +export const ErrorBoundary = ({error}: {error: Error}) => {
  • Updated dependencies [b7a8ecf6, ef809228, 1015f170, 076bab7d]: