@shopify/app-bridge
Advanced tools
Comparing version 1.1.0 to 1.1.2
@@ -6,2 +6,21 @@ # Change Log | ||
<a name="1.1.2"></a> | ||
## [1.1.2](https://github.com/Shopify/app-bridge/compare/v1.1.1...v1.1.2) (2019-03-08) | ||
### Bug Fixes | ||
* **dev-build:** change the file names of the UMD build ([#799](https://github.com/Shopify/app-bridge/issues/799)) ([d5bc78f](https://github.com/Shopify/app-bridge/commit/d5bc78f)) | ||
<a name="1.1.1"></a> | ||
## [1.1.1](https://github.com/Shopify/app-bridge/compare/1.1.0...1.1.1) (2019-03-08) | ||
This release is to fix a faulty deploy. | ||
**Note:** Version bump only for package @shopify/app-bridge | ||
<a name="1.1.0"></a> | ||
@@ -8,0 +27,0 @@ # [1.1.0](https://github.com/Shopify/app-bridge/compare/v1.0.8-0...v1.1.0) (2019-03-08) |
{ | ||
"name": "@shopify/app-bridge", | ||
"version": "1.1.0", | ||
"version": "1.1.2", | ||
"types": "index.d.ts", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -66,3 +66,3 @@ # `@shopify/app-bridge` | ||
If you're consuming App Bridge from a CDN or using the UMD build, simply include the development version: | ||
`app-bridge.development.js` instead of `app-bridge.js` | ||
`umd/index.development.js` instead of `umd/index.js` | ||
@@ -69,0 +69,0 @@ When consumed as JS Modules, development/production build is dynamically selected based on the `NODE_ENV` variable. Development build is used when `NODE_ENV=development`. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
402154