@aws-amplify/core 4.3.9-unstable.4 → 4.3.10

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,25 @@
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.10](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@4.3.9...@aws-amplify/core@4.3.10) (2021-12-03)
7
+
8
+ **Note:** Version bump only for package @aws-amplify/core
9
+
10
+
11
+
12
+
13
+
14
+ ## [4.3.9](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@4.3.8...@aws-amplify/core@4.3.9) (2021-12-02)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **@aws-amplify/core:** Use undefined for default sequence token with CloudWatch logging ([#9181](https://github.com/aws-amplify/amplify-js/issues/9181)) ([6f217aa](https://github.com/aws-amplify/amplify-js/commit/6f217aa89e672fc4665816756994e6245b19227e))
20
+
21
+
22
+
23
+
24
+
6
25
  ## [4.3.8](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@4.3.7...@aws-amplify/core@4.3.8) (2021-11-18)
7
26
 
8
27
  **Note:** Version bump only for package @aws-amplify/core
@@ -32725,7 +32725,7 @@ var getAmplifyUserAgent = function getAmplifyUserAgent() {
32725
32725
  __webpack_require__.r(__webpack_exports__);
32726
32726
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "version", function() { return version; });
32727
32727
  // generated by genversion
32728
- var version = '4.3.8';
32728
+ var version = '4.3.9';
32729
32729
 
32730
32730
  /***/ }),
32731
32731