diff --git a/.changeset/chilly-olives-dress.md b/.changeset/chilly-olives-dress.md deleted file mode 100644 index 4b13aea73f6..00000000000 --- a/.changeset/chilly-olives-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@aws-amplify/ui-react-liveness': minor ---- - -Pass default device info using ID. Emit detailed device info on liveness complete. DEFAULT_CAMERA_NOT_FOUND_ERROR added in onError callback if device not found with deviceId. diff --git a/.changeset/tiny-hounds-start.md b/.changeset/tiny-hounds-start.md deleted file mode 100644 index f85563a9592..00000000000 --- a/.changeset/tiny-hounds-start.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@aws-amplify/ui': minor ---- - -fix: use username if present as Username parameter for signup diff --git a/.changeset/twenty-clocks-flash.md b/.changeset/twenty-clocks-flash.md deleted file mode 100644 index 4464e13ffa9..00000000000 --- a/.changeset/twenty-clocks-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@aws-amplify/ui-react-storage': minor ---- - -fix(storage-browser): multi-region S3 buckets diff --git a/docs/package.json b/docs/package.json index c6f709cb0f4..00db8fd74e0 100644 --- a/docs/package.json +++ b/docs/package.json @@ -24,8 +24,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui-react": "6.13.1", - "@aws-amplify/ui-react-storage": "3.13.1", + "@aws-amplify/ui-react": "6.13.2", + "@aws-amplify/ui-react-storage": "3.14.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 9a260da59ae..5e33a575f38 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.1.6", + "@aws-amplify/ui-angular": "^5.1.7", "rxjs": "~6.6.0", "tslib": "^2.0.0", "zone.js": "~0.11.4" diff --git a/examples/next-app-router/package.json b/examples/next-app-router/package.json index 2a9bde92cf3..0755b61b714 100644 --- a/examples/next-app-router/package.json +++ b/examples/next-app-router/package.json @@ -9,8 +9,8 @@ "lint": "next lint" }, "dependencies": { - "@aws-amplify/ui-react": "6.13.1", - "@aws-amplify/ui-react-storage": "3.13.1", + "@aws-amplify/ui-react": "6.13.2", + "@aws-amplify/ui-react-storage": "3.14.0", "react": "^18.3.0", "next": "^14.2.31", "react-dom": "^18", diff --git a/examples/next/package.json b/examples/next/package.json index 7de7406da9e..b0b48b1c530 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -10,12 +10,12 @@ "lint": "next lint" }, "dependencies": { - "@aws-amplify/ui-react": "^6.13.1", + "@aws-amplify/ui-react": "^6.13.2", "@aws-amplify/ui-react-ai": "1.5.0", - "@aws-amplify/ui-react-geo": "^2.2.12", - "@aws-amplify/ui-react-liveness": "^3.4.7", - "@aws-amplify/ui-react-notifications": "^2.2.13", - "@aws-amplify/ui-react-storage": "^3.13.1", + "@aws-amplify/ui-react-geo": "^2.2.13", + "@aws-amplify/ui-react-liveness": "^3.5.0", + "@aws-amplify/ui-react-notifications": "^2.2.14", + "@aws-amplify/ui-react-storage": "^3.14.0", "@aws-sdk/credential-providers": "^3.370.0", "next": "^14.2.31", "next-global-css": "^1.1.1", diff --git a/examples/react-router/package.json b/examples/react-router/package.json index 04fd548f221..9535f84ba01 100644 --- a/examples/react-router/package.json +++ b/examples/react-router/package.json @@ -10,8 +10,8 @@ "start": "vite preview --port 3000" }, "dependencies": { - "@aws-amplify/ui-react": "6.13.1", - "@aws-amplify/ui-react-storage": "3.13.1", + "@aws-amplify/ui-react": "6.13.2", + "@aws-amplify/ui-react-storage": "3.14.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^7.5.2" diff --git a/examples/svelte/package.json b/examples/svelte/package.json index 677a5c7709a..c7bdf74662a 100644 --- a/examples/svelte/package.json +++ b/examples/svelte/package.json @@ -14,7 +14,7 @@ "lint": "prettier --check . && eslint ." }, "devDependencies": { - "@aws-amplify/ui-svelte": "1.0.0", + "@aws-amplify/ui-svelte": "1.0.1", "@eslint/compat": "^1.2.5", "@eslint/js": "^9.22.0", "@sveltejs/adapter-auto": "^6.0.0", diff --git a/examples/vue/package.json b/examples/vue/package.json index 96f00dc35c1..d8d90b936bd 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.3.6", + "@aws-amplify/ui-vue": "^4.3.7", "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 07738acd149..8526f47cf47 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.1.7 + +### Patch Changes + +- Updated dependencies [[`7a8566e4e38ac52353cace115e79786083429aa1`](https://github.com/aws-amplify/amplify-ui/commit/7a8566e4e38ac52353cace115e79786083429aa1)]: + - @aws-amplify/ui@6.13.0 + ## 5.1.6 ### Patch Changes diff --git a/packages/angular/projects/ui-angular/package.json b/packages/angular/projects/ui-angular/package.json index c241d1619b9..dd13ca97830 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.1.6", + "version": "5.1.7", "scripts": { "build": "yarn --cwd ../../ build", "dev": "yarn --cwd ../../ dev", @@ -20,7 +20,7 @@ "rxjs": "^6.5.3 || ^7.4.0" }, "dependencies": { - "@aws-amplify/ui": "6.12.1", + "@aws-amplify/ui": "6.13.0", "nanoid": "3.3.8", "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 d5d916ff709..cb3b0d376ad 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.1.6'; +export const VERSION = '5.1.7'; diff --git a/packages/e2e/package.json b/packages/e2e/package.json index 7996924b892..bb20a9ff72f 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -29,7 +29,7 @@ ] }, "devDependencies": { - "@aws-amplify/ui": "^6.12.1", + "@aws-amplify/ui": "^6.13.0", "@badeball/cypress-cucumber-preprocessor": "^22.0.1", "@bahmutov/cypress-esbuild-preprocessor": "^2.2.4", "@cucumber/cucumber": "^11.2.0", diff --git a/packages/react-core-notifications/CHANGELOG.md b/packages/react-core-notifications/CHANGELOG.md index 08bc86b48a7..6f2d5c97309 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.2.13 + +### Patch Changes + +- Updated dependencies [[`7a8566e4e38ac52353cace115e79786083429aa1`](https://github.com/aws-amplify/amplify-ui/commit/7a8566e4e38ac52353cace115e79786083429aa1)]: + - @aws-amplify/ui@6.13.0 + - @aws-amplify/ui-react-core@3.4.7 + ## 2.2.12 ### Patch Changes diff --git a/packages/react-core-notifications/package.json b/packages/react-core-notifications/package.json index d8d4a455fe0..ae4e4c4c02f 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.2.12", + "version": "2.2.13", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -35,8 +35,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.12.1", - "@aws-amplify/ui-react-core": "3.4.6" + "@aws-amplify/ui": "6.13.0", + "@aws-amplify/ui-react-core": "3.4.7" }, "peerDependencies": { "aws-amplify": "^6.14.3", diff --git a/packages/react-core/CHANGELOG.md b/packages/react-core/CHANGELOG.md index b2edc56d085..582f74084a2 100644 --- a/packages/react-core/CHANGELOG.md +++ b/packages/react-core/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-react-core +## 3.4.7 + +### Patch Changes + +- Updated dependencies [[`7a8566e4e38ac52353cace115e79786083429aa1`](https://github.com/aws-amplify/amplify-ui/commit/7a8566e4e38ac52353cace115e79786083429aa1)]: + - @aws-amplify/ui@6.13.0 + ## 3.4.6 ### Patch Changes diff --git a/packages/react-core/package.json b/packages/react-core/package.json index 59d8394fd3d..2e80562a306 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.4.6", + "version": "3.4.7", "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.12.1", + "@aws-amplify/ui": "6.13.0", "@xstate/react": "^3.2.2", "lodash": "4.17.21", "react-hook-form": "7.53.2", diff --git a/packages/react-geo/CHANGELOG.md b/packages/react-geo/CHANGELOG.md index d9cb59b8644..bc839bf4606 100644 --- a/packages/react-geo/CHANGELOG.md +++ b/packages/react-geo/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-react-geo +## 2.2.13 + +### Patch Changes + +- Updated dependencies []: + - @aws-amplify/ui-react-core@3.4.7 + ## 2.2.12 ### Patch Changes diff --git a/packages/react-geo/package.json b/packages/react-geo/package.json index 5dbf580fc65..c38829f93e8 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.2.12", + "version": "2.2.13", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -39,7 +39,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui-react-core": "3.4.6", + "@aws-amplify/ui-react-core": "3.4.7", "mapbox-gl": "1.13.1", "maplibre-gl": "2.1.9", "maplibre-gl-js-amplify": "^4.0.2", diff --git a/packages/react-geo/src/version.ts b/packages/react-geo/src/version.ts index 6d14078ef7f..4749f70a62c 100644 --- a/packages/react-geo/src/version.ts +++ b/packages/react-geo/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.2.12'; +export const VERSION = '2.2.13'; diff --git a/packages/react-liveness/CHANGELOG.md b/packages/react-liveness/CHANGELOG.md index 92d33e37ce3..122abb4640e 100644 --- a/packages/react-liveness/CHANGELOG.md +++ b/packages/react-liveness/CHANGELOG.md @@ -1,5 +1,17 @@ # @aws-amplify/ui-react-liveness +## 3.5.0 + +### Minor Changes + +- [#6633](https://github.com/aws-amplify/amplify-ui/pull/6633) [`23d141737e6c4997e748dd02874ca9448238abfc`](https://github.com/aws-amplify/amplify-ui/commit/23d141737e6c4997e748dd02874ca9448238abfc) Thanks [@riasatali42](https://github.com/riasatali42)! - Pass default device info using ID. Emit detailed device info on liveness complete. DEFAULT_CAMERA_NOT_FOUND_ERROR added in onError callback if device not found with deviceId. + +### Patch Changes + +- Updated dependencies [[`7a8566e4e38ac52353cace115e79786083429aa1`](https://github.com/aws-amplify/amplify-ui/commit/7a8566e4e38ac52353cace115e79786083429aa1)]: + - @aws-amplify/ui@6.13.0 + - @aws-amplify/ui-react@6.13.2 + ## 3.4.7 ### Patch Changes diff --git a/packages/react-liveness/package.json b/packages/react-liveness/package.json index 5e71c19c35b..acd42bb2cac 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.4.7", + "version": "3.5.0", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -48,8 +48,8 @@ "react-dom": "^16.14 || ^17 || ^18 || ^19" }, "dependencies": { - "@aws-amplify/ui": "6.12.1", - "@aws-amplify/ui-react": "6.13.1", + "@aws-amplify/ui": "6.13.0", + "@aws-amplify/ui-react": "6.13.2", "@aws-sdk/client-rekognitionstreaming": "3.828.0", "@aws-sdk/util-format-url": "3.609.0", "@smithy/eventstream-serde-browser": "^4.0.4", diff --git a/packages/react-liveness/src/version.ts b/packages/react-liveness/src/version.ts index a8d705b7ab2..fb71f2bf490 100644 --- a/packages/react-liveness/src/version.ts +++ b/packages/react-liveness/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.4.7'; +export const VERSION = '3.5.0'; diff --git a/packages/react-native/CHANGELOG.md b/packages/react-native/CHANGELOG.md index 3a252b6dec9..d943fea0847 100644 --- a/packages/react-native/CHANGELOG.md +++ b/packages/react-native/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-react-native +## 2.6.4 + +### Patch Changes + +- Updated dependencies [[`7a8566e4e38ac52353cace115e79786083429aa1`](https://github.com/aws-amplify/amplify-ui/commit/7a8566e4e38ac52353cace115e79786083429aa1)]: + - @aws-amplify/ui@6.13.0 + - @aws-amplify/ui-react-core@3.4.7 + - @aws-amplify/ui-react-core-notifications@2.2.13 + ## 2.6.3 ### Patch Changes diff --git a/packages/react-native/package.json b/packages/react-native/package.json index a67bb314e7b..19147451f71 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.6.3", + "version": "2.6.4", "main": "lib/index.js", "module": "dist/index.js", "react-native": "src/index.ts", @@ -30,9 +30,9 @@ "react-native-safe-area-context": "^5.2.0" }, "dependencies": { - "@aws-amplify/ui": "6.12.1", - "@aws-amplify/ui-react-core": "3.4.6", - "@aws-amplify/ui-react-core-notifications": "2.2.12" + "@aws-amplify/ui": "6.13.0", + "@aws-amplify/ui-react-core": "3.4.7", + "@aws-amplify/ui-react-core-notifications": "2.2.13" }, "peerDependencies": { "aws-amplify": "^6.14.3", diff --git a/packages/react-native/src/version.ts b/packages/react-native/src/version.ts index 9be93962958..7957fdf1d6f 100644 --- a/packages/react-native/src/version.ts +++ b/packages/react-native/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.6.3'; +export const VERSION = '2.6.4'; diff --git a/packages/react-notifications/CHANGELOG.md b/packages/react-notifications/CHANGELOG.md index def3bab8744..accac77c683 100644 --- a/packages/react-notifications/CHANGELOG.md +++ b/packages/react-notifications/CHANGELOG.md @@ -1,5 +1,15 @@ # @aws-amplify/ui-react-notifications +## 2.2.14 + +### Patch Changes + +- Updated dependencies [[`7a8566e4e38ac52353cace115e79786083429aa1`](https://github.com/aws-amplify/amplify-ui/commit/7a8566e4e38ac52353cace115e79786083429aa1)]: + - @aws-amplify/ui@6.13.0 + - @aws-amplify/ui-react@6.13.2 + - @aws-amplify/ui-react-core@3.4.7 + - @aws-amplify/ui-react-core-notifications@2.2.13 + ## 2.2.13 ### Patch Changes diff --git a/packages/react-notifications/package.json b/packages/react-notifications/package.json index ea39aa4e149..838afccaea0 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.2.13", + "version": "2.2.14", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -39,10 +39,10 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.12.1", - "@aws-amplify/ui-react": "6.13.1", - "@aws-amplify/ui-react-core": "3.4.6", - "@aws-amplify/ui-react-core-notifications": "2.2.12", + "@aws-amplify/ui": "6.13.0", + "@aws-amplify/ui-react": "6.13.2", + "@aws-amplify/ui-react-core": "3.4.7", + "@aws-amplify/ui-react-core-notifications": "2.2.13", "tinycolor2": "1.4.2" }, "peerDependencies": { diff --git a/packages/react-notifications/src/version.ts b/packages/react-notifications/src/version.ts index 4749f70a62c..cdf44e9ee86 100644 --- a/packages/react-notifications/src/version.ts +++ b/packages/react-notifications/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.2.13'; +export const VERSION = '2.2.14'; diff --git a/packages/react-storage/CHANGELOG.md b/packages/react-storage/CHANGELOG.md index d1e20c3583a..a29371176bd 100644 --- a/packages/react-storage/CHANGELOG.md +++ b/packages/react-storage/CHANGELOG.md @@ -1,5 +1,18 @@ # @aws-amplify/ui-react-storage +## 3.14.0 + +### Minor Changes + +- [#6734](https://github.com/aws-amplify/amplify-ui/pull/6734) [`77765a8527fc0ab0a7a54772d112cf2358fe6f17`](https://github.com/aws-amplify/amplify-ui/commit/77765a8527fc0ab0a7a54772d112cf2358fe6f17) Thanks [@osama-rizk](https://github.com/osama-rizk)! - fix(storage-browser): multi-region S3 buckets + +### Patch Changes + +- Updated dependencies [[`7a8566e4e38ac52353cace115e79786083429aa1`](https://github.com/aws-amplify/amplify-ui/commit/7a8566e4e38ac52353cace115e79786083429aa1)]: + - @aws-amplify/ui@6.13.0 + - @aws-amplify/ui-react@6.13.2 + - @aws-amplify/ui-react-core@3.4.7 + ## 3.13.1 ### Patch Changes diff --git a/packages/react-storage/package.json b/packages/react-storage/package.json index 3d82a23dd77..4e428bb2493 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.13.1", + "version": "3.14.0", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -45,9 +45,9 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.12.1", - "@aws-amplify/ui-react": "6.13.1", - "@aws-amplify/ui-react-core": "3.4.6", + "@aws-amplify/ui": "6.13.0", + "@aws-amplify/ui-react": "6.13.2", + "@aws-amplify/ui-react-core": "3.4.7", "tslib": "^2.5.2" }, "peerDependencies": { diff --git a/packages/react-storage/src/version.ts b/packages/react-storage/src/version.ts index e82823a0277..69e26984e94 100644 --- a/packages/react-storage/src/version.ts +++ b/packages/react-storage/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.13.1'; +export const VERSION = '3.14.0'; diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 3192f626c89..f30fe851921 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,13 @@ # @aws-amplify/ui-react +## 6.13.2 + +### Patch Changes + +- Updated dependencies [[`7a8566e4e38ac52353cace115e79786083429aa1`](https://github.com/aws-amplify/amplify-ui/commit/7a8566e4e38ac52353cace115e79786083429aa1)]: + - @aws-amplify/ui@6.13.0 + - @aws-amplify/ui-react-core@3.4.7 + ## 6.13.1 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 09edbe1bcc5..1f5b0d5a758 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react", - "version": "6.13.1", + "version": "6.13.2", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -56,8 +56,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.12.1", - "@aws-amplify/ui-react-core": "3.4.6", + "@aws-amplify/ui": "6.13.0", + "@aws-amplify/ui-react-core": "3.4.7", "@radix-ui/react-direction": "^1.1.0", "@radix-ui/react-dropdown-menu": "^2.1.10", "@radix-ui/react-slider": "^1.3.2", diff --git a/packages/react/src/version.ts b/packages/react/src/version.ts index a9288466203..0895412e16c 100644 --- a/packages/react/src/version.ts +++ b/packages/react/src/version.ts @@ -1 +1 @@ -export const VERSION = '6.13.1'; +export const VERSION = '6.13.2'; diff --git a/packages/svelte/CHANGELOG.md b/packages/svelte/CHANGELOG.md index 61823589dc6..c7e2d9a80a6 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-svelte +## 1.0.1 + +### Patch Changes + +- Updated dependencies [[`7a8566e4e38ac52353cace115e79786083429aa1`](https://github.com/aws-amplify/amplify-ui/commit/7a8566e4e38ac52353cace115e79786083429aa1)]: + - @aws-amplify/ui@6.13.0 + ## 1.0.0 ### Major Changes diff --git a/packages/svelte/package.json b/packages/svelte/package.json index 20745bc9259..f3f409117d2 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-svelte", - "version": "1.0.0", + "version": "1.0.1", "scripts": { "dev": "svelte-package --watch", "build": "svelte-kit sync && svelte-package", @@ -37,7 +37,7 @@ "svelte": "^5.0.0" }, "dependencies": { - "@aws-amplify/ui": "6.12.1", + "@aws-amplify/ui": "6.13.0", "nanoid": "3.3.8", "qrcode": "1.5.0", "xstate": "^4.33.6" diff --git a/packages/svelte/src/lib/version.ts b/packages/svelte/src/lib/version.ts index 059488afe84..e96d2876d06 100644 --- a/packages/svelte/src/lib/version.ts +++ b/packages/svelte/src/lib/version.ts @@ -1 +1 @@ -export const VERSION = '1.0.0'; +export const VERSION = '1.0.1'; diff --git a/packages/test-utils/CHANGELOG.md b/packages/test-utils/CHANGELOG.md index 211b3809fa4..97b4455e9fc 100644 --- a/packages/test-utils/CHANGELOG.md +++ b/packages/test-utils/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-test-utils +## 0.0.12 + +### Patch Changes + +- Updated dependencies [[`77765a8527fc0ab0a7a54772d112cf2358fe6f17`](https://github.com/aws-amplify/amplify-ui/commit/77765a8527fc0ab0a7a54772d112cf2358fe6f17)]: + - @aws-amplify/ui-react-storage@3.14.0 + ## 0.0.11 ### Patch Changes diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 6fde73ec717..0bff8591e93 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -1,7 +1,7 @@ { "name": "@aws-amplify/ui-test-utils", "private": true, - "version": "0.0.11", + "version": "0.0.12", "description": "Test utils for Amplify Connected Component e2e tests", "exports": { "./*": { @@ -26,7 +26,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui-react-storage": "3.13.1", + "@aws-amplify/ui-react-storage": "3.14.0", "tslib": "^2.5.2" } } diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index d289f844fe3..119aa263ab2 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @aws-amplify/ui +## 6.13.0 + +### Minor Changes + +- [#6766](https://github.com/aws-amplify/amplify-ui/pull/6766) [`7a8566e4e38ac52353cace115e79786083429aa1`](https://github.com/aws-amplify/amplify-ui/commit/7a8566e4e38ac52353cace115e79786083429aa1) Thanks [@Simone319](https://github.com/Simone319)! - fix: use username if present as Username parameter for signup + ## 6.12.1 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 39787049e4a..9e0bfbe8345 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui", - "version": "6.12.1", + "version": "6.13.0", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index ea549c2a156..82fff62d5c9 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-vue +## 4.3.7 + +### Patch Changes + +- Updated dependencies [[`7a8566e4e38ac52353cace115e79786083429aa1`](https://github.com/aws-amplify/amplify-ui/commit/7a8566e4e38ac52353cace115e79786083429aa1)]: + - @aws-amplify/ui@6.13.0 + ## 4.3.6 ### Patch Changes diff --git a/packages/vue/package.json b/packages/vue/package.json index 8d4869a6226..d4c1c54f734 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-vue", - "version": "4.3.6", + "version": "4.3.7", "type": "module", "main": "dist/index.cjs", "module": "dist/index.js", @@ -38,7 +38,7 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.12.1", + "@aws-amplify/ui": "6.13.0", "@vueuse/core": "7.5.5", "@xstate/vue": "0.8.1", "nanoid": "3.3.8", diff --git a/packages/vue/src/version.ts b/packages/vue/src/version.ts index 23961fedd2e..0828f33155a 100644 --- a/packages/vue/src/version.ts +++ b/packages/vue/src/version.ts @@ -1 +1 @@ -export const VERSION = '4.3.6'; +export const VERSION = '4.3.7';