diff --git a/.changeset/tender-rings-invite.md b/.changeset/tender-rings-invite.md deleted file mode 100644 index 35deb8f174..0000000000 --- a/.changeset/tender-rings-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/shopify-app-remix': patch ---- - -Fixed the errorBoundary to work with new cases in Remix v2. diff --git a/packages/shopify-app-remix/CHANGELOG.md b/packages/shopify-app-remix/CHANGELOG.md index a5ccb7097b..8b813d68b5 100644 --- a/packages/shopify-app-remix/CHANGELOG.md +++ b/packages/shopify-app-remix/CHANGELOG.md @@ -1,5 +1,11 @@ # @shopify/shopify-app-remix +## 2.0.2 + +### Patch Changes + +- ee7114a: Fixed the errorBoundary to work with new cases in Remix v2. + ## 2.0.1 ### Patch Changes diff --git a/packages/shopify-app-remix/package.json b/packages/shopify-app-remix/package.json index 830345ab95..d470047771 100644 --- a/packages/shopify-app-remix/package.json +++ b/packages/shopify-app-remix/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/shopify-app-remix", - "version": "2.0.1", + "version": "2.0.2", "description": "Shopify Remix - to simplify the building of Shopify Apps with Remix", "repository": { "type": "git",