diff --git a/.changeset/curvy-days-lay.md b/.changeset/curvy-days-lay.md deleted file mode 100644 index a77e97aeb1..0000000000 --- a/.changeset/curvy-days-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/shopify-app-remix': patch ---- - -Revert shop logging diff --git a/packages/apps/shopify-app-remix/CHANGELOG.md b/packages/apps/shopify-app-remix/CHANGELOG.md index 62f437bf12..3e403f1e37 100644 --- a/packages/apps/shopify-app-remix/CHANGELOG.md +++ b/packages/apps/shopify-app-remix/CHANGELOG.md @@ -1,5 +1,11 @@ # @shopify/shopify-app-remix +## 3.5.1 + +### Patch Changes + +- 62b533e: Revert shop logging + ## 3.5.0 ### Minor Changes diff --git a/packages/apps/shopify-app-remix/package.json b/packages/apps/shopify-app-remix/package.json index eea7588480..da060c62fb 100644 --- a/packages/apps/shopify-app-remix/package.json +++ b/packages/apps/shopify-app-remix/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/shopify-app-remix", - "version": "3.5.0", + "version": "3.5.1", "description": "Shopify Remix - to simplify the building of Shopify Apps with Remix", "repository": { "type": "git", diff --git a/packages/apps/shopify-app-remix/src/server/version.ts b/packages/apps/shopify-app-remix/src/server/version.ts index c514573091..4ebac1be75 100644 --- a/packages/apps/shopify-app-remix/src/server/version.ts +++ b/packages/apps/shopify-app-remix/src/server/version.ts @@ -1 +1 @@ -export const SHOPIFY_REMIX_LIBRARY_VERSION = '3.5.0'; +export const SHOPIFY_REMIX_LIBRARY_VERSION = '3.5.1';