diff --git a/.changeset/curly-readers-reflect.md b/.changeset/curly-readers-reflect.md
deleted file mode 100644
index 73c9c70b2e5..00000000000
--- a/.changeset/curly-readers-reflect.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@aws-amplify/ui-react-liveness": patch
----
-
-fix(liveness): use video stream dimensions instead of videoEl dimensions
diff --git a/.changeset/few-houses-grow.md b/.changeset/few-houses-grow.md
deleted file mode 100644
index abfa07751d1..00000000000
--- a/.changeset/few-houses-grow.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-"@aws-amplify/ui-react": minor
-"@aws-amplify/ui": minor
----
-
-feat(theming) add custom component style rendering
-
-```jsx
-const customComponentTheme = defineComponentTheme({
- name: 'custom-component',
- theme(tokens) {
- return {
- color: tokens.colors.red[10]
- }
- }
-});
-
-export function CustomComponent() {
- return (
- <>
-
-
- // This will create a style tag with only the styles in the component theme
- // the styles are scoped to the global theme
-
- >
- )
-}
-```
diff --git a/.changeset/four-fans-sleep.md b/.changeset/four-fans-sleep.md
deleted file mode 100644
index 5437bb266e1..00000000000
--- a/.changeset/four-fans-sleep.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@aws-amplify/ui': patch
----
-
-Fix some FR and ES authenticator translations"
diff --git a/.changeset/happy-cobras-change.md b/.changeset/happy-cobras-change.md
deleted file mode 100644
index 7ca112ddaba..00000000000
--- a/.changeset/happy-cobras-change.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@aws-amplify/ui-react-storage": patch
----
-
-chore(storage): Export `FileUploaderHandle` and `StorageManagerHandle`
diff --git a/.changeset/tough-moons-march.md b/.changeset/tough-moons-march.md
deleted file mode 100644
index 695b2d95f99..00000000000
--- a/.changeset/tough-moons-march.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@aws-amplify/ui-react-storage": patch
----
-
-fix(file-uploader): fix duplicate upload requests
diff --git a/docs/package.json b/docs/package.json
index cfded0fb102..5c778f04d45 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -23,7 +23,7 @@
"test:links": "node --require esbuild-register ./scripts/link-checker-puppeteer.ts"
},
"dependencies": {
- "@aws-amplify/ui-react": "6.4.0",
+ "@aws-amplify/ui-react": "6.5.0",
"@docsearch/react": "3",
"@mdx-js/loader": "^2.1.0",
"@mdx-js/mdx": "^2.1.0",
diff --git a/examples/angular/package.json b/examples/angular/package.json
index a5437a339bc..4ae76d05e30 100644
--- a/examples/angular/package.json
+++ b/examples/angular/package.json
@@ -20,7 +20,7 @@
"@angular/platform-browser": "^14.3.0",
"@angular/platform-browser-dynamic": "^14.3.0",
"@angular/router": "^14.3.0",
- "@aws-amplify/ui-angular": "^5.0.24",
+ "@aws-amplify/ui-angular": "^5.0.25",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
diff --git a/examples/next/package.json b/examples/next/package.json
index 2902f3c1705..61e193709a1 100644
--- a/examples/next/package.json
+++ b/examples/next/package.json
@@ -10,12 +10,12 @@
"lint": "next lint"
},
"dependencies": {
- "@aws-amplify/ui-react": "^6.4.0",
+ "@aws-amplify/ui-react": "^6.5.0",
"@aws-amplify/ui-react-ai": "0.2.0",
- "@aws-amplify/ui-react-geo": "^2.0.24",
- "@aws-amplify/ui-react-liveness": "^3.1.9",
- "@aws-amplify/ui-react-notifications": "^2.0.28",
- "@aws-amplify/ui-react-storage": "^3.3.3",
+ "@aws-amplify/ui-react-geo": "^2.0.25",
+ "@aws-amplify/ui-react-liveness": "^3.1.10",
+ "@aws-amplify/ui-react-notifications": "^2.0.29",
+ "@aws-amplify/ui-react-storage": "^3.3.4",
"@aws-sdk/credential-providers": "^3.370.0",
"next": "^14.2.10",
"next-global-css": "^1.1.1",
diff --git a/examples/vue/package.json b/examples/vue/package.json
index fdc2cd9aeb2..a61e0514bfc 100644
--- a/examples/vue/package.json
+++ b/examples/vue/package.json
@@ -11,7 +11,7 @@
"start": "vite preview --port 3000"
},
"dependencies": {
- "@aws-amplify/ui-vue": "^4.2.16",
+ "@aws-amplify/ui-vue": "^4.2.17",
"vue": "^3.0.5",
"vue-router": "4"
},
diff --git a/packages/angular/projects/ui-angular/CHANGELOG.md b/packages/angular/projects/ui-angular/CHANGELOG.md
index 8bf529f400f..512090a0e8f 100644
--- a/packages/angular/projects/ui-angular/CHANGELOG.md
+++ b/packages/angular/projects/ui-angular/CHANGELOG.md
@@ -1,5 +1,12 @@
# @aws-amplify/ui-angular
+## 5.0.25
+
+### Patch Changes
+
+- Updated dependencies [[`0ddeea9d4`](https://github.com/aws-amplify/amplify-ui/commit/0ddeea9d432f12621e0e32dae346e72881b790db), [`7a12237d2`](https://github.com/aws-amplify/amplify-ui/commit/7a12237d2c96107ef97d3c62d9d26d6b6f1d824c)]:
+ - @aws-amplify/ui@6.6.0
+
## 5.0.24
### Patch Changes
diff --git a/packages/angular/projects/ui-angular/package.json b/packages/angular/projects/ui-angular/package.json
index ab159eb3bd2..85ad946664e 100644
--- a/packages/angular/projects/ui-angular/package.json
+++ b/packages/angular/projects/ui-angular/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-angular",
- "version": "5.0.24",
+ "version": "5.0.25",
"scripts": {
"build": "yarn --cwd ../../ build",
"dev": "yarn --cwd ../../ dev",
@@ -18,7 +18,7 @@
"aws-amplify": "^6.3.2"
},
"dependencies": {
- "@aws-amplify/ui": "6.5.0",
+ "@aws-amplify/ui": "6.6.0",
"nanoid": "3.1.31",
"qrcode": "1.5.0",
"tslib": "^2.5.2",
diff --git a/packages/angular/projects/ui-angular/src/version.ts b/packages/angular/projects/ui-angular/src/version.ts
index c737d4793ff..4e4e084e573 100644
--- a/packages/angular/projects/ui-angular/src/version.ts
+++ b/packages/angular/projects/ui-angular/src/version.ts
@@ -1 +1 @@
-export const VERSION = '5.0.24';
+export const VERSION = '5.0.25';
diff --git a/packages/e2e/package.json b/packages/e2e/package.json
index 13aa9e0c8fa..1d39d72bf02 100644
--- a/packages/e2e/package.json
+++ b/packages/e2e/package.json
@@ -29,7 +29,7 @@
]
},
"devDependencies": {
- "@aws-amplify/ui": "^6.5.0",
+ "@aws-amplify/ui": "^6.6.0",
"@badeball/cypress-cucumber-preprocessor": "^18.0.6",
"@bahmutov/cypress-esbuild-preprocessor": "~2.2.0",
"@cucumber/cucumber": "^10.0.1",
diff --git a/packages/react-auth/CHANGELOG.md b/packages/react-auth/CHANGELOG.md
index 6ae2c21e8b4..db3b4449e06 100644
--- a/packages/react-auth/CHANGELOG.md
+++ b/packages/react-auth/CHANGELOG.md
@@ -1,5 +1,15 @@
# @aws-amplify/ui-react-auth
+## 0.0.31
+
+### Patch Changes
+
+- Updated dependencies [[`0ddeea9d4`](https://github.com/aws-amplify/amplify-ui/commit/0ddeea9d432f12621e0e32dae346e72881b790db), [`7a12237d2`](https://github.com/aws-amplify/amplify-ui/commit/7a12237d2c96107ef97d3c62d9d26d6b6f1d824c)]:
+ - @aws-amplify/ui-react@6.5.0
+ - @aws-amplify/ui@6.6.0
+ - @aws-amplify/ui-react-core@3.0.24
+ - @aws-amplify/ui-react-core-auth@0.0.26
+
## 0.0.30
### Patch Changes
diff --git a/packages/react-auth/package.json b/packages/react-auth/package.json
index 9c01642e1a5..6da89704dbd 100644
--- a/packages/react-auth/package.json
+++ b/packages/react-auth/package.json
@@ -1,7 +1,7 @@
{
"name": "@aws-amplify/ui-react-auth",
"private": true,
- "version": "0.0.30",
+ "version": "0.0.31",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"exports": {
@@ -40,10 +40,10 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
- "@aws-amplify/ui": "6.5.0",
- "@aws-amplify/ui-react": "6.4.0",
- "@aws-amplify/ui-react-core": "3.0.23",
- "@aws-amplify/ui-react-core-auth": "0.0.25",
+ "@aws-amplify/ui": "6.6.0",
+ "@aws-amplify/ui-react": "6.5.0",
+ "@aws-amplify/ui-react-core": "3.0.24",
+ "@aws-amplify/ui-react-core-auth": "0.0.26",
"@xstate/react": "3.2.2",
"lodash": "4.17.21",
"tslib": "^2.5.2"
diff --git a/packages/react-auth/src/version.ts b/packages/react-auth/src/version.ts
index f08d2816e17..d988dc5b509 100644
--- a/packages/react-auth/src/version.ts
+++ b/packages/react-auth/src/version.ts
@@ -1 +1 @@
-export const VERSION = '0.0.30';
+export const VERSION = '0.0.31';
diff --git a/packages/react-core-auth/CHANGELOG.md b/packages/react-core-auth/CHANGELOG.md
index b6ac7ae2c77..87baf26f104 100644
--- a/packages/react-core-auth/CHANGELOG.md
+++ b/packages/react-core-auth/CHANGELOG.md
@@ -1,5 +1,13 @@
# @aws-amplify/ui-react-core-auth
+## 0.0.26
+
+### Patch Changes
+
+- Updated dependencies [[`0ddeea9d4`](https://github.com/aws-amplify/amplify-ui/commit/0ddeea9d432f12621e0e32dae346e72881b790db), [`7a12237d2`](https://github.com/aws-amplify/amplify-ui/commit/7a12237d2c96107ef97d3c62d9d26d6b6f1d824c)]:
+ - @aws-amplify/ui@6.6.0
+ - @aws-amplify/ui-react-core@3.0.24
+
## 0.0.25
### Patch Changes
diff --git a/packages/react-core-auth/package.json b/packages/react-core-auth/package.json
index 485efbcf3c3..4914dd867f9 100644
--- a/packages/react-core-auth/package.json
+++ b/packages/react-core-auth/package.json
@@ -1,7 +1,7 @@
{
"name": "@aws-amplify/ui-react-core-auth",
"private": true,
- "version": "0.0.25",
+ "version": "0.0.26",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"react-native": "src/index.ts",
@@ -33,8 +33,8 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
- "@aws-amplify/ui": "6.5.0",
- "@aws-amplify/ui-react-core": "3.0.23",
+ "@aws-amplify/ui": "6.6.0",
+ "@aws-amplify/ui-react-core": "3.0.24",
"@xstate/react": "3.2.2",
"lodash": "4.17.21",
"xstate": "^4.33.6"
diff --git a/packages/react-core-notifications/CHANGELOG.md b/packages/react-core-notifications/CHANGELOG.md
index 1f3fd164fb8..3d4a2e4682b 100644
--- a/packages/react-core-notifications/CHANGELOG.md
+++ b/packages/react-core-notifications/CHANGELOG.md
@@ -1,5 +1,13 @@
# @aws-amplify/ui-react-core-notifications
+## 2.0.24
+
+### Patch Changes
+
+- Updated dependencies [[`0ddeea9d4`](https://github.com/aws-amplify/amplify-ui/commit/0ddeea9d432f12621e0e32dae346e72881b790db), [`7a12237d2`](https://github.com/aws-amplify/amplify-ui/commit/7a12237d2c96107ef97d3c62d9d26d6b6f1d824c)]:
+ - @aws-amplify/ui@6.6.0
+ - @aws-amplify/ui-react-core@3.0.24
+
## 2.0.23
### Patch Changes
diff --git a/packages/react-core-notifications/package.json b/packages/react-core-notifications/package.json
index a185ddb09b1..136a1815292 100644
--- a/packages/react-core-notifications/package.json
+++ b/packages/react-core-notifications/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-react-core-notifications",
- "version": "2.0.23",
+ "version": "2.0.24",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"exports": {
@@ -35,8 +35,8 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
- "@aws-amplify/ui": "6.5.0",
- "@aws-amplify/ui-react-core": "3.0.23"
+ "@aws-amplify/ui": "6.6.0",
+ "@aws-amplify/ui-react-core": "3.0.24"
},
"peerDependencies": {
"aws-amplify": "^6.3.2",
diff --git a/packages/react-core/CHANGELOG.md b/packages/react-core/CHANGELOG.md
index 4c60aa6676e..a3d0d952074 100644
--- a/packages/react-core/CHANGELOG.md
+++ b/packages/react-core/CHANGELOG.md
@@ -1,5 +1,12 @@
# @aws-amplify/ui-react-core
+## 3.0.24
+
+### Patch Changes
+
+- Updated dependencies [[`0ddeea9d4`](https://github.com/aws-amplify/amplify-ui/commit/0ddeea9d432f12621e0e32dae346e72881b790db), [`7a12237d2`](https://github.com/aws-amplify/amplify-ui/commit/7a12237d2c96107ef97d3c62d9d26d6b6f1d824c)]:
+ - @aws-amplify/ui@6.6.0
+
## 3.0.23
### Patch Changes
diff --git a/packages/react-core/package.json b/packages/react-core/package.json
index a0b5e08107d..aa3ee793190 100644
--- a/packages/react-core/package.json
+++ b/packages/react-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-react-core",
- "version": "3.0.23",
+ "version": "3.0.24",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"react-native": "src/index.ts",
@@ -40,7 +40,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
- "@aws-amplify/ui": "6.5.0",
+ "@aws-amplify/ui": "6.6.0",
"@xstate/react": "^3.2.2",
"lodash": "4.17.21",
"react-hook-form": "^7.43.5",
diff --git a/packages/react-geo/CHANGELOG.md b/packages/react-geo/CHANGELOG.md
index f12253eb924..25aa136009f 100644
--- a/packages/react-geo/CHANGELOG.md
+++ b/packages/react-geo/CHANGELOG.md
@@ -1,5 +1,12 @@
# @aws-amplify/ui-react-geo
+## 2.0.25
+
+### Patch Changes
+
+- Updated dependencies []:
+ - @aws-amplify/ui-react-core@3.0.24
+
## 2.0.24
### Patch Changes
diff --git a/packages/react-geo/package.json b/packages/react-geo/package.json
index 51610c80800..20f8f7bb816 100644
--- a/packages/react-geo/package.json
+++ b/packages/react-geo/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-react-geo",
- "version": "2.0.24",
+ "version": "2.0.25",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"exports": {
@@ -39,7 +39,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
- "@aws-amplify/ui-react-core": "3.0.23",
+ "@aws-amplify/ui-react-core": "3.0.24",
"mapbox-gl": "1.13.1",
"maplibre-gl": "2.1.9",
"maplibre-gl-js-amplify": "^4.0.1",
diff --git a/packages/react-geo/src/version.ts b/packages/react-geo/src/version.ts
index b06351eb36c..089e40986b5 100644
--- a/packages/react-geo/src/version.ts
+++ b/packages/react-geo/src/version.ts
@@ -1 +1 @@
-export const VERSION = '2.0.24';
+export const VERSION = '2.0.25';
diff --git a/packages/react-liveness/CHANGELOG.md b/packages/react-liveness/CHANGELOG.md
index 58067bf23d8..6e97e7b1d3f 100644
--- a/packages/react-liveness/CHANGELOG.md
+++ b/packages/react-liveness/CHANGELOG.md
@@ -1,5 +1,15 @@
# @aws-amplify/ui-react-liveness
+## 3.1.10
+
+### Patch Changes
+
+- [#5798](https://github.com/aws-amplify/amplify-ui/pull/5798) [`2f0119f4c`](https://github.com/aws-amplify/amplify-ui/commit/2f0119f4cae704976c29b1e3634c54d8fae9dd95) Thanks [@thaddmt](https://github.com/thaddmt)! - fix(liveness): use video stream dimensions instead of videoEl dimensions
+
+- Updated dependencies [[`0ddeea9d4`](https://github.com/aws-amplify/amplify-ui/commit/0ddeea9d432f12621e0e32dae346e72881b790db), [`7a12237d2`](https://github.com/aws-amplify/amplify-ui/commit/7a12237d2c96107ef97d3c62d9d26d6b6f1d824c)]:
+ - @aws-amplify/ui-react@6.5.0
+ - @aws-amplify/ui@6.6.0
+
## 3.1.9
### Patch Changes
diff --git a/packages/react-liveness/package.json b/packages/react-liveness/package.json
index 173498a9995..68162f6a04e 100644
--- a/packages/react-liveness/package.json
+++ b/packages/react-liveness/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-react-liveness",
- "version": "3.1.9",
+ "version": "3.1.10",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"exports": {
@@ -47,8 +47,8 @@
"react-dom": "^16.14.0 || ^17.0 || ^18.0"
},
"dependencies": {
- "@aws-amplify/ui": "6.5.0",
- "@aws-amplify/ui-react": "6.4.0",
+ "@aws-amplify/ui": "6.6.0",
+ "@aws-amplify/ui-react": "6.5.0",
"@aws-sdk/client-rekognitionstreaming": "3.621.0",
"@aws-sdk/util-format-url": "3.609.0",
"@smithy/eventstream-serde-browser": "^2.0.4",
diff --git a/packages/react-liveness/src/version.ts b/packages/react-liveness/src/version.ts
index 40518458bf0..2cf8aa2fd33 100644
--- a/packages/react-liveness/src/version.ts
+++ b/packages/react-liveness/src/version.ts
@@ -1 +1 @@
-export const VERSION = '3.1.9';
+export const VERSION = '3.1.10';
diff --git a/packages/react-native-auth/CHANGELOG.md b/packages/react-native-auth/CHANGELOG.md
index c0d5d3db116..8d41f8565b6 100644
--- a/packages/react-native-auth/CHANGELOG.md
+++ b/packages/react-native-auth/CHANGELOG.md
@@ -1,5 +1,14 @@
# @aws-amplify/ui-react-native-auth
+## 0.0.29
+
+### Patch Changes
+
+- Updated dependencies [[`0ddeea9d4`](https://github.com/aws-amplify/amplify-ui/commit/0ddeea9d432f12621e0e32dae346e72881b790db), [`7a12237d2`](https://github.com/aws-amplify/amplify-ui/commit/7a12237d2c96107ef97d3c62d9d26d6b6f1d824c)]:
+ - @aws-amplify/ui@6.6.0
+ - @aws-amplify/ui-react-core-auth@0.0.26
+ - @aws-amplify/ui-react-native@2.2.11
+
## 0.0.28
### Patch Changes
diff --git a/packages/react-native-auth/package.json b/packages/react-native-auth/package.json
index 54afd283bd6..0b67cddaa79 100644
--- a/packages/react-native-auth/package.json
+++ b/packages/react-native-auth/package.json
@@ -1,7 +1,7 @@
{
"name": "@aws-amplify/ui-react-native-auth",
"private": true,
- "version": "0.0.28",
+ "version": "0.0.29",
"main": "lib/index.js",
"module": "dist/index.js",
"react-native": "src/index.ts",
@@ -28,9 +28,9 @@
"metro-react-native-babel-preset": "^0.77.0"
},
"dependencies": {
- "@aws-amplify/ui": "6.5.0",
- "@aws-amplify/ui-react-core-auth": "0.0.25",
- "@aws-amplify/ui-react-native": "2.2.10",
+ "@aws-amplify/ui": "6.6.0",
+ "@aws-amplify/ui-react-core-auth": "0.0.26",
+ "@aws-amplify/ui-react-native": "2.2.11",
"qrcode": "1.5.0"
},
"peerDependencies": {
diff --git a/packages/react-native-auth/src/version.ts b/packages/react-native-auth/src/version.ts
index 352517d3553..e4ef785c722 100644
--- a/packages/react-native-auth/src/version.ts
+++ b/packages/react-native-auth/src/version.ts
@@ -1 +1 @@
-export const VERSION = '0.0.28';
+export const VERSION = '0.0.29';
diff --git a/packages/react-native/CHANGELOG.md b/packages/react-native/CHANGELOG.md
index b84222c0181..4d3413ccef4 100644
--- a/packages/react-native/CHANGELOG.md
+++ b/packages/react-native/CHANGELOG.md
@@ -1,5 +1,14 @@
# @aws-amplify/ui-react-native
+## 2.2.11
+
+### Patch Changes
+
+- Updated dependencies [[`0ddeea9d4`](https://github.com/aws-amplify/amplify-ui/commit/0ddeea9d432f12621e0e32dae346e72881b790db), [`7a12237d2`](https://github.com/aws-amplify/amplify-ui/commit/7a12237d2c96107ef97d3c62d9d26d6b6f1d824c)]:
+ - @aws-amplify/ui@6.6.0
+ - @aws-amplify/ui-react-core@3.0.24
+ - @aws-amplify/ui-react-core-notifications@2.0.24
+
## 2.2.10
### Patch Changes
diff --git a/packages/react-native/package.json b/packages/react-native/package.json
index a839fe6f889..f8d3efc452d 100644
--- a/packages/react-native/package.json
+++ b/packages/react-native/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-react-native",
- "version": "2.2.10",
+ "version": "2.2.11",
"main": "lib/index.js",
"module": "dist/index.js",
"react-native": "src/index.ts",
@@ -29,9 +29,9 @@
"react-native-safe-area-context": "^4.7.3"
},
"dependencies": {
- "@aws-amplify/ui": "6.5.0",
- "@aws-amplify/ui-react-core": "3.0.23",
- "@aws-amplify/ui-react-core-notifications": "2.0.23",
+ "@aws-amplify/ui": "6.6.0",
+ "@aws-amplify/ui-react-core": "3.0.24",
+ "@aws-amplify/ui-react-core-notifications": "2.0.24",
"style-dictionary": "3.9.1"
},
"peerDependencies": {
diff --git a/packages/react-native/src/version.ts b/packages/react-native/src/version.ts
index 0b61b710cd5..c2cc066112b 100644
--- a/packages/react-native/src/version.ts
+++ b/packages/react-native/src/version.ts
@@ -1 +1 @@
-export const VERSION = '2.2.10';
+export const VERSION = '2.2.11';
diff --git a/packages/react-notifications/CHANGELOG.md b/packages/react-notifications/CHANGELOG.md
index fa67c616f62..2f67dcde912 100644
--- a/packages/react-notifications/CHANGELOG.md
+++ b/packages/react-notifications/CHANGELOG.md
@@ -1,5 +1,14 @@
# @aws-amplify/ui-react-notifications
+## 2.0.29
+
+### Patch Changes
+
+- Updated dependencies [[`0ddeea9d4`](https://github.com/aws-amplify/amplify-ui/commit/0ddeea9d432f12621e0e32dae346e72881b790db), [`7a12237d2`](https://github.com/aws-amplify/amplify-ui/commit/7a12237d2c96107ef97d3c62d9d26d6b6f1d824c)]:
+ - @aws-amplify/ui-react@6.5.0
+ - @aws-amplify/ui@6.6.0
+ - @aws-amplify/ui-react-core-notifications@2.0.24
+
## 2.0.28
### Patch Changes
diff --git a/packages/react-notifications/package.json b/packages/react-notifications/package.json
index 4ae8cca2098..d018a437b28 100644
--- a/packages/react-notifications/package.json
+++ b/packages/react-notifications/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-react-notifications",
- "version": "2.0.28",
+ "version": "2.0.29",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"exports": {
@@ -39,9 +39,9 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
- "@aws-amplify/ui": "6.5.0",
- "@aws-amplify/ui-react": "6.4.0",
- "@aws-amplify/ui-react-core-notifications": "2.0.23",
+ "@aws-amplify/ui": "6.6.0",
+ "@aws-amplify/ui-react": "6.5.0",
+ "@aws-amplify/ui-react-core-notifications": "2.0.24",
"tinycolor2": "1.4.2"
},
"peerDependencies": {
diff --git a/packages/react-notifications/src/version.ts b/packages/react-notifications/src/version.ts
index ba5104dae22..44cac1e9580 100644
--- a/packages/react-notifications/src/version.ts
+++ b/packages/react-notifications/src/version.ts
@@ -1 +1 @@
-export const VERSION = '2.0.28';
+export const VERSION = '2.0.29';
diff --git a/packages/react-storage/CHANGELOG.md b/packages/react-storage/CHANGELOG.md
index 35a52343526..258649ab1ee 100644
--- a/packages/react-storage/CHANGELOG.md
+++ b/packages/react-storage/CHANGELOG.md
@@ -1,5 +1,18 @@
# @aws-amplify/ui-react-storage
+## 3.3.4
+
+### Patch Changes
+
+- [#5815](https://github.com/aws-amplify/amplify-ui/pull/5815) [`028a91ba8`](https://github.com/aws-amplify/amplify-ui/commit/028a91ba8a4bdc433abf9a91bf82a4d30faf031d) Thanks [@esauerbo](https://github.com/esauerbo)! - chore(storage): Export `FileUploaderHandle` and `StorageManagerHandle`
+
+- [#5818](https://github.com/aws-amplify/amplify-ui/pull/5818) [`0d50470c8`](https://github.com/aws-amplify/amplify-ui/commit/0d50470c82c811e47fc7c99ab44ceeb7b287f7ba) Thanks [@calebpollman](https://github.com/calebpollman)! - fix(file-uploader): fix duplicate upload requests
+
+- Updated dependencies [[`0ddeea9d4`](https://github.com/aws-amplify/amplify-ui/commit/0ddeea9d432f12621e0e32dae346e72881b790db), [`7a12237d2`](https://github.com/aws-amplify/amplify-ui/commit/7a12237d2c96107ef97d3c62d9d26d6b6f1d824c)]:
+ - @aws-amplify/ui-react@6.5.0
+ - @aws-amplify/ui@6.6.0
+ - @aws-amplify/ui-react-core@3.0.24
+
## 3.3.3
### Patch Changes
diff --git a/packages/react-storage/package.json b/packages/react-storage/package.json
index f7dac2c34fc..95d6d5c0eac 100644
--- a/packages/react-storage/package.json
+++ b/packages/react-storage/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-react-storage",
- "version": "3.3.3",
+ "version": "3.3.4",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"exports": {
@@ -39,9 +39,9 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
- "@aws-amplify/ui": "6.5.0",
- "@aws-amplify/ui-react": "6.4.0",
- "@aws-amplify/ui-react-core": "3.0.23",
+ "@aws-amplify/ui": "6.6.0",
+ "@aws-amplify/ui-react": "6.5.0",
+ "@aws-amplify/ui-react-core": "3.0.24",
"lodash": "4.17.21",
"tslib": "^2.5.2"
},
diff --git a/packages/react-storage/src/version.ts b/packages/react-storage/src/version.ts
index f99a2fc9334..cae38bd7ef1 100644
--- a/packages/react-storage/src/version.ts
+++ b/packages/react-storage/src/version.ts
@@ -1 +1 @@
-export const VERSION = '3.3.3';
+export const VERSION = '3.3.4';
diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md
index f87a1840c53..8edd594c612 100644
--- a/packages/react/CHANGELOG.md
+++ b/packages/react/CHANGELOG.md
@@ -1,5 +1,40 @@
# @aws-amplify/ui-react
+## 6.5.0
+
+### Minor Changes
+
+- [#5812](https://github.com/aws-amplify/amplify-ui/pull/5812) [`0ddeea9d4`](https://github.com/aws-amplify/amplify-ui/commit/0ddeea9d432f12621e0e32dae346e72881b790db) Thanks [@dbanksdesign](https://github.com/dbanksdesign)! - feat(theming) add custom component style rendering
+
+ ```jsx
+ const customComponentTheme = defineComponentTheme({
+ name: 'custom-component',
+ theme(tokens) {
+ return {
+ color: tokens.colors.red[10]
+ }
+ }
+ });
+
+ export function CustomComponent() {
+ return (
+ <>
+
+
+ // This will create a style tag with only the styles in the component theme
+ // the styles are scoped to the global theme
+
+ >
+ )
+ }
+ ```
+
+### Patch Changes
+
+- Updated dependencies [[`0ddeea9d4`](https://github.com/aws-amplify/amplify-ui/commit/0ddeea9d432f12621e0e32dae346e72881b790db), [`7a12237d2`](https://github.com/aws-amplify/amplify-ui/commit/7a12237d2c96107ef97d3c62d9d26d6b6f1d824c)]:
+ - @aws-amplify/ui@6.6.0
+ - @aws-amplify/ui-react-core@3.0.24
+
## 6.4.0
### Minor Changes
diff --git a/packages/react/package.json b/packages/react/package.json
index a6b9442c4dd..cc8b229d2e8 100644
--- a/packages/react/package.json
+++ b/packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-react",
- "version": "6.4.0",
+ "version": "6.5.0",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"exports": {
@@ -55,8 +55,8 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
- "@aws-amplify/ui": "6.5.0",
- "@aws-amplify/ui-react-core": "3.0.23",
+ "@aws-amplify/ui": "6.6.0",
+ "@aws-amplify/ui-react-core": "3.0.24",
"@radix-ui/react-direction": "1.0.0",
"@radix-ui/react-dropdown-menu": "1.0.0",
"@radix-ui/react-slider": "1.0.0",
diff --git a/packages/react/src/version.ts b/packages/react/src/version.ts
index c6c2d108e31..5706af34e37 100644
--- a/packages/react/src/version.ts
+++ b/packages/react/src/version.ts
@@ -1 +1 @@
-export const VERSION = '6.4.0';
+export const VERSION = '6.5.0';
diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md
index 651fc485e0e..d57e03a8f24 100644
--- a/packages/ui/CHANGELOG.md
+++ b/packages/ui/CHANGELOG.md
@@ -1,5 +1,38 @@
# @aws-amplify/ui
+## 6.6.0
+
+### Minor Changes
+
+- [#5812](https://github.com/aws-amplify/amplify-ui/pull/5812) [`0ddeea9d4`](https://github.com/aws-amplify/amplify-ui/commit/0ddeea9d432f12621e0e32dae346e72881b790db) Thanks [@dbanksdesign](https://github.com/dbanksdesign)! - feat(theming) add custom component style rendering
+
+ ```jsx
+ const customComponentTheme = defineComponentTheme({
+ name: 'custom-component',
+ theme(tokens) {
+ return {
+ color: tokens.colors.red[10]
+ }
+ }
+ });
+
+ export function CustomComponent() {
+ return (
+ <>
+
+
+ // This will create a style tag with only the styles in the component theme
+ // the styles are scoped to the global theme
+
+ >
+ )
+ }
+ ```
+
+### Patch Changes
+
+- [#5807](https://github.com/aws-amplify/amplify-ui/pull/5807) [`7a12237d2`](https://github.com/aws-amplify/amplify-ui/commit/7a12237d2c96107ef97d3c62d9d26d6b6f1d824c) Thanks [@zerbusdetroy](https://github.com/zerbusdetroy)! - Fix some FR and ES authenticator translations"
+
## 6.5.0
### Minor Changes
diff --git a/packages/ui/package.json b/packages/ui/package.json
index 56e49fecdd0..4446be9dd79 100644
--- a/packages/ui/package.json
+++ b/packages/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui",
- "version": "6.5.0",
+ "version": "6.6.0",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"exports": {
diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md
index 2179d902bdd..90c694244f2 100644
--- a/packages/vue/CHANGELOG.md
+++ b/packages/vue/CHANGELOG.md
@@ -1,5 +1,12 @@
# @aws-amplify/ui-vue
+## 4.2.17
+
+### Patch Changes
+
+- Updated dependencies [[`0ddeea9d4`](https://github.com/aws-amplify/amplify-ui/commit/0ddeea9d432f12621e0e32dae346e72881b790db), [`7a12237d2`](https://github.com/aws-amplify/amplify-ui/commit/7a12237d2c96107ef97d3c62d9d26d6b6f1d824c)]:
+ - @aws-amplify/ui@6.6.0
+
## 4.2.16
### Patch Changes
diff --git a/packages/vue/package.json b/packages/vue/package.json
index 3cc119cc7d9..b41cb51d993 100644
--- a/packages/vue/package.json
+++ b/packages/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-vue",
- "version": "4.2.16",
+ "version": "4.2.17",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
@@ -38,7 +38,7 @@
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
- "@aws-amplify/ui": "6.5.0",
+ "@aws-amplify/ui": "6.6.0",
"@vueuse/core": "7.5.5",
"@xstate/vue": "0.8.1",
"nanoid": "3.1.31",
diff --git a/packages/vue/src/version.ts b/packages/vue/src/version.ts
index 7a9f77cb33b..d2e5f9cc530 100644
--- a/packages/vue/src/version.ts
+++ b/packages/vue/src/version.ts
@@ -1 +1 @@
-export const VERSION = '4.2.16';
+export const VERSION = '4.2.17';