@shopify/app-bridge-react 4.2.7 → 4.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/README.md +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 4.2.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#882](https://github.com/Shopify/extensibility/pull/882) [`c69c5196a0442c5e656b691ef00166dec4145b72`](https://github.com/Shopify/extensibility/commit/c69c5196a0442c5e656b691ef00166dec4145b72) Thanks [@Fionoble](https://github.com/Fionoble)! - Force patch
|
|
8
|
+
|
|
3
9
|
## 4.2.7
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -46,6 +46,12 @@ If you prefer [Yarn](https://classic.yarnpkg.com/en/), use the following command
|
|
|
46
46
|
yarn add @shopify/app-bridge-react
|
|
47
47
|
```
|
|
48
48
|
|
|
49
|
+
If you prefer [pnpm](https://pnpm.io/), use the following command instead:
|
|
50
|
+
|
|
51
|
+
```bash
|
|
52
|
+
pnpm add @shopify/app-bridge-react
|
|
53
|
+
```
|
|
54
|
+
|
|
49
55
|
## Configuration
|
|
50
56
|
|
|
51
57
|
1. Include the `app-bridge.js` script tag in your app. Replace `%SHOPIFY_API_KEY%` with your app's [client ID](https://shopify.dev/docs/apps/auth/client-secret#retrieve-your-apps-client-credentials). This configures your app to use Shopify App Bridge.
|