@aws-amplify/ui-react-notifications 2.2.10 → 2.2.11

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.
@@ -1,3 +1,3 @@
1
- const VERSION = '2.2.10';
1
+ const VERSION = '2.2.11';
2
2
 
3
3
  export { VERSION };
package/dist/index.js CHANGED
@@ -332,7 +332,7 @@ const handleMessageLinkAction = (input) => {
332
332
  window.open(input);
333
333
  };
334
334
 
335
- const VERSION = '2.2.10';
335
+ const VERSION = '2.2.11';
336
336
 
337
337
  // TODO: replace below components incrementally as they become available
338
338
  function CarouselMessage(_) {
@@ -1 +1 @@
1
- export declare const VERSION = "2.2.10";
1
+ export declare const VERSION = "2.2.11";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui-react-notifications",
3
- "version": "2.2.10",
3
+ "version": "2.2.11",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.mjs",
6
6
  "exports": {
@@ -39,10 +39,10 @@
39
39
  "typecheck": "tsc --noEmit"
40
40
  },
41
41
  "dependencies": {
42
- "@aws-amplify/ui": "6.10.3",
43
- "@aws-amplify/ui-react": "6.12.0",
44
- "@aws-amplify/ui-react-core": "3.4.3",
45
- "@aws-amplify/ui-react-core-notifications": "2.2.9",
42
+ "@aws-amplify/ui": "6.11.0",
43
+ "@aws-amplify/ui-react": "6.12.1",
44
+ "@aws-amplify/ui-react-core": "3.4.4",
45
+ "@aws-amplify/ui-react-core-notifications": "2.2.10",
46
46
  "tinycolor2": "1.4.2"
47
47
  },
48
48
  "peerDependencies": {