@aws-amplify/ui-react-notifications 2.0.16 → 2.0.18

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.0.16';
1
+ const VERSION = '2.0.18';
2
2
 
3
3
  export { VERSION };
package/dist/index.js CHANGED
@@ -333,7 +333,7 @@ const handleMessageLinkAction = (input) => {
333
333
  window.open(input);
334
334
  };
335
335
 
336
- const VERSION = '2.0.16';
336
+ const VERSION = '2.0.18';
337
337
 
338
338
  // TODO: replace below components incrementally as they become available
339
339
  function CarouselMessage(_) {
@@ -1 +1 @@
1
- export declare const VERSION = "2.0.16";
1
+ export declare const VERSION = "2.0.18";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui-react-notifications",
3
- "version": "2.0.16",
3
+ "version": "2.0.18",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.mjs",
6
6
  "exports": {
@@ -39,13 +39,13 @@
39
39
  "typecheck": "tsc --noEmit"
40
40
  },
41
41
  "dependencies": {
42
- "@aws-amplify/ui": "6.0.13",
43
- "@aws-amplify/ui-react": "6.1.8",
44
- "@aws-amplify/ui-react-core-notifications": "2.0.13",
42
+ "@aws-amplify/ui": "6.0.15",
43
+ "@aws-amplify/ui-react": "6.1.10",
44
+ "@aws-amplify/ui-react-core-notifications": "2.0.15",
45
45
  "tinycolor2": "1.4.2"
46
46
  },
47
47
  "peerDependencies": {
48
- "aws-amplify": "^6.0.26",
48
+ "aws-amplify": "^6.2.0",
49
49
  "react": "^16.14.0 || ^17.0 || ^18.0",
50
50
  "react-dom": "^16.14.0 || ^17.0 || ^18.0"
51
51
  },