@shopify/app-bridge-react 0.0.0-snapshot-20240911190332 → 0.0.0-snapshot-20240911192530

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -4
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # Changelog
2
2
 
3
- ## 0.0.0-snapshot-20240911190332
3
+ ## 0.0.0-snapshot-20240911192530
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [#45](https://github.com/Shopify/extensibility/pull/45) [`3132ca5ef0fabd89d9d9a8cb6f04e60b1a44b107`](https://github.com/Shopify/extensibility/commit/3132ca5ef0fabd89d9d9a8cb6f04e60b1a44b107) Thanks [@charlesdobson](https://github.com/charlesdobson)! - testing snapshot publishing
7
+ - [#47](https://github.com/Shopify/extensibility/pull/47) [`f82bff3e22234baabd07611669259e08c48dc414`](https://github.com/Shopify/extensibility/commit/f82bff3e22234baabd07611669259e08c48dc414) Thanks [@charlesdobson](https://github.com/charlesdobson)! - test
8
8
 
9
- - Updated dependencies [[`3132ca5ef0fabd89d9d9a8cb6f04e60b1a44b107`](https://github.com/Shopify/extensibility/commit/3132ca5ef0fabd89d9d9a8cb6f04e60b1a44b107)]:
10
- - @shopify/app-bridge-types@0.0.0-snapshot-20240911190332
9
+ - Updated dependencies [[`f82bff3e22234baabd07611669259e08c48dc414`](https://github.com/Shopify/extensibility/commit/f82bff3e22234baabd07611669259e08c48dc414)]:
10
+ - @shopify/app-bridge-types@0.0.0-snapshot-20240911192530
11
11
 
12
12
  ## 4.1.5
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopify/app-bridge-react",
3
- "version": "0.0.0-snapshot-20240911190332",
3
+ "version": "0.0.0-snapshot-20240911192530",
4
4
  "license": "MIT",
5
5
  "description": "React wrappers for the Shopify App Bridge library",
6
6
  "private": false,
@@ -38,7 +38,7 @@
38
38
  "CHANGELOG.md"
39
39
  ],
40
40
  "dependencies": {
41
- "@shopify/app-bridge-types": "0.0.0-snapshot-20240911190332"
41
+ "@shopify/app-bridge-types": "0.0.0-snapshot-20240911192530"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@rollup/plugin-commonjs": "^25.0.7",