From 53ff979b637ef3b9a279efe786d8379e193e1fb0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 24 Jan 2023 22:45:17 +0000 Subject: [PATCH] Version Packages --- .changeset/pretty-bats-cover.md | 5 ----- .changeset/shiny-worms-tap.md | 5 ----- .changeset/small-snails-juggle.md | 8 -------- .changeset/strong-mugs-enjoy.md | 5 ----- docs/package.json | 2 +- examples/angular/package.json | 2 +- examples/next/package.json | 2 +- examples/vue/package.json | 2 +- packages/angular/projects/ui-angular/CHANGELOG.md | 9 +++++++++ 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/CHANGELOG.md | 7 +++++++ packages/react-core/package.json | 4 ++-- packages/react-native/CHANGELOG.md | 10 ++++++++++ packages/react-native/package.json | 6 +++--- packages/react-native/src/version.ts | 2 +- packages/react/CHANGELOG.md | 10 ++++++++++ packages/react/package.json | 6 +++--- packages/react/src/version.ts | 2 +- packages/ui/CHANGELOG.md | 10 ++++++++++ packages/ui/package.json | 2 +- packages/vue/CHANGELOG.md | 9 +++++++++ packages/vue/package.json | 4 ++-- packages/vue/src/version.ts | 2 +- 25 files changed, 77 insertions(+), 45 deletions(-) delete mode 100644 .changeset/pretty-bats-cover.md delete mode 100644 .changeset/shiny-worms-tap.md delete mode 100644 .changeset/small-snails-juggle.md delete mode 100644 .changeset/strong-mugs-enjoy.md diff --git a/.changeset/pretty-bats-cover.md b/.changeset/pretty-bats-cover.md deleted file mode 100644 index 92879f551b6..00000000000 --- a/.changeset/pretty-bats-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@aws-amplify/ui': patch ---- - -chore(ui): Fixes an issue where the input primitive doesn't render properly for calendar types. diff --git a/.changeset/shiny-worms-tap.md b/.changeset/shiny-worms-tap.md deleted file mode 100644 index f807c466e22..00000000000 --- a/.changeset/shiny-worms-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@aws-amplify/ui-react-native': patch ---- - -fix(ui-react-native): Fixes an issue where undefined values end up in the state machine causing internal errors to be exposed to end users. diff --git a/.changeset/small-snails-juggle.md b/.changeset/small-snails-juggle.md deleted file mode 100644 index ea370d9c05e..00000000000 --- a/.changeset/small-snails-juggle.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@aws-amplify/ui-react": patch -"@aws-amplify/ui": patch -"@aws-amplify/ui-vue": patch -"@aws-amplify/ui-angular": patch ---- - -fix(ui): Translate 'or' text for FederatedSignIn diff --git a/.changeset/strong-mugs-enjoy.md b/.changeset/strong-mugs-enjoy.md deleted file mode 100644 index 65b6b4448ec..00000000000 --- a/.changeset/strong-mugs-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@aws-amplify/ui': patch ---- - -Updated functionality so all file uploader uploads will have the correct type matching the file.type. diff --git a/docs/package.json b/docs/package.json index a89615e348c..eb5d01ed7b5 100644 --- a/docs/package.json +++ b/docs/package.json @@ -19,7 +19,7 @@ "test": "jest" }, "dependencies": { - "@aws-amplify/ui-react": "4.3.4", + "@aws-amplify/ui-react": "4.3.5", "@cucumber/gherkin": "^19.0.3", "@cucumber/messages": "^16.0.1", "@docsearch/react": "3", diff --git a/examples/angular/package.json b/examples/angular/package.json index 7c77c9d3cd7..01cfbf07921 100644 --- a/examples/angular/package.json +++ b/examples/angular/package.json @@ -21,7 +21,7 @@ "@angular/platform-browser": "~12.2.16", "@angular/platform-browser-dynamic": "~12.2.16", "@angular/router": "~12.2.16", - "@aws-amplify/ui-angular": "^3.2.4", + "@aws-amplify/ui-angular": "^3.2.5", "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 6cd9b08da91..242276e627b 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -10,7 +10,7 @@ "lint": "next lint" }, "dependencies": { - "@aws-amplify/ui-react": "^4.3.4", + "@aws-amplify/ui-react": "^4.3.5", "aws-amplify": "latest", "next": "^11.1.3", "next-global-css": "^1.1.1", diff --git a/examples/vue/package.json b/examples/vue/package.json index c6c5966ee37..c280239ab57 100644 --- a/examples/vue/package.json +++ b/examples/vue/package.json @@ -10,7 +10,7 @@ "start": "vite preview --port 3000" }, "dependencies": { - "@aws-amplify/ui-vue": "^3.1.4", + "@aws-amplify/ui-vue": "^3.1.5", "aws-amplify": "latest", "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 d658eb984bc..1eefdedca4a 100644 --- a/packages/angular/projects/ui-angular/CHANGELOG.md +++ b/packages/angular/projects/ui-angular/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-angular +## 3.2.5 + +### Patch Changes + +- [#3325](https://github.com/aws-amplify/amplify-ui/pull/3325) [`dd9de348a`](https://github.com/aws-amplify/amplify-ui/commit/dd9de348abcafdcd721600f543d58353957dac25) Thanks [@joebuono](https://github.com/joebuono)! - fix(ui): Translate 'or' text for FederatedSignIn + +- Updated dependencies [[`57f1a3f43`](https://github.com/aws-amplify/amplify-ui/commit/57f1a3f438b8288ffda46764f7a87e1739e61313), [`dd9de348a`](https://github.com/aws-amplify/amplify-ui/commit/dd9de348abcafdcd721600f543d58353957dac25), [`4d652033e`](https://github.com/aws-amplify/amplify-ui/commit/4d652033e120daa82665b4bb4035b56fa8d33bf8)]: + - @aws-amplify/ui@5.5.2 + ## 3.2.4 ### Patch Changes diff --git a/packages/angular/projects/ui-angular/package.json b/packages/angular/projects/ui-angular/package.json index aba50c67d4f..308e4ff82d4 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": "3.2.4", + "version": "3.2.5", "scripts": { "build": "yarn --cwd ../../ build", "dev": "yarn --cwd ../../ dev", @@ -17,7 +17,7 @@ "aws-amplify": "5.x.x" }, "dependencies": { - "@aws-amplify/ui": "5.5.1", + "@aws-amplify/ui": "5.5.2", "classnames": "2.3.1", "nanoid": "3.1.31", "qrcode": "1.5.0", diff --git a/packages/angular/projects/ui-angular/src/version.ts b/packages/angular/projects/ui-angular/src/version.ts index ed1e3c8f24b..1720086112f 100644 --- a/packages/angular/projects/ui-angular/src/version.ts +++ b/packages/angular/projects/ui-angular/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.2.4'; +export const VERSION = '3.2.5'; diff --git a/packages/e2e/package.json b/packages/e2e/package.json index ed0e49cb04b..1fd3e247a2a 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -21,7 +21,7 @@ ] }, "devDependencies": { - "@aws-amplify/ui": "^5.5.1", + "@aws-amplify/ui": "^5.5.2", "@badeball/cypress-cucumber-preprocessor": "^12.1.0", "@bahmutov/cypress-esbuild-preprocessor": "^2.1.3", "@nuintun/qrcode": "^3.3.0", diff --git a/packages/react-core/CHANGELOG.md b/packages/react-core/CHANGELOG.md index a6a76c5b5c4..f4abae79b47 100644 --- a/packages/react-core/CHANGELOG.md +++ b/packages/react-core/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-react-core +## 2.1.10 + +### Patch Changes + +- Updated dependencies [[`57f1a3f43`](https://github.com/aws-amplify/amplify-ui/commit/57f1a3f438b8288ffda46764f7a87e1739e61313), [`dd9de348a`](https://github.com/aws-amplify/amplify-ui/commit/dd9de348abcafdcd721600f543d58353957dac25), [`4d652033e`](https://github.com/aws-amplify/amplify-ui/commit/4d652033e120daa82665b4bb4035b56fa8d33bf8)]: + - @aws-amplify/ui@5.5.2 + ## 2.1.9 ### Patch Changes diff --git a/packages/react-core/package.json b/packages/react-core/package.json index 4b3069c7fd4..10f0f95ddf7 100644 --- a/packages/react-core/package.json +++ b/packages/react-core/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react-core", - "version": "2.1.9", + "version": "2.1.10", "main": "dist/index.js", "module": "dist/esm/index.js", "react-native": "dist/index.js", @@ -28,7 +28,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@aws-amplify/ui": "5.5.1", + "@aws-amplify/ui": "5.5.2", "@xstate/react": "3.0.1", "lodash": "4.17.21", "xstate": "^4.33.6" diff --git a/packages/react-native/CHANGELOG.md b/packages/react-native/CHANGELOG.md index 3c01f1d0951..ccb403159fa 100644 --- a/packages/react-native/CHANGELOG.md +++ b/packages/react-native/CHANGELOG.md @@ -1,5 +1,15 @@ # @aws-amplify/ui-react-native +## 1.2.5 + +### Patch Changes + +- [#3198](https://github.com/aws-amplify/amplify-ui/pull/3198) [`9cb6696a2`](https://github.com/aws-amplify/amplify-ui/commit/9cb6696a227b7c5b4ce36920c2093289fa45cc95) Thanks [@ioanabrooks](https://github.com/ioanabrooks)! - fix(ui-react-native): Fixes an issue where undefined values end up in the state machine causing internal errors to be exposed to end users. + +- Updated dependencies [[`57f1a3f43`](https://github.com/aws-amplify/amplify-ui/commit/57f1a3f438b8288ffda46764f7a87e1739e61313), [`dd9de348a`](https://github.com/aws-amplify/amplify-ui/commit/dd9de348abcafdcd721600f543d58353957dac25), [`4d652033e`](https://github.com/aws-amplify/amplify-ui/commit/4d652033e120daa82665b4bb4035b56fa8d33bf8)]: + - @aws-amplify/ui@5.5.2 + - @aws-amplify/ui-react-core@2.1.10 + ## 1.2.4 ### Patch Changes diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 8f844f13c83..0d4c4567462 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react-native", - "version": "1.2.4", + "version": "1.2.5", "main": "dist/index.js", "module": "dist/esm/index.js", "types": "dist/index.d.ts", @@ -43,8 +43,8 @@ "type-fest": "^2.3.4" }, "dependencies": { - "@aws-amplify/ui": "5.5.1", - "@aws-amplify/ui-react-core": "2.1.9" + "@aws-amplify/ui": "5.5.2", + "@aws-amplify/ui-react-core": "2.1.10" }, "peerDependencies": { "aws-amplify": ">= 5.0.1", diff --git a/packages/react-native/src/version.ts b/packages/react-native/src/version.ts index 60abe5da685..401d985ecc2 100644 --- a/packages/react-native/src/version.ts +++ b/packages/react-native/src/version.ts @@ -1 +1 @@ -export const VERSION = '1.2.4'; +export const VERSION = '1.2.5'; diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 01bdf95c396..ea98230a0ed 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,15 @@ # @aws-amplify/ui-react +## 4.3.5 + +### Patch Changes + +- [#3325](https://github.com/aws-amplify/amplify-ui/pull/3325) [`dd9de348a`](https://github.com/aws-amplify/amplify-ui/commit/dd9de348abcafdcd721600f543d58353957dac25) Thanks [@joebuono](https://github.com/joebuono)! - fix(ui): Translate 'or' text for FederatedSignIn + +- Updated dependencies [[`57f1a3f43`](https://github.com/aws-amplify/amplify-ui/commit/57f1a3f438b8288ffda46764f7a87e1739e61313), [`dd9de348a`](https://github.com/aws-amplify/amplify-ui/commit/dd9de348abcafdcd721600f543d58353957dac25), [`4d652033e`](https://github.com/aws-amplify/amplify-ui/commit/4d652033e120daa82665b4bb4035b56fa8d33bf8)]: + - @aws-amplify/ui@5.5.2 + - @aws-amplify/ui-react-core@2.1.10 + ## 4.3.4 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 9f6f1c36947..121221cf1d7 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react", - "version": "4.3.4", + "version": "4.3.5", "main": "dist/index.js", "module": "dist/esm/index.js", "exports": { @@ -48,8 +48,8 @@ "size": "yarn run size-limit" }, "dependencies": { - "@aws-amplify/ui": "5.5.1", - "@aws-amplify/ui-react-core": "2.1.9", + "@aws-amplify/ui": "5.5.2", + "@aws-amplify/ui-react-core": "2.1.10", "@radix-ui/react-accordion": "1.0.0", "@radix-ui/react-direction": "1.0.0", "@radix-ui/react-dropdown-menu": "1.0.0", diff --git a/packages/react/src/version.ts b/packages/react/src/version.ts index 5be95d91f9b..70be408e47e 100644 --- a/packages/react/src/version.ts +++ b/packages/react/src/version.ts @@ -1 +1 @@ -export const VERSION = '4.3.4'; +export const VERSION = '4.3.5'; diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 4583c0e9547..d9adc2d7e9c 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,15 @@ # @aws-amplify/ui +## 5.5.2 + +### Patch Changes + +- [#3330](https://github.com/aws-amplify/amplify-ui/pull/3330) [`57f1a3f43`](https://github.com/aws-amplify/amplify-ui/commit/57f1a3f438b8288ffda46764f7a87e1739e61313) Thanks [@ioanabrooks](https://github.com/ioanabrooks)! - chore(ui): Fixes an issue where the input primitive doesn't render properly for calendar types. + +- [#3325](https://github.com/aws-amplify/amplify-ui/pull/3325) [`dd9de348a`](https://github.com/aws-amplify/amplify-ui/commit/dd9de348abcafdcd721600f543d58353957dac25) Thanks [@joebuono](https://github.com/joebuono)! - fix(ui): Translate 'or' text for FederatedSignIn + +- [#3322](https://github.com/aws-amplify/amplify-ui/pull/3322) [`4d652033e`](https://github.com/aws-amplify/amplify-ui/commit/4d652033e120daa82665b4bb4035b56fa8d33bf8) Thanks [@ErikCH](https://github.com/ErikCH)! - Updated functionality so all file uploader uploads will have the correct type matching the file.type. + ## 5.5.1 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 9537f56461d..6e9de53beb9 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui", - "version": "5.5.1", + "version": "5.5.2", "main": "dist/index.js", "module": "dist/esm/index.js", "exports": { diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 4c68060cc0c..10fc5f11762 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-vue +## 3.1.5 + +### Patch Changes + +- [#3325](https://github.com/aws-amplify/amplify-ui/pull/3325) [`dd9de348a`](https://github.com/aws-amplify/amplify-ui/commit/dd9de348abcafdcd721600f543d58353957dac25) Thanks [@joebuono](https://github.com/joebuono)! - fix(ui): Translate 'or' text for FederatedSignIn + +- Updated dependencies [[`57f1a3f43`](https://github.com/aws-amplify/amplify-ui/commit/57f1a3f438b8288ffda46764f7a87e1739e61313), [`dd9de348a`](https://github.com/aws-amplify/amplify-ui/commit/dd9de348abcafdcd721600f543d58353957dac25), [`4d652033e`](https://github.com/aws-amplify/amplify-ui/commit/4d652033e120daa82665b4bb4035b56fa8d33bf8)]: + - @aws-amplify/ui@5.5.2 + ## 3.1.4 ### Patch Changes diff --git a/packages/vue/package.json b/packages/vue/package.json index 87e7977ac48..c6f34d8465c 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-vue", - "version": "3.1.4", + "version": "3.1.5", "type": "module", "main": "dist/index.cjs", "module": "dist/index.js", @@ -34,7 +34,7 @@ "test:unit:watch": "jest --watch" }, "dependencies": { - "@aws-amplify/ui": "5.5.1", + "@aws-amplify/ui": "5.5.2", "@vue/tsconfig": "^0.1.3", "@vueuse/core": "7.5.5", "@xstate/vue": "0.8.1", diff --git a/packages/vue/src/version.ts b/packages/vue/src/version.ts index cd0e4bd8a6c..87bf4066e4c 100644 --- a/packages/vue/src/version.ts +++ b/packages/vue/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.1.4'; +export const VERSION = '3.1.5';