@aws-amplify/core 4.3.3-in-app-messaging.37 → 4.3.3-in-app-messaging.53

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 CHANGED
@@ -3,6 +3,20 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [4.3.7](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@4.3.6...@aws-amplify/core@4.3.7) (2021-11-16)
7
+
8
+ **Note:** Version bump only for package @aws-amplify/core
9
+
10
+ ## [4.3.6](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@4.3.5...@aws-amplify/core@4.3.6) (2021-11-12)
11
+
12
+ ### Reverts
13
+
14
+ - Revert "chore:update-@aws-sdk/client-cloudwatch-logs (#9189)" (#9192) ([36fe262](https://github.com/aws-amplify/amplify-js/commit/36fe26243247c45cdb3f5391d91f0641c9cd5b99)), closes [#9189](https://github.com/aws-amplify/amplify-js/issues/9189) [#9192](https://github.com/aws-amplify/amplify-js/issues/9192)
15
+
16
+ ## [4.3.5](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@4.3.4...@aws-amplify/core@4.3.5) (2021-11-09)
17
+
18
+ **Note:** Version bump only for package @aws-amplify/core
19
+
6
20
  ## [4.3.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@4.3.3...@aws-amplify/core@4.3.4) (2021-10-28)
7
21
 
8
22
  **Note:** Version bump only for package @aws-amplify/core
@@ -32623,11 +32623,6 @@ var parseMobileHubConfig = function parseMobileHubConfig(config) {
32623
32623
  AmazonLocationService: config.geo['amazon_location_service']
32624
32624
  };
32625
32625
  }
32626
- } // Notifications
32627
-
32628
-
32629
- if (config.Notifications) {
32630
- amplifyConfig.Notifications = Object.assign({}, config.Notifications);
32631
32626
  }
32632
32627
 
32633
32628
  amplifyConfig.Analytics = Object.assign({}, amplifyConfig.Analytics, config.Analytics);
@@ -32731,7 +32726,7 @@ var getAmplifyUserAgent = function getAmplifyUserAgent() {
32731
32726
  __webpack_require__.r(__webpack_exports__);
32732
32727
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "version", function() { return version; });
32733
32728
  // generated by genversion
32734
- var version = '4.3.4';
32729
+ var version = '4.3.7';
32735
32730
 
32736
32731
  /***/ }),
32737
32732