From 440e0ca132cbab466be9714c1f631830da1dc97d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 13:27:59 -0800 Subject: [PATCH] Version Packages (#6304) Co-authored-by: github-actions[bot] --- .changeset/large-swans-repair.md | 6 ------ .changeset/metal-pens-cough.md | 5 ----- .changeset/slider-prmitive-fix.md | 5 ----- docs/package.json | 4 ++-- examples/angular/package.json | 2 +- examples/next/package.json | 10 +++++----- 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-auth/CHANGELOG.md | 10 ++++++++++ packages/react-auth/package.json | 10 +++++----- packages/react-auth/src/version.ts | 2 +- packages/react-core-auth/CHANGELOG.md | 8 ++++++++ packages/react-core-auth/package.json | 6 +++--- 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-auth/CHANGELOG.md | 9 +++++++++ packages/react-native-auth/package.json | 8 ++++---- packages/react-native-auth/src/version.ts | 2 +- packages/react-native/CHANGELOG.md | 9 +++++++++ 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 | 11 +++++++++++ packages/react-storage/package.json | 8 ++++---- packages/react-storage/src/version.ts | 2 +- packages/react/CHANGELOG.md | 10 ++++++++++ packages/react/package.json | 6 +++--- packages/react/src/version.ts | 2 +- 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 +- 46 files changed, 180 insertions(+), 79 deletions(-) delete mode 100644 .changeset/large-swans-repair.md delete mode 100644 .changeset/metal-pens-cough.md delete mode 100644 .changeset/slider-prmitive-fix.md diff --git a/.changeset/large-swans-repair.md b/.changeset/large-swans-repair.md deleted file mode 100644 index 40abd94c3b9..00000000000 --- a/.changeset/large-swans-repair.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@aws-amplify/ui-react-storage': patch ---- - -fix(react-storage): enable default checksum algorithm for create folder action #6305 - diff --git a/.changeset/metal-pens-cough.md b/.changeset/metal-pens-cough.md deleted file mode 100644 index 24d99090402..00000000000 --- a/.changeset/metal-pens-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aws-amplify/ui": patch ---- - -fix(ui): fix and add missing sv translations diff --git a/.changeset/slider-prmitive-fix.md b/.changeset/slider-prmitive-fix.md deleted file mode 100644 index 3cd5c902a91..00000000000 --- a/.changeset/slider-prmitive-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aws-amplify/ui-react": patch ---- - -fix(slider): remounted controlled value not updating \ No newline at end of file diff --git a/docs/package.json b/docs/package.json index c394f528a32..555a3c2778c 100644 --- a/docs/package.json +++ b/docs/package.json @@ -24,8 +24,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui-react": "6.9.0", - "@aws-amplify/ui-react-storage": "3.7.0", + "@aws-amplify/ui-react": "6.9.1", + "@aws-amplify/ui-react-storage": "3.7.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 96c428329b5..0d35a1f130b 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.35", + "@aws-amplify/ui-angular": "^5.0.36", "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 903e0c0e7f3..bee1c3653a6 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -10,12 +10,12 @@ "lint": "next lint" }, "dependencies": { - "@aws-amplify/ui-react": "^6.9.0", + "@aws-amplify/ui-react": "^6.9.1", "@aws-amplify/ui-react-ai": "1.3.0", - "@aws-amplify/ui-react-geo": "^2.2.0", - "@aws-amplify/ui-react-liveness": "^3.3.0", - "@aws-amplify/ui-react-notifications": "^2.2.0", - "@aws-amplify/ui-react-storage": "^3.7.0", + "@aws-amplify/ui-react-geo": "^2.2.1", + "@aws-amplify/ui-react-liveness": "^3.3.1", + "@aws-amplify/ui-react-notifications": "^2.2.1", + "@aws-amplify/ui-react-storage": "^3.7.1", "@aws-sdk/credential-providers": "^3.370.0", "next": "^14.2.21", "next-global-css": "^1.1.1", diff --git a/examples/vue/package.json b/examples/vue/package.json index 0251c64b8b6..80fd7806897 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.27", + "@aws-amplify/ui-vue": "^4.2.28", "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 6580334ebbb..848e9163911 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.36 + +### Patch Changes + +- Updated dependencies [[`272ec8e575718ea990dcb9f51d1baaf522f45fb6`](https://github.com/aws-amplify/amplify-ui/commit/272ec8e575718ea990dcb9f51d1baaf522f45fb6)]: + - @aws-amplify/ui@6.8.1 + ## 5.0.35 ### Patch Changes diff --git a/packages/angular/projects/ui-angular/package.json b/packages/angular/projects/ui-angular/package.json index 9c406758837..8bb8884a76f 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.35", + "version": "5.0.36", "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.8.0", + "@aws-amplify/ui": "6.8.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 1ab4df726c6..ae1a6285abf 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.35'; +export const VERSION = '5.0.36'; diff --git a/packages/e2e/package.json b/packages/e2e/package.json index fcc7583eeb9..6703e0855c4 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -29,7 +29,7 @@ ] }, "devDependencies": { - "@aws-amplify/ui": "^6.8.0", + "@aws-amplify/ui": "^6.8.1", "@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 da37bb926c7..c51482ca1fa 100644 --- a/packages/react-auth/CHANGELOG.md +++ b/packages/react-auth/CHANGELOG.md @@ -1,5 +1,15 @@ # @aws-amplify/ui-react-auth +## 0.0.44 + +### Patch Changes + +- Updated dependencies [[`272ec8e575718ea990dcb9f51d1baaf522f45fb6`](https://github.com/aws-amplify/amplify-ui/commit/272ec8e575718ea990dcb9f51d1baaf522f45fb6), [`6e51c1750f8f3e01cf8827f4c5c2e5ef02240ca6`](https://github.com/aws-amplify/amplify-ui/commit/6e51c1750f8f3e01cf8827f4c5c2e5ef02240ca6)]: + - @aws-amplify/ui@6.8.1 + - @aws-amplify/ui-react@6.9.1 + - @aws-amplify/ui-react-core@3.3.1 + - @aws-amplify/ui-react-core-auth@0.0.39 + ## 0.0.43 ### Patch Changes diff --git a/packages/react-auth/package.json b/packages/react-auth/package.json index 5a0bc8ed464..02dc6589987 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.43", + "version": "0.0.44", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -40,10 +40,10 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.8.0", - "@aws-amplify/ui-react": "6.9.0", - "@aws-amplify/ui-react-core": "3.3.0", - "@aws-amplify/ui-react-core-auth": "0.0.38", + "@aws-amplify/ui": "6.8.1", + "@aws-amplify/ui-react": "6.9.1", + "@aws-amplify/ui-react-core": "3.3.1", + "@aws-amplify/ui-react-core-auth": "0.0.39", "@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 c66c796cac2..65024974708 100644 --- a/packages/react-auth/src/version.ts +++ b/packages/react-auth/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.0.43'; +export const VERSION = '0.0.44'; diff --git a/packages/react-core-auth/CHANGELOG.md b/packages/react-core-auth/CHANGELOG.md index d6e4f698675..c57fc0acd34 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.39 + +### Patch Changes + +- Updated dependencies [[`272ec8e575718ea990dcb9f51d1baaf522f45fb6`](https://github.com/aws-amplify/amplify-ui/commit/272ec8e575718ea990dcb9f51d1baaf522f45fb6)]: + - @aws-amplify/ui@6.8.1 + - @aws-amplify/ui-react-core@3.3.1 + ## 0.0.38 ### Patch Changes diff --git a/packages/react-core-auth/package.json b/packages/react-core-auth/package.json index 8a948267bcd..9fd2e5e20b0 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.38", + "version": "0.0.39", "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.8.0", - "@aws-amplify/ui-react-core": "3.3.0", + "@aws-amplify/ui": "6.8.1", + "@aws-amplify/ui-react-core": "3.3.1", "@xstate/react": "3.2.2", "lodash": "4.17.21", "qrcode": "1.5.0", diff --git a/packages/react-core-notifications/CHANGELOG.md b/packages/react-core-notifications/CHANGELOG.md index 4cc884d3045..d452b35fc2f 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.1 + +### Patch Changes + +- Updated dependencies [[`272ec8e575718ea990dcb9f51d1baaf522f45fb6`](https://github.com/aws-amplify/amplify-ui/commit/272ec8e575718ea990dcb9f51d1baaf522f45fb6)]: + - @aws-amplify/ui@6.8.1 + - @aws-amplify/ui-react-core@3.3.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/react-core-notifications/package.json b/packages/react-core-notifications/package.json index bfb6cdd2f46..03d3bbe04c8 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.0", + "version": "2.2.1", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -35,8 +35,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.8.0", - "@aws-amplify/ui-react-core": "3.3.0" + "@aws-amplify/ui": "6.8.1", + "@aws-amplify/ui-react-core": "3.3.1" }, "peerDependencies": { "aws-amplify": "^6.9.0", diff --git a/packages/react-core/CHANGELOG.md b/packages/react-core/CHANGELOG.md index 4c707699c03..3b80d8e32f2 100644 --- a/packages/react-core/CHANGELOG.md +++ b/packages/react-core/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-react-core +## 3.3.1 + +### Patch Changes + +- Updated dependencies [[`272ec8e575718ea990dcb9f51d1baaf522f45fb6`](https://github.com/aws-amplify/amplify-ui/commit/272ec8e575718ea990dcb9f51d1baaf522f45fb6)]: + - @aws-amplify/ui@6.8.1 + ## 3.3.0 ### Minor Changes diff --git a/packages/react-core/package.json b/packages/react-core/package.json index 10f31a307c4..02445d0e0c7 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.3.0", + "version": "3.3.1", "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.8.0", + "@aws-amplify/ui": "6.8.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 67c59e6e5d6..94008803f5e 100644 --- a/packages/react-geo/CHANGELOG.md +++ b/packages/react-geo/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-react-geo +## 2.2.1 + +### Patch Changes + +- Updated dependencies []: + - @aws-amplify/ui-react-core@3.3.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/react-geo/package.json b/packages/react-geo/package.json index 21625a95407..3a1d4112edc 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.0", + "version": "2.2.1", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -39,7 +39,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui-react-core": "3.3.0", + "@aws-amplify/ui-react-core": "3.3.1", "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 46f1044219e..12dd5aa8479 100644 --- a/packages/react-geo/src/version.ts +++ b/packages/react-geo/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.2.0'; +export const VERSION = '2.2.1'; diff --git a/packages/react-liveness/CHANGELOG.md b/packages/react-liveness/CHANGELOG.md index 9d710ab64a1..37f65c328a8 100644 --- a/packages/react-liveness/CHANGELOG.md +++ b/packages/react-liveness/CHANGELOG.md @@ -1,5 +1,13 @@ # @aws-amplify/ui-react-liveness +## 3.3.1 + +### Patch Changes + +- Updated dependencies [[`272ec8e575718ea990dcb9f51d1baaf522f45fb6`](https://github.com/aws-amplify/amplify-ui/commit/272ec8e575718ea990dcb9f51d1baaf522f45fb6), [`6e51c1750f8f3e01cf8827f4c5c2e5ef02240ca6`](https://github.com/aws-amplify/amplify-ui/commit/6e51c1750f8f3e01cf8827f4c5c2e5ef02240ca6)]: + - @aws-amplify/ui@6.8.1 + - @aws-amplify/ui-react@6.9.1 + ## 3.3.0 ### Minor Changes diff --git a/packages/react-liveness/package.json b/packages/react-liveness/package.json index d715b8e235b..ea9109e17b1 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.3.0", + "version": "3.3.1", "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.8.0", - "@aws-amplify/ui-react": "6.9.0", + "@aws-amplify/ui": "6.8.1", + "@aws-amplify/ui-react": "6.9.1", "@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 70cb4144f8b..d7562a488eb 100644 --- a/packages/react-liveness/src/version.ts +++ b/packages/react-liveness/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.3.0'; +export const VERSION = '3.3.1'; diff --git a/packages/react-native-auth/CHANGELOG.md b/packages/react-native-auth/CHANGELOG.md index 889be0b465f..a68be4b2d3b 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.42 + +### Patch Changes + +- Updated dependencies [[`272ec8e575718ea990dcb9f51d1baaf522f45fb6`](https://github.com/aws-amplify/amplify-ui/commit/272ec8e575718ea990dcb9f51d1baaf522f45fb6)]: + - @aws-amplify/ui@6.8.1 + - @aws-amplify/ui-react-core-auth@0.0.39 + - @aws-amplify/ui-react-native@2.4.1 + ## 0.0.41 ### Patch Changes diff --git a/packages/react-native-auth/package.json b/packages/react-native-auth/package.json index 595abb12bbd..1040e0a0db3 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.41", + "version": "0.0.42", "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.8.0", - "@aws-amplify/ui-react-core-auth": "0.0.38", - "@aws-amplify/ui-react-native": "2.4.0", + "@aws-amplify/ui": "6.8.1", + "@aws-amplify/ui-react-core-auth": "0.0.39", + "@aws-amplify/ui-react-native": "2.4.1", "qrcode": "1.5.0" }, "peerDependencies": { diff --git a/packages/react-native-auth/src/version.ts b/packages/react-native-auth/src/version.ts index b937666f50f..2ea0879ceb3 100644 --- a/packages/react-native-auth/src/version.ts +++ b/packages/react-native-auth/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.0.41'; +export const VERSION = '0.0.42'; diff --git a/packages/react-native/CHANGELOG.md b/packages/react-native/CHANGELOG.md index 0651f1cb072..b63b87887df 100644 --- a/packages/react-native/CHANGELOG.md +++ b/packages/react-native/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-react-native +## 2.4.1 + +### Patch Changes + +- Updated dependencies [[`272ec8e575718ea990dcb9f51d1baaf522f45fb6`](https://github.com/aws-amplify/amplify-ui/commit/272ec8e575718ea990dcb9f51d1baaf522f45fb6)]: + - @aws-amplify/ui@6.8.1 + - @aws-amplify/ui-react-core@3.3.1 + - @aws-amplify/ui-react-core-notifications@2.2.1 + ## 2.4.0 ### Minor Changes diff --git a/packages/react-native/package.json b/packages/react-native/package.json index f3eb191a279..7e0328bdc52 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.4.0", + "version": "2.4.1", "main": "lib/index.js", "module": "dist/index.js", "react-native": "src/index.ts", @@ -30,9 +30,9 @@ "react-native-safe-area-context": "^4.7.3" }, "dependencies": { - "@aws-amplify/ui": "6.8.0", - "@aws-amplify/ui-react-core": "3.3.0", - "@aws-amplify/ui-react-core-notifications": "2.2.0" + "@aws-amplify/ui": "6.8.1", + "@aws-amplify/ui-react-core": "3.3.1", + "@aws-amplify/ui-react-core-notifications": "2.2.1" }, "peerDependencies": { "aws-amplify": "^6.9.0", diff --git a/packages/react-native/src/version.ts b/packages/react-native/src/version.ts index 69ab7b435b1..46e78e07a05 100644 --- a/packages/react-native/src/version.ts +++ b/packages/react-native/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.4.0'; +export const VERSION = '2.4.1'; diff --git a/packages/react-notifications/CHANGELOG.md b/packages/react-notifications/CHANGELOG.md index 3aa4dfac3f1..d485c6d018c 100644 --- a/packages/react-notifications/CHANGELOG.md +++ b/packages/react-notifications/CHANGELOG.md @@ -1,5 +1,15 @@ # @aws-amplify/ui-react-notifications +## 2.2.1 + +### Patch Changes + +- Updated dependencies [[`272ec8e575718ea990dcb9f51d1baaf522f45fb6`](https://github.com/aws-amplify/amplify-ui/commit/272ec8e575718ea990dcb9f51d1baaf522f45fb6), [`6e51c1750f8f3e01cf8827f4c5c2e5ef02240ca6`](https://github.com/aws-amplify/amplify-ui/commit/6e51c1750f8f3e01cf8827f4c5c2e5ef02240ca6)]: + - @aws-amplify/ui@6.8.1 + - @aws-amplify/ui-react@6.9.1 + - @aws-amplify/ui-react-core@3.3.1 + - @aws-amplify/ui-react-core-notifications@2.2.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/react-notifications/package.json b/packages/react-notifications/package.json index 55069a553e6..e40c4f62b56 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.0", + "version": "2.2.1", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -39,10 +39,10 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.8.0", - "@aws-amplify/ui-react": "6.9.0", - "@aws-amplify/ui-react-core": "3.3.0", - "@aws-amplify/ui-react-core-notifications": "2.2.0", + "@aws-amplify/ui": "6.8.1", + "@aws-amplify/ui-react": "6.9.1", + "@aws-amplify/ui-react-core": "3.3.1", + "@aws-amplify/ui-react-core-notifications": "2.2.1", "tinycolor2": "1.4.2" }, "peerDependencies": { diff --git a/packages/react-notifications/src/version.ts b/packages/react-notifications/src/version.ts index 46f1044219e..12dd5aa8479 100644 --- a/packages/react-notifications/src/version.ts +++ b/packages/react-notifications/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.2.0'; +export const VERSION = '2.2.1'; diff --git a/packages/react-storage/CHANGELOG.md b/packages/react-storage/CHANGELOG.md index 3768ee13b9d..2f3bbbb2952 100644 --- a/packages/react-storage/CHANGELOG.md +++ b/packages/react-storage/CHANGELOG.md @@ -1,5 +1,16 @@ # @aws-amplify/ui-react-storage +## 3.7.1 + +### Patch Changes + +- [#6305](https://github.com/aws-amplify/amplify-ui/pull/6305) [`ac50ec3efbdd4a976b12d02dd9eb939e0e210cc1`](https://github.com/aws-amplify/amplify-ui/commit/ac50ec3efbdd4a976b12d02dd9eb939e0e210cc1) Thanks [@jjarvisp](https://github.com/jjarvisp)! - fix(react-storage): enable default checksum algorithm for create folder action #6305 + +- Updated dependencies [[`272ec8e575718ea990dcb9f51d1baaf522f45fb6`](https://github.com/aws-amplify/amplify-ui/commit/272ec8e575718ea990dcb9f51d1baaf522f45fb6), [`6e51c1750f8f3e01cf8827f4c5c2e5ef02240ca6`](https://github.com/aws-amplify/amplify-ui/commit/6e51c1750f8f3e01cf8827f4c5c2e5ef02240ca6)]: + - @aws-amplify/ui@6.8.1 + - @aws-amplify/ui-react@6.9.1 + - @aws-amplify/ui-react-core@3.3.1 + ## 3.7.0 ### Minor Changes diff --git a/packages/react-storage/package.json b/packages/react-storage/package.json index e524232ef9f..c2d31f708c6 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.7.0", + "version": "3.7.1", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -47,9 +47,9 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.8.0", - "@aws-amplify/ui-react": "6.9.0", - "@aws-amplify/ui-react-core": "3.3.0", + "@aws-amplify/ui": "6.8.1", + "@aws-amplify/ui-react": "6.9.1", + "@aws-amplify/ui-react-core": "3.3.1", "tslib": "^2.5.2" }, "peerDependencies": { diff --git a/packages/react-storage/src/version.ts b/packages/react-storage/src/version.ts index 457dafcc43e..06015d6ae41 100644 --- a/packages/react-storage/src/version.ts +++ b/packages/react-storage/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.7.0'; +export const VERSION = '3.7.1'; diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 39d463e17e2..54613b885e1 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,15 @@ # @aws-amplify/ui-react +## 6.9.1 + +### Patch Changes + +- [#6303](https://github.com/aws-amplify/amplify-ui/pull/6303) [`6e51c1750f8f3e01cf8827f4c5c2e5ef02240ca6`](https://github.com/aws-amplify/amplify-ui/commit/6e51c1750f8f3e01cf8827f4c5c2e5ef02240ca6) Thanks [@calebpollman](https://github.com/calebpollman)! - fix(slider): remounted controlled value not updating + +- Updated dependencies [[`272ec8e575718ea990dcb9f51d1baaf522f45fb6`](https://github.com/aws-amplify/amplify-ui/commit/272ec8e575718ea990dcb9f51d1baaf522f45fb6)]: + - @aws-amplify/ui@6.8.1 + - @aws-amplify/ui-react-core@3.3.1 + ## 6.9.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index 2feaff9c5d2..16af1900b1e 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react", - "version": "6.9.0", + "version": "6.9.1", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -55,8 +55,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.8.0", - "@aws-amplify/ui-react-core": "3.3.0", + "@aws-amplify/ui": "6.8.1", + "@aws-amplify/ui-react-core": "3.3.1", "@radix-ui/react-direction": "^1.1.0", "@radix-ui/react-dropdown-menu": "^2.1.4", "@radix-ui/react-slider": "^1.2.2", diff --git a/packages/react/src/version.ts b/packages/react/src/version.ts index 012b2327ce1..260e1d70b90 100644 --- a/packages/react/src/version.ts +++ b/packages/react/src/version.ts @@ -1 +1 @@ -export const VERSION = '6.9.0'; +export const VERSION = '6.9.1'; diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 8f7a587f6df..a8971703d47 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @aws-amplify/ui +## 6.8.1 + +### Patch Changes + +- [#6288](https://github.com/aws-amplify/amplify-ui/pull/6288) [`272ec8e575718ea990dcb9f51d1baaf522f45fb6`](https://github.com/aws-amplify/amplify-ui/commit/272ec8e575718ea990dcb9f51d1baaf522f45fb6) Thanks [@berg-dee](https://github.com/berg-dee)! - fix(ui): fix and add missing sv translations + ## 6.8.0 ### Minor Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index bb199fc7a5b..7a9957b0abe 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui", - "version": "6.8.0", + "version": "6.8.1", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 2f685e2457b..8da56430a5f 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-vue +## 4.2.28 + +### Patch Changes + +- Updated dependencies [[`272ec8e575718ea990dcb9f51d1baaf522f45fb6`](https://github.com/aws-amplify/amplify-ui/commit/272ec8e575718ea990dcb9f51d1baaf522f45fb6)]: + - @aws-amplify/ui@6.8.1 + ## 4.2.27 ### Patch Changes diff --git a/packages/vue/package.json b/packages/vue/package.json index cbf40c23085..7e68725b7f3 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-vue", - "version": "4.2.27", + "version": "4.2.28", "type": "module", "main": "dist/index.cjs", "module": "dist/index.js", @@ -38,7 +38,7 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.8.0", + "@aws-amplify/ui": "6.8.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 aada10109b2..f13952893da 100644 --- a/packages/vue/src/version.ts +++ b/packages/vue/src/version.ts @@ -1 +1 @@ -export const VERSION = '4.2.27'; +export const VERSION = '4.2.28';