From 535682d6bf2eaf505538bca1cde104ae5e6500ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 13:53:10 -0700 Subject: [PATCH] Version Packages (#5748) Co-authored-by: github-actions[bot] --- .changeset/small-masks-act.md | 6 ------ docs/package.json | 2 +- 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 | 9 +++++++++ packages/react-notifications/package.json | 8 ++++---- packages/react-notifications/src/version.ts | 2 +- packages/react-storage/CHANGELOG.md | 13 +++++++++++++ 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/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 +- 44 files changed, 177 insertions(+), 67 deletions(-) delete mode 100644 .changeset/small-masks-act.md diff --git a/.changeset/small-masks-act.md b/.changeset/small-masks-act.md deleted file mode 100644 index a1bbb7565ca..00000000000 --- a/.changeset/small-masks-act.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@aws-amplify/ui-react-storage': minor -'@aws-amplify/ui': minor ---- - -Adds FileUploader as new default name of StorageManager to avoid confusion with new components diff --git a/docs/package.json b/docs/package.json index 8c8f436b1f4..6887f1b44df 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.2.1", + "@aws-amplify/ui-react": "6.2.2", "@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 1fa2839c296..13669af727f 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.20", + "@aws-amplify/ui-angular": "^5.0.21", "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 d6c2c7d4fc0..b6192e99988 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -10,11 +10,11 @@ "lint": "next lint" }, "dependencies": { - "@aws-amplify/ui-react": "^6.2.1", - "@aws-amplify/ui-react-geo": "^2.0.20", - "@aws-amplify/ui-react-liveness": "^3.1.5", - "@aws-amplify/ui-react-notifications": "^2.0.24", - "@aws-amplify/ui-react-storage": "^3.2.1", + "@aws-amplify/ui-react": "^6.2.2", + "@aws-amplify/ui-react-geo": "^2.0.21", + "@aws-amplify/ui-react-liveness": "^3.1.6", + "@aws-amplify/ui-react-notifications": "^2.0.25", + "@aws-amplify/ui-react-storage": "^3.3.0", "@aws-sdk/credential-providers": "^3.370.0", "next": "^14.1.1", "next-global-css": "^1.1.1", diff --git a/examples/vue/package.json b/examples/vue/package.json index 70dc980ba3c..5f0fcfcf3a0 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.12", + "@aws-amplify/ui-vue": "^4.2.13", "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 65d16a7bbb8..be671f2908f 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.21 + +### Patch Changes + +- Updated dependencies [[`c3dfbe044`](https://github.com/aws-amplify/amplify-ui/commit/c3dfbe044fd18e084cd411ce0ff84dcab1a80224)]: + - @aws-amplify/ui@6.3.0 + ## 5.0.20 ### Patch Changes diff --git a/packages/angular/projects/ui-angular/package.json b/packages/angular/projects/ui-angular/package.json index 7ddec5f5f4f..83c71aa17c2 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.20", + "version": "5.0.21", "scripts": { "build": "yarn --cwd ../../ build", "dev": "yarn --cwd ../../ dev", @@ -18,7 +18,7 @@ "aws-amplify": "^6.3.2" }, "dependencies": { - "@aws-amplify/ui": "6.2.0", + "@aws-amplify/ui": "6.3.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 ac54cbdae00..bb39fc7722d 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.20'; +export const VERSION = '5.0.21'; diff --git a/packages/e2e/package.json b/packages/e2e/package.json index 00d812d98f7..8d9d5501444 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -29,7 +29,7 @@ ] }, "devDependencies": { - "@aws-amplify/ui": "^6.2.0", + "@aws-amplify/ui": "^6.3.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 3594bec5c87..0c03414af3f 100644 --- a/packages/react-auth/CHANGELOG.md +++ b/packages/react-auth/CHANGELOG.md @@ -1,5 +1,15 @@ # @aws-amplify/ui-react-auth +## 0.0.27 + +### Patch Changes + +- Updated dependencies [[`c3dfbe044`](https://github.com/aws-amplify/amplify-ui/commit/c3dfbe044fd18e084cd411ce0ff84dcab1a80224)]: + - @aws-amplify/ui@6.3.0 + - @aws-amplify/ui-react@6.2.2 + - @aws-amplify/ui-react-core@3.0.20 + - @aws-amplify/ui-react-core-auth@0.0.22 + ## 0.0.26 ### Patch Changes diff --git a/packages/react-auth/package.json b/packages/react-auth/package.json index 15d8a3901ce..74b10fb2fa7 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.26", + "version": "0.0.27", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -40,10 +40,10 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.2.0", - "@aws-amplify/ui-react": "6.2.1", - "@aws-amplify/ui-react-core": "3.0.19", - "@aws-amplify/ui-react-core-auth": "0.0.21", + "@aws-amplify/ui": "6.3.0", + "@aws-amplify/ui-react": "6.2.2", + "@aws-amplify/ui-react-core": "3.0.20", + "@aws-amplify/ui-react-core-auth": "0.0.22", "@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 4b6ddc931ba..1f6f72afb6a 100644 --- a/packages/react-auth/src/version.ts +++ b/packages/react-auth/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.0.26'; +export const VERSION = '0.0.27'; diff --git a/packages/react-core-auth/CHANGELOG.md b/packages/react-core-auth/CHANGELOG.md index cba1b732739..130aee34178 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.22 + +### Patch Changes + +- Updated dependencies [[`c3dfbe044`](https://github.com/aws-amplify/amplify-ui/commit/c3dfbe044fd18e084cd411ce0ff84dcab1a80224)]: + - @aws-amplify/ui@6.3.0 + - @aws-amplify/ui-react-core@3.0.20 + ## 0.0.21 ### Patch Changes diff --git a/packages/react-core-auth/package.json b/packages/react-core-auth/package.json index 2d12fe9ede7..8c8933dfaf5 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.21", + "version": "0.0.22", "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.2.0", - "@aws-amplify/ui-react-core": "3.0.19", + "@aws-amplify/ui": "6.3.0", + "@aws-amplify/ui-react-core": "3.0.20", "@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 8f8425be52a..bcba2da81e8 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.20 + +### Patch Changes + +- Updated dependencies [[`c3dfbe044`](https://github.com/aws-amplify/amplify-ui/commit/c3dfbe044fd18e084cd411ce0ff84dcab1a80224)]: + - @aws-amplify/ui@6.3.0 + - @aws-amplify/ui-react-core@3.0.20 + ## 2.0.19 ### Patch Changes diff --git a/packages/react-core-notifications/package.json b/packages/react-core-notifications/package.json index faa55c716eb..6843eea69c8 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.19", + "version": "2.0.20", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -35,8 +35,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.2.0", - "@aws-amplify/ui-react-core": "3.0.19" + "@aws-amplify/ui": "6.3.0", + "@aws-amplify/ui-react-core": "3.0.20" }, "peerDependencies": { "aws-amplify": "^6.3.2", diff --git a/packages/react-core/CHANGELOG.md b/packages/react-core/CHANGELOG.md index 30c2cba2e25..423ecca3c9c 100644 --- a/packages/react-core/CHANGELOG.md +++ b/packages/react-core/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-react-core +## 3.0.20 + +### Patch Changes + +- Updated dependencies [[`c3dfbe044`](https://github.com/aws-amplify/amplify-ui/commit/c3dfbe044fd18e084cd411ce0ff84dcab1a80224)]: + - @aws-amplify/ui@6.3.0 + ## 3.0.19 ### Patch Changes diff --git a/packages/react-core/package.json b/packages/react-core/package.json index 32fa2519b8e..307ce0bbe1d 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.19", + "version": "3.0.20", "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.2.0", + "@aws-amplify/ui": "6.3.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 dd91bcfd1d3..12fe21cf0dc 100644 --- a/packages/react-geo/CHANGELOG.md +++ b/packages/react-geo/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-react-geo +## 2.0.21 + +### Patch Changes + +- Updated dependencies []: + - @aws-amplify/ui-react-core@3.0.20 + ## 2.0.20 ### Patch Changes diff --git a/packages/react-geo/package.json b/packages/react-geo/package.json index 8e0846fb48c..710964e8869 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.20", + "version": "2.0.21", "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.19", + "@aws-amplify/ui-react-core": "3.0.20", "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 a7ec2051b8c..9db584670e7 100644 --- a/packages/react-geo/src/version.ts +++ b/packages/react-geo/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.0.20'; +export const VERSION = '2.0.21'; diff --git a/packages/react-liveness/CHANGELOG.md b/packages/react-liveness/CHANGELOG.md index cde8a7f9c50..a078eb7e72f 100644 --- a/packages/react-liveness/CHANGELOG.md +++ b/packages/react-liveness/CHANGELOG.md @@ -1,5 +1,13 @@ # @aws-amplify/ui-react-liveness +## 3.1.6 + +### Patch Changes + +- Updated dependencies [[`c3dfbe044`](https://github.com/aws-amplify/amplify-ui/commit/c3dfbe044fd18e084cd411ce0ff84dcab1a80224)]: + - @aws-amplify/ui@6.3.0 + - @aws-amplify/ui-react@6.2.2 + ## 3.1.5 ### Patch Changes diff --git a/packages/react-liveness/package.json b/packages/react-liveness/package.json index 82e889b7a62..27e26a0a32e 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.5", + "version": "3.1.6", "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.2.0", - "@aws-amplify/ui-react": "6.2.1", + "@aws-amplify/ui": "6.3.0", + "@aws-amplify/ui-react": "6.2.2", "@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 87bf4066e4c..dab722b8424 100644 --- a/packages/react-liveness/src/version.ts +++ b/packages/react-liveness/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.1.5'; +export const VERSION = '3.1.6'; diff --git a/packages/react-native-auth/CHANGELOG.md b/packages/react-native-auth/CHANGELOG.md index 5545e76c17a..c13a8603668 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.25 + +### Patch Changes + +- Updated dependencies [[`c3dfbe044`](https://github.com/aws-amplify/amplify-ui/commit/c3dfbe044fd18e084cd411ce0ff84dcab1a80224)]: + - @aws-amplify/ui@6.3.0 + - @aws-amplify/ui-react-core-auth@0.0.22 + - @aws-amplify/ui-react-native@2.2.7 + ## 0.0.24 ### Patch Changes diff --git a/packages/react-native-auth/package.json b/packages/react-native-auth/package.json index 2a60b7367f0..129b6e954a5 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.24", + "version": "0.0.25", "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.2.0", - "@aws-amplify/ui-react-core-auth": "0.0.21", - "@aws-amplify/ui-react-native": "2.2.6", + "@aws-amplify/ui": "6.3.0", + "@aws-amplify/ui-react-core-auth": "0.0.22", + "@aws-amplify/ui-react-native": "2.2.7", "qrcode": "1.5.0" }, "peerDependencies": { diff --git a/packages/react-native-auth/src/version.ts b/packages/react-native-auth/src/version.ts index fe98246a07b..b437f291a54 100644 --- a/packages/react-native-auth/src/version.ts +++ b/packages/react-native-auth/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.0.24'; +export const VERSION = '0.0.25'; diff --git a/packages/react-native/CHANGELOG.md b/packages/react-native/CHANGELOG.md index b0717817154..24bdb9d95ff 100644 --- a/packages/react-native/CHANGELOG.md +++ b/packages/react-native/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-react-native +## 2.2.7 + +### Patch Changes + +- Updated dependencies [[`c3dfbe044`](https://github.com/aws-amplify/amplify-ui/commit/c3dfbe044fd18e084cd411ce0ff84dcab1a80224)]: + - @aws-amplify/ui@6.3.0 + - @aws-amplify/ui-react-core@3.0.20 + - @aws-amplify/ui-react-core-notifications@2.0.20 + ## 2.2.6 ### Patch Changes diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 321b3e23597..f14a811e6ee 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.6", + "version": "2.2.7", "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.2.0", - "@aws-amplify/ui-react-core": "3.0.19", - "@aws-amplify/ui-react-core-notifications": "2.0.19", + "@aws-amplify/ui": "6.3.0", + "@aws-amplify/ui-react-core": "3.0.20", + "@aws-amplify/ui-react-core-notifications": "2.0.20", "style-dictionary": "3.9.1" }, "peerDependencies": { diff --git a/packages/react-native/src/version.ts b/packages/react-native/src/version.ts index 8b097d82d61..1d65a7ea526 100644 --- a/packages/react-native/src/version.ts +++ b/packages/react-native/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.2.6'; +export const VERSION = '2.2.7'; diff --git a/packages/react-notifications/CHANGELOG.md b/packages/react-notifications/CHANGELOG.md index 7b4da413719..69ec185a764 100644 --- a/packages/react-notifications/CHANGELOG.md +++ b/packages/react-notifications/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-react-notifications +## 2.0.25 + +### Patch Changes + +- Updated dependencies [[`c3dfbe044`](https://github.com/aws-amplify/amplify-ui/commit/c3dfbe044fd18e084cd411ce0ff84dcab1a80224)]: + - @aws-amplify/ui@6.3.0 + - @aws-amplify/ui-react@6.2.2 + - @aws-amplify/ui-react-core-notifications@2.0.20 + ## 2.0.24 ### Patch Changes diff --git a/packages/react-notifications/package.json b/packages/react-notifications/package.json index bc6a2d485bc..b75c612d582 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.24", + "version": "2.0.25", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -39,9 +39,9 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.2.0", - "@aws-amplify/ui-react": "6.2.1", - "@aws-amplify/ui-react-core-notifications": "2.0.19", + "@aws-amplify/ui": "6.3.0", + "@aws-amplify/ui-react": "6.2.2", + "@aws-amplify/ui-react-core-notifications": "2.0.20", "tinycolor2": "1.4.2" }, "peerDependencies": { diff --git a/packages/react-notifications/src/version.ts b/packages/react-notifications/src/version.ts index b06351eb36c..089e40986b5 100644 --- a/packages/react-notifications/src/version.ts +++ b/packages/react-notifications/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.0.24'; +export const VERSION = '2.0.25'; diff --git a/packages/react-storage/CHANGELOG.md b/packages/react-storage/CHANGELOG.md index 2eceeda2872..7e033b9bfaa 100644 --- a/packages/react-storage/CHANGELOG.md +++ b/packages/react-storage/CHANGELOG.md @@ -1,5 +1,18 @@ # @aws-amplify/ui-react-storage +## 3.3.0 + +### Minor Changes + +- [#5744](https://github.com/aws-amplify/amplify-ui/pull/5744) [`c3dfbe044`](https://github.com/aws-amplify/amplify-ui/commit/c3dfbe044fd18e084cd411ce0ff84dcab1a80224) Thanks [@jordanvn](https://github.com/jordanvn)! - Adds FileUploader as new default name of StorageManager to avoid confusion with new components + +### Patch Changes + +- Updated dependencies [[`c3dfbe044`](https://github.com/aws-amplify/amplify-ui/commit/c3dfbe044fd18e084cd411ce0ff84dcab1a80224)]: + - @aws-amplify/ui@6.3.0 + - @aws-amplify/ui-react@6.2.2 + - @aws-amplify/ui-react-core@3.0.20 + ## 3.2.1 ### Patch Changes diff --git a/packages/react-storage/package.json b/packages/react-storage/package.json index 5af5375f68a..08898f3bb9c 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.2.1", + "version": "3.3.0", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -39,9 +39,9 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.2.0", - "@aws-amplify/ui-react": "6.2.1", - "@aws-amplify/ui-react-core": "3.0.19", + "@aws-amplify/ui": "6.3.0", + "@aws-amplify/ui-react": "6.2.2", + "@aws-amplify/ui-react-core": "3.0.20", "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 08303b6e735..70cb4144f8b 100644 --- a/packages/react-storage/src/version.ts +++ b/packages/react-storage/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.2.1'; +export const VERSION = '3.3.0'; diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 13f69a4771b..76f9c83aceb 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,13 @@ # @aws-amplify/ui-react +## 6.2.2 + +### Patch Changes + +- Updated dependencies [[`c3dfbe044`](https://github.com/aws-amplify/amplify-ui/commit/c3dfbe044fd18e084cd411ce0ff84dcab1a80224)]: + - @aws-amplify/ui@6.3.0 + - @aws-amplify/ui-react-core@3.0.20 + ## 6.2.1 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 2be259823ef..0274b8de355 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react", - "version": "6.2.1", + "version": "6.2.2", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -55,8 +55,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.2.0", - "@aws-amplify/ui-react-core": "3.0.19", + "@aws-amplify/ui": "6.3.0", + "@aws-amplify/ui-react-core": "3.0.20", "@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 1d03eb3bab0..93657e68d7e 100644 --- a/packages/react/src/version.ts +++ b/packages/react/src/version.ts @@ -1 +1 @@ -export const VERSION = '6.2.1'; +export const VERSION = '6.2.2'; diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 10d9ba27ef4..8957990631e 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @aws-amplify/ui +## 6.3.0 + +### Minor Changes + +- [#5744](https://github.com/aws-amplify/amplify-ui/pull/5744) [`c3dfbe044`](https://github.com/aws-amplify/amplify-ui/commit/c3dfbe044fd18e084cd411ce0ff84dcab1a80224) Thanks [@jordanvn](https://github.com/jordanvn)! - Adds FileUploader as new default name of StorageManager to avoid confusion with new components + ## 6.2.0 ### Minor Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 6304ad2b530..86a9f3a9e2b 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui", - "version": "6.2.0", + "version": "6.3.0", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index e44536de894..2fb08e99ab4 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-vue +## 4.2.13 + +### Patch Changes + +- Updated dependencies [[`c3dfbe044`](https://github.com/aws-amplify/amplify-ui/commit/c3dfbe044fd18e084cd411ce0ff84dcab1a80224)]: + - @aws-amplify/ui@6.3.0 + ## 4.2.12 ### Patch Changes diff --git a/packages/vue/package.json b/packages/vue/package.json index 49689a213f3..fc6d87cddd5 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-vue", - "version": "4.2.12", + "version": "4.2.13", "type": "module", "main": "dist/index.cjs", "module": "dist/index.js", @@ -38,7 +38,7 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.2.0", + "@aws-amplify/ui": "6.3.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 c63d1252bcc..6a9bef6be2c 100644 --- a/packages/vue/src/version.ts +++ b/packages/vue/src/version.ts @@ -1 +1 @@ -export const VERSION = '4.2.12'; +export const VERSION = '4.2.13';