diff --git a/CHANGELOG.md b/CHANGELOG.md index 427e152b..b2961a35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ # @shopify/shopify-app-template-remix +## 2024.12.19 + +- [#904](https://github.com/Shopify/shopify-app-template-remix/pull/904) bump `@shopify/app-bridge-react` to latest +- ## 2024.12.18 - [875](https://github.com/Shopify/shopify-app-template-remix/pull/875) Add Scopes Update Webhook - ## 2024.12.05 - [#910](https://github.com/Shopify/shopify-app-template-remix/pull/910) Install `openssl` in Docker image to fix Prisma (see [#25817](https://github.com/prisma/prisma/issues/25817#issuecomment-2538544254)) diff --git a/package.json b/package.json index 07e995dc..4838f7ac 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@remix-run/node": "^2.7.1", "@remix-run/react": "^2.7.1", "@remix-run/serve": "^2.7.1", - "@shopify/app-bridge-react": "^4.1.2", + "@shopify/app-bridge-react": "^4.1.6", "@shopify/cli": "^3.63.1", "@shopify/polaris": "^12.0.0", "@shopify/shopify-app-remix": "^3.4.0",