@aws-amplify/ui-react 6.9.4 → 6.9.5

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 = '6.9.4';
1
+ const VERSION = '6.9.5';
2
2
 
3
3
  export { VERSION };
package/dist/index.js CHANGED
@@ -2469,7 +2469,7 @@ const defaultDeleteUserDisplayText = {
2469
2469
  warningText: 'Deleting your account is not reversible. You will lose access to your account and all data associated with it.',
2470
2470
  };
2471
2471
 
2472
- const VERSION = '6.9.4';
2472
+ const VERSION = '6.9.5';
2473
2473
 
2474
2474
  const logger$2 = ui.getLogger('AccountSettings');
2475
2475
  const getIsDisabled = (formValues, validationError) => {
@@ -1 +1 @@
1
- export declare const VERSION = "6.9.4";
1
+ export declare const VERSION = "6.9.5";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui-react",
3
- "version": "6.9.4",
3
+ "version": "6.9.5",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.mjs",
6
6
  "exports": {
@@ -56,7 +56,7 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "@aws-amplify/ui": "6.9.1",
59
- "@aws-amplify/ui-react-core": "3.3.4",
59
+ "@aws-amplify/ui-react-core": "3.3.5",
60
60
  "@radix-ui/react-direction": "^1.1.0",
61
61
  "@radix-ui/react-dropdown-menu": "^2.1.4",
62
62
  "@radix-ui/react-slider": "^1.2.2",