@shopify/app-bridge-react 4.1.5 → 4.1.6-snapshot-20240911152625

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 +8 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 4.1.6-snapshot-20240911152625
4
+
5
+ ### Patch Changes
6
+
7
+ - [#40](https://github.com/Shopify/extensibility/pull/40) [`9b045640c6853a769269c50ef4b7dde2390acf1c`](https://github.com/Shopify/extensibility/commit/9b045640c6853a769269c50ef4b7dde2390acf1c) Thanks [@charlesdobson](https://github.com/charlesdobson)! - test bump
8
+
9
+ - [#40](https://github.com/Shopify/extensibility/pull/40) [`2743953230542609ea1e94a8ab1527a5bb7a4bad`](https://github.com/Shopify/extensibility/commit/2743953230542609ea1e94a8ab1527a5bb7a4bad) Thanks [@charlesdobson](https://github.com/charlesdobson)! - test bump
10
+
3
11
  ## 4.1.5
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopify/app-bridge-react",
3
- "version": "4.1.5",
3
+ "version": "4.1.6-snapshot-20240911152625",
4
4
  "license": "MIT",
5
5
  "description": "React wrappers for the Shopify App Bridge library",
6
6
  "private": false,