From bc32d23340d1c5bfc46cead2ebceadaa55ea5d42 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 24 Oct 2025 09:15:31 +0000 Subject: [PATCH] Version Packages --- .changeset/six-ways-design.md | 6 ------ .changeset/young-avocados-talk.md | 5 ----- docs/package.json | 4 ++-- examples/angular/package.json | 2 +- examples/next-app-router/package.json | 4 ++-- examples/next/package.json | 10 +++++----- examples/react-router/package.json | 4 ++-- examples/svelte/package.json | 2 +- examples/vue/package.json | 2 +- packages/angular/projects/ui-angular/CHANGELOG.md | 7 +++++++ packages/angular/projects/ui-angular/package.json | 4 ++-- packages/angular/projects/ui-angular/src/version.ts | 2 +- packages/e2e/package.json | 2 +- packages/react-core-notifications/CHANGELOG.md | 8 ++++++++ packages/react-core-notifications/package.json | 6 +++--- packages/react-core/CHANGELOG.md | 7 +++++++ packages/react-core/package.json | 4 ++-- packages/react-geo/CHANGELOG.md | 7 +++++++ packages/react-geo/package.json | 4 ++-- packages/react-geo/src/version.ts | 2 +- packages/react-liveness/CHANGELOG.md | 8 ++++++++ packages/react-liveness/package.json | 6 +++--- packages/react-liveness/src/version.ts | 2 +- packages/react-native/CHANGELOG.md | 11 +++++++++++ packages/react-native/package.json | 8 ++++---- packages/react-native/src/version.ts | 2 +- packages/react-notifications/CHANGELOG.md | 10 ++++++++++ packages/react-notifications/package.json | 10 +++++----- packages/react-notifications/src/version.ts | 2 +- packages/react-storage/CHANGELOG.md | 9 +++++++++ packages/react-storage/package.json | 8 ++++---- packages/react-storage/src/version.ts | 2 +- packages/react/CHANGELOG.md | 8 ++++++++ packages/react/package.json | 6 +++--- packages/react/src/version.ts | 2 +- packages/svelte/CHANGELOG.md | 11 +++++++++++ packages/svelte/package.json | 4 ++-- packages/svelte/src/lib/version.ts | 2 +- packages/test-utils/CHANGELOG.md | 7 +++++++ packages/test-utils/package.json | 4 ++-- packages/ui/CHANGELOG.md | 6 ++++++ packages/ui/package.json | 2 +- packages/vue/CHANGELOG.md | 7 +++++++ packages/vue/package.json | 4 ++-- packages/vue/src/version.ts | 2 +- 45 files changed, 165 insertions(+), 70 deletions(-) delete mode 100644 .changeset/six-ways-design.md delete mode 100644 .changeset/young-avocados-talk.md diff --git a/.changeset/six-ways-design.md b/.changeset/six-ways-design.md deleted file mode 100644 index 0fbf1abaf95..00000000000 --- a/.changeset/six-ways-design.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@aws-amplify/ui-svelte": major -"@aws-amplify/ui": patch ---- - -Add svelte support for Authenticator diff --git a/.changeset/young-avocados-talk.md b/.changeset/young-avocados-talk.md deleted file mode 100644 index d12adfeb17a..00000000000 --- a/.changeset/young-avocados-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@aws-amplify/ui-react-native': patch ---- - -fix(authenticator-react-native): password manager autofill validation diff --git a/docs/package.json b/docs/package.json index 817814564ac..e48b94a7194 100644 --- a/docs/package.json +++ b/docs/package.json @@ -24,8 +24,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui-react": "6.13.0", - "@aws-amplify/ui-react-storage": "3.13.0", + "@aws-amplify/ui-react": "6.13.1", + "@aws-amplify/ui-react-storage": "3.13.1", "@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 466576aa90a..ec3e771c272 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.5", + "@aws-amplify/ui-angular": "^5.1.6", "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 b57ff7ab270..2a9bde92cf3 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.0", - "@aws-amplify/ui-react-storage": "3.13.0", + "@aws-amplify/ui-react": "6.13.1", + "@aws-amplify/ui-react-storage": "3.13.1", "react": "^18.3.0", "next": "^14.2.31", "react-dom": "^18", diff --git a/examples/next/package.json b/examples/next/package.json index 6fda4ea88b1..7de7406da9e 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.0", + "@aws-amplify/ui-react": "^6.13.1", "@aws-amplify/ui-react-ai": "1.5.0", - "@aws-amplify/ui-react-geo": "^2.2.11", - "@aws-amplify/ui-react-liveness": "^3.4.6", - "@aws-amplify/ui-react-notifications": "^2.2.12", - "@aws-amplify/ui-react-storage": "^3.13.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-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 3063aac95b0..04fd548f221 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.0", - "@aws-amplify/ui-react-storage": "3.13.0", + "@aws-amplify/ui-react": "6.13.1", + "@aws-amplify/ui-react-storage": "3.13.1", "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 26eba618efc..677a5c7709a 100644 --- a/examples/svelte/package.json +++ b/examples/svelte/package.json @@ -14,7 +14,7 @@ "lint": "prettier --check . && eslint ." }, "devDependencies": { - "@aws-amplify/ui-svelte": "0.0.1", + "@aws-amplify/ui-svelte": "1.0.0", "@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 450a37e3a9a..c747ac79794 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.5", + "@aws-amplify/ui-vue": "^4.3.6", "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 38418b50197..07738acd149 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.6 + +### Patch Changes + +- Updated dependencies [[`23d2233315d7eaf1e6cd814ce3585942a51f8834`](https://github.com/aws-amplify/amplify-ui/commit/23d2233315d7eaf1e6cd814ce3585942a51f8834)]: + - @aws-amplify/ui@6.12.1 + ## 5.1.5 ### Patch Changes diff --git a/packages/angular/projects/ui-angular/package.json b/packages/angular/projects/ui-angular/package.json index f9b2a46c264..c241d1619b9 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.5", + "version": "5.1.6", "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.0", + "@aws-amplify/ui": "6.12.1", "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 d62ad2ddc37..d5d916ff709 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.5'; +export const VERSION = '5.1.6'; diff --git a/packages/e2e/package.json b/packages/e2e/package.json index fc434f3f74a..7996924b892 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -29,7 +29,7 @@ ] }, "devDependencies": { - "@aws-amplify/ui": "^6.12.0", + "@aws-amplify/ui": "^6.12.1", "@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 e6df4a2b4ed..08bc86b48a7 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.12 + +### Patch Changes + +- Updated dependencies [[`23d2233315d7eaf1e6cd814ce3585942a51f8834`](https://github.com/aws-amplify/amplify-ui/commit/23d2233315d7eaf1e6cd814ce3585942a51f8834)]: + - @aws-amplify/ui@6.12.1 + - @aws-amplify/ui-react-core@3.4.6 + ## 2.2.11 ### Patch Changes diff --git a/packages/react-core-notifications/package.json b/packages/react-core-notifications/package.json index e4220fe439d..d8d4a455fe0 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.11", + "version": "2.2.12", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -35,8 +35,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.12.0", - "@aws-amplify/ui-react-core": "3.4.5" + "@aws-amplify/ui": "6.12.1", + "@aws-amplify/ui-react-core": "3.4.6" }, "peerDependencies": { "aws-amplify": "^6.14.3", diff --git a/packages/react-core/CHANGELOG.md b/packages/react-core/CHANGELOG.md index b90abb5391b..b2edc56d085 100644 --- a/packages/react-core/CHANGELOG.md +++ b/packages/react-core/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-react-core +## 3.4.6 + +### Patch Changes + +- Updated dependencies [[`23d2233315d7eaf1e6cd814ce3585942a51f8834`](https://github.com/aws-amplify/amplify-ui/commit/23d2233315d7eaf1e6cd814ce3585942a51f8834)]: + - @aws-amplify/ui@6.12.1 + ## 3.4.5 ### Patch Changes diff --git a/packages/react-core/package.json b/packages/react-core/package.json index f55bc75555c..408235070e0 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.5", + "version": "3.4.6", "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.0", + "@aws-amplify/ui": "6.12.1", "@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 8613412d186..d9cb59b8644 100644 --- a/packages/react-geo/CHANGELOG.md +++ b/packages/react-geo/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-react-geo +## 2.2.12 + +### Patch Changes + +- Updated dependencies []: + - @aws-amplify/ui-react-core@3.4.6 + ## 2.2.11 ### Patch Changes diff --git a/packages/react-geo/package.json b/packages/react-geo/package.json index a327f7a4fab..5dbf580fc65 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.11", + "version": "2.2.12", "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.5", + "@aws-amplify/ui-react-core": "3.4.6", "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 c2cc066112b..6d14078ef7f 100644 --- a/packages/react-geo/src/version.ts +++ b/packages/react-geo/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.2.11'; +export const VERSION = '2.2.12'; diff --git a/packages/react-liveness/CHANGELOG.md b/packages/react-liveness/CHANGELOG.md index 6bc4816e464..92d33e37ce3 100644 --- a/packages/react-liveness/CHANGELOG.md +++ b/packages/react-liveness/CHANGELOG.md @@ -1,5 +1,13 @@ # @aws-amplify/ui-react-liveness +## 3.4.7 + +### Patch Changes + +- Updated dependencies [[`23d2233315d7eaf1e6cd814ce3585942a51f8834`](https://github.com/aws-amplify/amplify-ui/commit/23d2233315d7eaf1e6cd814ce3585942a51f8834)]: + - @aws-amplify/ui@6.12.1 + - @aws-amplify/ui-react@6.13.1 + ## 3.4.6 ### Patch Changes diff --git a/packages/react-liveness/package.json b/packages/react-liveness/package.json index 3c563d64637..47fb3804ddc 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.6", + "version": "3.4.7", "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.0", - "@aws-amplify/ui-react": "6.13.0", + "@aws-amplify/ui": "6.12.1", + "@aws-amplify/ui-react": "6.13.1", "@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 a60f8a5bf63..a8d705b7ab2 100644 --- a/packages/react-liveness/src/version.ts +++ b/packages/react-liveness/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.4.6'; +export const VERSION = '3.4.7'; diff --git a/packages/react-native/CHANGELOG.md b/packages/react-native/CHANGELOG.md index b61852cfb98..3a252b6dec9 100644 --- a/packages/react-native/CHANGELOG.md +++ b/packages/react-native/CHANGELOG.md @@ -1,5 +1,16 @@ # @aws-amplify/ui-react-native +## 2.6.3 + +### Patch Changes + +- [#6716](https://github.com/aws-amplify/amplify-ui/pull/6716) [`d71feae486cf038d088680c7d0f1a93f552d050f`](https://github.com/aws-amplify/amplify-ui/commit/d71feae486cf038d088680c7d0f1a93f552d050f) Thanks [@osama-rizk](https://github.com/osama-rizk)! - fix(authenticator-react-native): password manager autofill validation + +- Updated dependencies [[`23d2233315d7eaf1e6cd814ce3585942a51f8834`](https://github.com/aws-amplify/amplify-ui/commit/23d2233315d7eaf1e6cd814ce3585942a51f8834)]: + - @aws-amplify/ui@6.12.1 + - @aws-amplify/ui-react-core@3.4.6 + - @aws-amplify/ui-react-core-notifications@2.2.12 + ## 2.6.2 ### Patch Changes diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 05230a419a3..a67bb314e7b 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.2", + "version": "2.6.3", "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.0", - "@aws-amplify/ui-react-core": "3.4.5", - "@aws-amplify/ui-react-core-notifications": "2.2.11" + "@aws-amplify/ui": "6.12.1", + "@aws-amplify/ui-react-core": "3.4.6", + "@aws-amplify/ui-react-core-notifications": "2.2.12" }, "peerDependencies": { "aws-amplify": "^6.14.3", diff --git a/packages/react-native/src/version.ts b/packages/react-native/src/version.ts index b24c7dd43a9..9be93962958 100644 --- a/packages/react-native/src/version.ts +++ b/packages/react-native/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.6.2'; +export const VERSION = '2.6.3'; diff --git a/packages/react-notifications/CHANGELOG.md b/packages/react-notifications/CHANGELOG.md index 373f3cbed15..def3bab8744 100644 --- a/packages/react-notifications/CHANGELOG.md +++ b/packages/react-notifications/CHANGELOG.md @@ -1,5 +1,15 @@ # @aws-amplify/ui-react-notifications +## 2.2.13 + +### Patch Changes + +- Updated dependencies [[`23d2233315d7eaf1e6cd814ce3585942a51f8834`](https://github.com/aws-amplify/amplify-ui/commit/23d2233315d7eaf1e6cd814ce3585942a51f8834)]: + - @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 + ## 2.2.12 ### Patch Changes diff --git a/packages/react-notifications/package.json b/packages/react-notifications/package.json index baa16471ba9..ea39aa4e149 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.12", + "version": "2.2.13", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -39,10 +39,10 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.12.0", - "@aws-amplify/ui-react": "6.13.0", - "@aws-amplify/ui-react-core": "3.4.5", - "@aws-amplify/ui-react-core-notifications": "2.2.11", + "@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", "tinycolor2": "1.4.2" }, "peerDependencies": { diff --git a/packages/react-notifications/src/version.ts b/packages/react-notifications/src/version.ts index 6d14078ef7f..4749f70a62c 100644 --- a/packages/react-notifications/src/version.ts +++ b/packages/react-notifications/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.2.12'; +export const VERSION = '2.2.13'; diff --git a/packages/react-storage/CHANGELOG.md b/packages/react-storage/CHANGELOG.md index 54104935f74..d1e20c3583a 100644 --- a/packages/react-storage/CHANGELOG.md +++ b/packages/react-storage/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-react-storage +## 3.13.1 + +### Patch Changes + +- Updated dependencies [[`23d2233315d7eaf1e6cd814ce3585942a51f8834`](https://github.com/aws-amplify/amplify-ui/commit/23d2233315d7eaf1e6cd814ce3585942a51f8834)]: + - @aws-amplify/ui@6.12.1 + - @aws-amplify/ui-react@6.13.1 + - @aws-amplify/ui-react-core@3.4.6 + ## 3.13.0 ### Minor Changes diff --git a/packages/react-storage/package.json b/packages/react-storage/package.json index 0fe019684d2..3d82a23dd77 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.0", + "version": "3.13.1", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -45,9 +45,9 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.12.0", - "@aws-amplify/ui-react": "6.13.0", - "@aws-amplify/ui-react-core": "3.4.5", + "@aws-amplify/ui": "6.12.1", + "@aws-amplify/ui-react": "6.13.1", + "@aws-amplify/ui-react-core": "3.4.6", "tslib": "^2.5.2" }, "peerDependencies": { diff --git a/packages/react-storage/src/version.ts b/packages/react-storage/src/version.ts index 9fb80ae086f..e82823a0277 100644 --- a/packages/react-storage/src/version.ts +++ b/packages/react-storage/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.13.0'; +export const VERSION = '3.13.1'; diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 5b7969e421d..3192f626c89 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,13 @@ # @aws-amplify/ui-react +## 6.13.1 + +### Patch Changes + +- Updated dependencies [[`23d2233315d7eaf1e6cd814ce3585942a51f8834`](https://github.com/aws-amplify/amplify-ui/commit/23d2233315d7eaf1e6cd814ce3585942a51f8834)]: + - @aws-amplify/ui@6.12.1 + - @aws-amplify/ui-react-core@3.4.6 + ## 6.13.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index ff9508983f0..09edbe1bcc5 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react", - "version": "6.13.0", + "version": "6.13.1", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -56,8 +56,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.12.0", - "@aws-amplify/ui-react-core": "3.4.5", + "@aws-amplify/ui": "6.12.1", + "@aws-amplify/ui-react-core": "3.4.6", "@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 c42caa89675..a9288466203 100644 --- a/packages/react/src/version.ts +++ b/packages/react/src/version.ts @@ -1 +1 @@ -export const VERSION = '6.13.0'; +export const VERSION = '6.13.1'; diff --git a/packages/svelte/CHANGELOG.md b/packages/svelte/CHANGELOG.md index 7e3c14a0460..61823589dc6 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/CHANGELOG.md @@ -1 +1,12 @@ # @aws-amplify/ui-svelte + +## 1.0.0 + +### Major Changes + +- [#6723](https://github.com/aws-amplify/amplify-ui/pull/6723) [`23d2233315d7eaf1e6cd814ce3585942a51f8834`](https://github.com/aws-amplify/amplify-ui/commit/23d2233315d7eaf1e6cd814ce3585942a51f8834) Thanks [@bobbor](https://github.com/bobbor)! - Add svelte support for Authenticator + +### Patch Changes + +- Updated dependencies [[`23d2233315d7eaf1e6cd814ce3585942a51f8834`](https://github.com/aws-amplify/amplify-ui/commit/23d2233315d7eaf1e6cd814ce3585942a51f8834)]: + - @aws-amplify/ui@6.12.1 diff --git a/packages/svelte/package.json b/packages/svelte/package.json index 87fa6fbb49e..20745bc9259 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-svelte", - "version": "0.0.1", + "version": "1.0.0", "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.0", + "@aws-amplify/ui": "6.12.1", "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 ecebcdd935a..059488afe84 100644 --- a/packages/svelte/src/lib/version.ts +++ b/packages/svelte/src/lib/version.ts @@ -1 +1 @@ -export const VERSION = '0.0.1'; +export const VERSION = '1.0.0'; diff --git a/packages/test-utils/CHANGELOG.md b/packages/test-utils/CHANGELOG.md index 2bf301a3534..211b3809fa4 100644 --- a/packages/test-utils/CHANGELOG.md +++ b/packages/test-utils/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-test-utils +## 0.0.11 + +### Patch Changes + +- Updated dependencies []: + - @aws-amplify/ui-react-storage@3.13.1 + ## 0.0.10 ### Patch Changes diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index c256534b8cf..6fde73ec717 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.10", + "version": "0.0.11", "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.0", + "@aws-amplify/ui-react-storage": "3.13.1", "tslib": "^2.5.2" } } diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 911b6249683..d289f844fe3 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @aws-amplify/ui +## 6.12.1 + +### Patch Changes + +- [#6723](https://github.com/aws-amplify/amplify-ui/pull/6723) [`23d2233315d7eaf1e6cd814ce3585942a51f8834`](https://github.com/aws-amplify/amplify-ui/commit/23d2233315d7eaf1e6cd814ce3585942a51f8834) Thanks [@bobbor](https://github.com/bobbor)! - Add svelte support for Authenticator + ## 6.12.0 ### Minor Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 39a2f157882..74a238bb4d0 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui", - "version": "6.12.0", + "version": "6.12.1", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 6ee00be6422..ea549c2a156 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-vue +## 4.3.6 + +### Patch Changes + +- Updated dependencies [[`23d2233315d7eaf1e6cd814ce3585942a51f8834`](https://github.com/aws-amplify/amplify-ui/commit/23d2233315d7eaf1e6cd814ce3585942a51f8834)]: + - @aws-amplify/ui@6.12.1 + ## 4.3.5 ### Patch Changes diff --git a/packages/vue/package.json b/packages/vue/package.json index 52999e15d07..4c00b732839 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-vue", - "version": "4.3.5", + "version": "4.3.6", "type": "module", "main": "dist/index.cjs", "module": "dist/index.js", @@ -38,7 +38,7 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.12.0", + "@aws-amplify/ui": "6.12.1", "@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 70be408e47e..23961fedd2e 100644 --- a/packages/vue/src/version.ts +++ b/packages/vue/src/version.ts @@ -1 +1 @@ -export const VERSION = '4.3.5'; +export const VERSION = '4.3.6';