diff --git a/.changeset/fluffy-flowers-grab.md b/.changeset/fluffy-flowers-grab.md deleted file mode 100644 index 7fe2f3b1d75..00000000000 --- a/.changeset/fluffy-flowers-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@aws-amplify/ui-react-ai': patch ---- - -fix(ui-react-ai): Addressing cross-browser inconsistencies in AIConversation IME input handling diff --git a/.changeset/sour-moose-collect.md b/.changeset/sour-moose-collect.md deleted file mode 100644 index 4ccdefbfb07..00000000000 --- a/.changeset/sour-moose-collect.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -"@aws-amplify/ui-react": patch -"@aws-amplify/ui-react-ai": patch -"@aws-amplify/ui-react-auth": patch -"@aws-amplify/ui-react-core": patch -"@aws-amplify/ui-react-core-auth": patch -"@aws-amplify/ui-react-core-notifications": patch -"@aws-amplify/ui-react-geo": patch -"@aws-amplify/ui-react-liveness": patch -"@aws-amplify/ui-react-native": patch -"@aws-amplify/ui-react-native-auth": patch -"@aws-amplify/ui-react-notifications": patch -"@aws-amplify/ui-react-storage": patch -"@aws-amplify/ui": patch ---- - -chore(lint): add consistent import/export type eslint rules diff --git a/docs/package.json b/docs/package.json index c9a3aa30807..0f231432afe 100644 --- a/docs/package.json +++ b/docs/package.json @@ -24,8 +24,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui-react": "6.11.1", - "@aws-amplify/ui-react-storage": "3.10.2", + "@aws-amplify/ui-react": "6.11.2", + "@aws-amplify/ui-react-storage": "3.10.3", "@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 8b1379e56ec..52edb7d4c46 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.2", + "@aws-amplify/ui-angular": "^5.1.3", "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 63a1892d2c9..3bfdca5dcbf 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.11.1", - "@aws-amplify/ui-react-storage": "3.10.2", + "@aws-amplify/ui-react": "6.11.2", + "@aws-amplify/ui-react-storage": "3.10.3", "react": "^18.3.0", "next": "^14.2.25", "react-dom": "^18", diff --git a/examples/next/package.json b/examples/next/package.json index 86417d488be..d92b37daab1 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -10,12 +10,12 @@ "lint": "next lint" }, "dependencies": { - "@aws-amplify/ui-react": "^6.11.1", - "@aws-amplify/ui-react-ai": "1.4.1", - "@aws-amplify/ui-react-geo": "^2.2.8", - "@aws-amplify/ui-react-liveness": "^3.3.8", - "@aws-amplify/ui-react-notifications": "^2.2.8", - "@aws-amplify/ui-react-storage": "^3.10.2", + "@aws-amplify/ui-react": "^6.11.2", + "@aws-amplify/ui-react-ai": "1.4.2", + "@aws-amplify/ui-react-geo": "^2.2.9", + "@aws-amplify/ui-react-liveness": "^3.3.9", + "@aws-amplify/ui-react-notifications": "^2.2.9", + "@aws-amplify/ui-react-storage": "^3.10.3", "@aws-sdk/credential-providers": "^3.370.0", "next": "^14.2.25", "next-global-css": "^1.1.1", diff --git a/examples/react-router/package.json b/examples/react-router/package.json index 54dd350cc7f..3ec0cb626d3 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.11.1", - "@aws-amplify/ui-react-storage": "3.10.2", + "@aws-amplify/ui-react": "6.11.2", + "@aws-amplify/ui-react-storage": "3.10.3", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^7.5.2" diff --git a/examples/vue/package.json b/examples/vue/package.json index d6c85715495..376335ad4b6 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.2", + "@aws-amplify/ui-vue": "^4.3.3", "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 9022492656f..804fa8a0926 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.3 + +### Patch Changes + +- Updated dependencies [[`1002c52796c78243f836c3c0edc95edfe244f112`](https://github.com/aws-amplify/amplify-ui/commit/1002c52796c78243f836c3c0edc95edfe244f112)]: + - @aws-amplify/ui@6.10.3 + ## 5.1.2 ### Patch Changes diff --git a/packages/angular/projects/ui-angular/package.json b/packages/angular/projects/ui-angular/package.json index 9a2d5237901..b7b436d29b9 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.2", + "version": "5.1.3", "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.10.2", + "@aws-amplify/ui": "6.10.3", "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 3ef4f779292..2c89f58235c 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.2'; +export const VERSION = '5.1.3'; diff --git a/packages/e2e/package.json b/packages/e2e/package.json index 1696571313e..12254fe1b20 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -29,7 +29,7 @@ ] }, "devDependencies": { - "@aws-amplify/ui": "^6.10.2", + "@aws-amplify/ui": "^6.10.3", "@badeball/cypress-cucumber-preprocessor": "^22.0.1", "@bahmutov/cypress-esbuild-preprocessor": "^2.2.4", "@cucumber/cucumber": "^11.2.0", diff --git a/packages/react-ai/CHANGELOG.md b/packages/react-ai/CHANGELOG.md index bbb1fe4c9f6..1489154ca8d 100644 --- a/packages/react-ai/CHANGELOG.md +++ b/packages/react-ai/CHANGELOG.md @@ -1,5 +1,18 @@ # @aws-amplify/ui-react-ai +## 1.4.2 + +### Patch Changes + +- [#6429](https://github.com/aws-amplify/amplify-ui/pull/6429) [`07537526e1c656669e634a7b67036244a3649d10`](https://github.com/aws-amplify/amplify-ui/commit/07537526e1c656669e634a7b67036244a3649d10) Thanks [@joon-won](https://github.com/joon-won)! - fix(ui-react-ai): Addressing cross-browser inconsistencies in AIConversation IME input handling + +- [#6521](https://github.com/aws-amplify/amplify-ui/pull/6521) [`1002c52796c78243f836c3c0edc95edfe244f112`](https://github.com/aws-amplify/amplify-ui/commit/1002c52796c78243f836c3c0edc95edfe244f112) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(lint): add consistent import/export type eslint rules + +- Updated dependencies [[`1002c52796c78243f836c3c0edc95edfe244f112`](https://github.com/aws-amplify/amplify-ui/commit/1002c52796c78243f836c3c0edc95edfe244f112)]: + - @aws-amplify/ui-react@6.11.2 + - @aws-amplify/ui-react-core@3.4.3 + - @aws-amplify/ui@6.10.3 + ## 1.4.1 ### Patch Changes diff --git a/packages/react-ai/package.json b/packages/react-ai/package.json index 7c670a35986..3d5a8b97097 100644 --- a/packages/react-ai/package.json +++ b/packages/react-ai/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react-ai", - "version": "1.4.1", + "version": "1.4.2", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -48,9 +48,9 @@ "react-dom": "^16.14 || ^17 || ^18 || ^19" }, "dependencies": { - "@aws-amplify/ui": "^6.10.2", - "@aws-amplify/ui-react": "^6.11.1", - "@aws-amplify/ui-react-core": "^3.4.2" + "@aws-amplify/ui": "^6.10.3", + "@aws-amplify/ui-react": "^6.11.2", + "@aws-amplify/ui-react-core": "^3.4.3" }, "size-limit": [ { diff --git a/packages/react-ai/src/version.ts b/packages/react-ai/src/version.ts index d93bbd28764..a8d66a63b55 100644 --- a/packages/react-ai/src/version.ts +++ b/packages/react-ai/src/version.ts @@ -1 +1 @@ -export const VERSION = '1.4.1'; +export const VERSION = '1.4.2'; diff --git a/packages/react-auth/CHANGELOG.md b/packages/react-auth/CHANGELOG.md index 53e143e5653..e21c7676978 100644 --- a/packages/react-auth/CHANGELOG.md +++ b/packages/react-auth/CHANGELOG.md @@ -1,5 +1,17 @@ # @aws-amplify/ui-react-auth +## 0.0.52 + +### Patch Changes + +- [#6521](https://github.com/aws-amplify/amplify-ui/pull/6521) [`1002c52796c78243f836c3c0edc95edfe244f112`](https://github.com/aws-amplify/amplify-ui/commit/1002c52796c78243f836c3c0edc95edfe244f112) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(lint): add consistent import/export type eslint rules + +- Updated dependencies [[`1002c52796c78243f836c3c0edc95edfe244f112`](https://github.com/aws-amplify/amplify-ui/commit/1002c52796c78243f836c3c0edc95edfe244f112)]: + - @aws-amplify/ui-react@6.11.2 + - @aws-amplify/ui-react-core@3.4.3 + - @aws-amplify/ui-react-core-auth@0.0.47 + - @aws-amplify/ui@6.10.3 + ## 0.0.51 ### Patch Changes diff --git a/packages/react-auth/package.json b/packages/react-auth/package.json index 65fc4ff2713..1cf74188642 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.51", + "version": "0.0.52", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -40,10 +40,10 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.10.2", - "@aws-amplify/ui-react": "6.11.1", - "@aws-amplify/ui-react-core": "3.4.2", - "@aws-amplify/ui-react-core-auth": "0.0.46", + "@aws-amplify/ui": "6.10.3", + "@aws-amplify/ui-react": "6.11.2", + "@aws-amplify/ui-react-core": "3.4.3", + "@aws-amplify/ui-react-core-auth": "0.0.47", "@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 b7c14ed6faa..8b0b277c6e5 100644 --- a/packages/react-auth/src/version.ts +++ b/packages/react-auth/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.0.51'; +export const VERSION = '0.0.52'; diff --git a/packages/react-core-auth/CHANGELOG.md b/packages/react-core-auth/CHANGELOG.md index 9a50104e831..ecff0b8fe0e 100644 --- a/packages/react-core-auth/CHANGELOG.md +++ b/packages/react-core-auth/CHANGELOG.md @@ -1,5 +1,15 @@ # @aws-amplify/ui-react-core-auth +## 0.0.47 + +### Patch Changes + +- [#6521](https://github.com/aws-amplify/amplify-ui/pull/6521) [`1002c52796c78243f836c3c0edc95edfe244f112`](https://github.com/aws-amplify/amplify-ui/commit/1002c52796c78243f836c3c0edc95edfe244f112) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(lint): add consistent import/export type eslint rules + +- Updated dependencies [[`1002c52796c78243f836c3c0edc95edfe244f112`](https://github.com/aws-amplify/amplify-ui/commit/1002c52796c78243f836c3c0edc95edfe244f112)]: + - @aws-amplify/ui-react-core@3.4.3 + - @aws-amplify/ui@6.10.3 + ## 0.0.46 ### Patch Changes diff --git a/packages/react-core-auth/package.json b/packages/react-core-auth/package.json index 59a7d237fd6..2ea6b8a07e2 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.46", + "version": "0.0.47", "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.10.2", - "@aws-amplify/ui-react-core": "3.4.2", + "@aws-amplify/ui": "6.10.3", + "@aws-amplify/ui-react-core": "3.4.3", "@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 14dbc6ee769..115e0dfc93a 100644 --- a/packages/react-core-notifications/CHANGELOG.md +++ b/packages/react-core-notifications/CHANGELOG.md @@ -1,5 +1,15 @@ # @aws-amplify/ui-react-core-notifications +## 2.2.9 + +### Patch Changes + +- [#6521](https://github.com/aws-amplify/amplify-ui/pull/6521) [`1002c52796c78243f836c3c0edc95edfe244f112`](https://github.com/aws-amplify/amplify-ui/commit/1002c52796c78243f836c3c0edc95edfe244f112) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(lint): add consistent import/export type eslint rules + +- Updated dependencies [[`1002c52796c78243f836c3c0edc95edfe244f112`](https://github.com/aws-amplify/amplify-ui/commit/1002c52796c78243f836c3c0edc95edfe244f112)]: + - @aws-amplify/ui-react-core@3.4.3 + - @aws-amplify/ui@6.10.3 + ## 2.2.8 ### Patch Changes diff --git a/packages/react-core-notifications/package.json b/packages/react-core-notifications/package.json index f0d048a154f..8a679259bd9 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.8", + "version": "2.2.9", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -35,8 +35,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.10.2", - "@aws-amplify/ui-react-core": "3.4.2" + "@aws-amplify/ui": "6.10.3", + "@aws-amplify/ui-react-core": "3.4.3" }, "peerDependencies": { "aws-amplify": "^6.14.3", diff --git a/packages/react-core/CHANGELOG.md b/packages/react-core/CHANGELOG.md index 078d1a80266..b5f90858fbb 100644 --- a/packages/react-core/CHANGELOG.md +++ b/packages/react-core/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-react-core +## 3.4.3 + +### Patch Changes + +- [#6521](https://github.com/aws-amplify/amplify-ui/pull/6521) [`1002c52796c78243f836c3c0edc95edfe244f112`](https://github.com/aws-amplify/amplify-ui/commit/1002c52796c78243f836c3c0edc95edfe244f112) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(lint): add consistent import/export type eslint rules + +- Updated dependencies [[`1002c52796c78243f836c3c0edc95edfe244f112`](https://github.com/aws-amplify/amplify-ui/commit/1002c52796c78243f836c3c0edc95edfe244f112)]: + - @aws-amplify/ui@6.10.3 + ## 3.4.2 ### Patch Changes diff --git a/packages/react-core/package.json b/packages/react-core/package.json index eac2e9d3cc4..9cbafff853e 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.2", + "version": "3.4.3", "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.10.2", + "@aws-amplify/ui": "6.10.3", "@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 30b87f6ef05..495a4703f7c 100644 --- a/packages/react-geo/CHANGELOG.md +++ b/packages/react-geo/CHANGELOG.md @@ -1,5 +1,14 @@ # @aws-amplify/ui-react-geo +## 2.2.9 + +### Patch Changes + +- [#6521](https://github.com/aws-amplify/amplify-ui/pull/6521) [`1002c52796c78243f836c3c0edc95edfe244f112`](https://github.com/aws-amplify/amplify-ui/commit/1002c52796c78243f836c3c0edc95edfe244f112) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(lint): add consistent import/export type eslint rules + +- Updated dependencies [[`1002c52796c78243f836c3c0edc95edfe244f112`](https://github.com/aws-amplify/amplify-ui/commit/1002c52796c78243f836c3c0edc95edfe244f112)]: + - @aws-amplify/ui-react-core@3.4.3 + ## 2.2.8 ### Patch Changes diff --git a/packages/react-geo/package.json b/packages/react-geo/package.json index 196c06c15e0..48d415dc78a 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.8", + "version": "2.2.9", "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.2", + "@aws-amplify/ui-react-core": "3.4.3", "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 9baaefc565d..14f70a58b3a 100644 --- a/packages/react-geo/src/version.ts +++ b/packages/react-geo/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.2.8'; +export const VERSION = '2.2.9'; diff --git a/packages/react-liveness/CHANGELOG.md b/packages/react-liveness/CHANGELOG.md index 64a99805f92..bdd733fa2f1 100644 --- a/packages/react-liveness/CHANGELOG.md +++ b/packages/react-liveness/CHANGELOG.md @@ -1,5 +1,15 @@ # @aws-amplify/ui-react-liveness +## 3.3.9 + +### Patch Changes + +- [#6521](https://github.com/aws-amplify/amplify-ui/pull/6521) [`1002c52796c78243f836c3c0edc95edfe244f112`](https://github.com/aws-amplify/amplify-ui/commit/1002c52796c78243f836c3c0edc95edfe244f112) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(lint): add consistent import/export type eslint rules + +- Updated dependencies [[`1002c52796c78243f836c3c0edc95edfe244f112`](https://github.com/aws-amplify/amplify-ui/commit/1002c52796c78243f836c3c0edc95edfe244f112)]: + - @aws-amplify/ui-react@6.11.2 + - @aws-amplify/ui@6.10.3 + ## 3.3.8 ### Patch Changes diff --git a/packages/react-liveness/package.json b/packages/react-liveness/package.json index e9c55459fe1..0b922d7c1d3 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.8", + "version": "3.3.9", "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.10.2", - "@aws-amplify/ui-react": "6.11.1", + "@aws-amplify/ui": "6.10.3", + "@aws-amplify/ui-react": "6.11.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 2d1e187016d..564971b4332 100644 --- a/packages/react-liveness/src/version.ts +++ b/packages/react-liveness/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.3.8'; +export const VERSION = '3.3.9'; diff --git a/packages/react-native-auth/CHANGELOG.md b/packages/react-native-auth/CHANGELOG.md index d82749f0013..0874b2cae59 100644 --- a/packages/react-native-auth/CHANGELOG.md +++ b/packages/react-native-auth/CHANGELOG.md @@ -1,5 +1,16 @@ # @aws-amplify/ui-react-native-auth +## 0.0.50 + +### Patch Changes + +- [#6521](https://github.com/aws-amplify/amplify-ui/pull/6521) [`1002c52796c78243f836c3c0edc95edfe244f112`](https://github.com/aws-amplify/amplify-ui/commit/1002c52796c78243f836c3c0edc95edfe244f112) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(lint): add consistent import/export type eslint rules + +- Updated dependencies [[`1002c52796c78243f836c3c0edc95edfe244f112`](https://github.com/aws-amplify/amplify-ui/commit/1002c52796c78243f836c3c0edc95edfe244f112)]: + - @aws-amplify/ui-react-core-auth@0.0.47 + - @aws-amplify/ui-react-native@2.5.3 + - @aws-amplify/ui@6.10.3 + ## 0.0.49 ### Patch Changes diff --git a/packages/react-native-auth/package.json b/packages/react-native-auth/package.json index fdccf1ab919..bce3566595e 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.49", + "version": "0.0.50", "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.10.2", - "@aws-amplify/ui-react-core-auth": "0.0.46", - "@aws-amplify/ui-react-native": "2.5.2", + "@aws-amplify/ui": "6.10.3", + "@aws-amplify/ui-react-core-auth": "0.0.47", + "@aws-amplify/ui-react-native": "2.5.3", "qrcode": "1.5.0" }, "peerDependencies": { diff --git a/packages/react-native-auth/src/version.ts b/packages/react-native-auth/src/version.ts index fd12c7e653f..1e9c1c70101 100644 --- a/packages/react-native-auth/src/version.ts +++ b/packages/react-native-auth/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.0.49'; +export const VERSION = '0.0.50'; diff --git a/packages/react-native/CHANGELOG.md b/packages/react-native/CHANGELOG.md index 00a6a88fb91..b3e1012b5c3 100644 --- a/packages/react-native/CHANGELOG.md +++ b/packages/react-native/CHANGELOG.md @@ -1,5 +1,16 @@ # @aws-amplify/ui-react-native +## 2.5.3 + +### Patch Changes + +- [#6521](https://github.com/aws-amplify/amplify-ui/pull/6521) [`1002c52796c78243f836c3c0edc95edfe244f112`](https://github.com/aws-amplify/amplify-ui/commit/1002c52796c78243f836c3c0edc95edfe244f112) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(lint): add consistent import/export type eslint rules + +- Updated dependencies [[`1002c52796c78243f836c3c0edc95edfe244f112`](https://github.com/aws-amplify/amplify-ui/commit/1002c52796c78243f836c3c0edc95edfe244f112)]: + - @aws-amplify/ui-react-core@3.4.3 + - @aws-amplify/ui-react-core-notifications@2.2.9 + - @aws-amplify/ui@6.10.3 + ## 2.5.2 ### Patch Changes diff --git a/packages/react-native/package.json b/packages/react-native/package.json index b35d313ba3a..f3ff01347b1 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.5.2", + "version": "2.5.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.10.2", - "@aws-amplify/ui-react-core": "3.4.2", - "@aws-amplify/ui-react-core-notifications": "2.2.8" + "@aws-amplify/ui": "6.10.3", + "@aws-amplify/ui-react-core": "3.4.3", + "@aws-amplify/ui-react-core-notifications": "2.2.9" }, "peerDependencies": { "aws-amplify": "^6.14.3", diff --git a/packages/react-native/src/version.ts b/packages/react-native/src/version.ts index b5a1b3f833c..41624632e3a 100644 --- a/packages/react-native/src/version.ts +++ b/packages/react-native/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.5.2'; +export const VERSION = '2.5.3'; diff --git a/packages/react-notifications/CHANGELOG.md b/packages/react-notifications/CHANGELOG.md index e73620d86a5..704d1c354a1 100644 --- a/packages/react-notifications/CHANGELOG.md +++ b/packages/react-notifications/CHANGELOG.md @@ -1,5 +1,17 @@ # @aws-amplify/ui-react-notifications +## 2.2.9 + +### Patch Changes + +- [#6521](https://github.com/aws-amplify/amplify-ui/pull/6521) [`1002c52796c78243f836c3c0edc95edfe244f112`](https://github.com/aws-amplify/amplify-ui/commit/1002c52796c78243f836c3c0edc95edfe244f112) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(lint): add consistent import/export type eslint rules + +- Updated dependencies [[`1002c52796c78243f836c3c0edc95edfe244f112`](https://github.com/aws-amplify/amplify-ui/commit/1002c52796c78243f836c3c0edc95edfe244f112)]: + - @aws-amplify/ui-react@6.11.2 + - @aws-amplify/ui-react-core@3.4.3 + - @aws-amplify/ui-react-core-notifications@2.2.9 + - @aws-amplify/ui@6.10.3 + ## 2.2.8 ### Patch Changes diff --git a/packages/react-notifications/package.json b/packages/react-notifications/package.json index b0fbccd5677..1e35b2e9f1f 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.8", + "version": "2.2.9", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -39,10 +39,10 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.10.2", - "@aws-amplify/ui-react": "6.11.1", - "@aws-amplify/ui-react-core": "3.4.2", - "@aws-amplify/ui-react-core-notifications": "2.2.8", + "@aws-amplify/ui": "6.10.3", + "@aws-amplify/ui-react": "6.11.2", + "@aws-amplify/ui-react-core": "3.4.3", + "@aws-amplify/ui-react-core-notifications": "2.2.9", "tinycolor2": "1.4.2" }, "peerDependencies": { diff --git a/packages/react-notifications/src/version.ts b/packages/react-notifications/src/version.ts index 9baaefc565d..14f70a58b3a 100644 --- a/packages/react-notifications/src/version.ts +++ b/packages/react-notifications/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.2.8'; +export const VERSION = '2.2.9'; diff --git a/packages/react-storage/CHANGELOG.md b/packages/react-storage/CHANGELOG.md index 6822f1ef979..61c1e09930c 100644 --- a/packages/react-storage/CHANGELOG.md +++ b/packages/react-storage/CHANGELOG.md @@ -1,5 +1,16 @@ # @aws-amplify/ui-react-storage +## 3.10.3 + +### Patch Changes + +- [#6521](https://github.com/aws-amplify/amplify-ui/pull/6521) [`1002c52796c78243f836c3c0edc95edfe244f112`](https://github.com/aws-amplify/amplify-ui/commit/1002c52796c78243f836c3c0edc95edfe244f112) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(lint): add consistent import/export type eslint rules + +- Updated dependencies [[`1002c52796c78243f836c3c0edc95edfe244f112`](https://github.com/aws-amplify/amplify-ui/commit/1002c52796c78243f836c3c0edc95edfe244f112)]: + - @aws-amplify/ui-react@6.11.2 + - @aws-amplify/ui-react-core@3.4.3 + - @aws-amplify/ui@6.10.3 + ## 3.10.2 ### Patch Changes diff --git a/packages/react-storage/package.json b/packages/react-storage/package.json index eb4c88d2d54..cb611d7038d 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.10.2", + "version": "3.10.3", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -45,9 +45,9 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.10.2", - "@aws-amplify/ui-react": "6.11.1", - "@aws-amplify/ui-react-core": "3.4.2", + "@aws-amplify/ui": "6.10.3", + "@aws-amplify/ui-react": "6.11.2", + "@aws-amplify/ui-react-core": "3.4.3", "tslib": "^2.5.2" }, "peerDependencies": { diff --git a/packages/react-storage/src/version.ts b/packages/react-storage/src/version.ts index c5324a3cd8e..dcc9011d349 100644 --- a/packages/react-storage/src/version.ts +++ b/packages/react-storage/src/version.ts @@ -1 +1 @@ -export const VERSION = '3.10.2'; +export const VERSION = '3.10.3'; diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index f6e66c69ad3..913b4ad63db 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,15 @@ # @aws-amplify/ui-react +## 6.11.2 + +### Patch Changes + +- [#6521](https://github.com/aws-amplify/amplify-ui/pull/6521) [`1002c52796c78243f836c3c0edc95edfe244f112`](https://github.com/aws-amplify/amplify-ui/commit/1002c52796c78243f836c3c0edc95edfe244f112) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(lint): add consistent import/export type eslint rules + +- Updated dependencies [[`1002c52796c78243f836c3c0edc95edfe244f112`](https://github.com/aws-amplify/amplify-ui/commit/1002c52796c78243f836c3c0edc95edfe244f112)]: + - @aws-amplify/ui-react-core@3.4.3 + - @aws-amplify/ui@6.10.3 + ## 6.11.1 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index b8836190c30..d938032f66e 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-react", - "version": "6.11.1", + "version": "6.11.2", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { @@ -56,8 +56,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.10.2", - "@aws-amplify/ui-react-core": "3.4.2", + "@aws-amplify/ui": "6.10.3", + "@aws-amplify/ui-react-core": "3.4.3", "@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 c6d583fc25e..2af09c5aa0c 100644 --- a/packages/react/src/version.ts +++ b/packages/react/src/version.ts @@ -1 +1 @@ -export const VERSION = '6.11.1'; +export const VERSION = '6.11.2'; diff --git a/packages/test-utils/CHANGELOG.md b/packages/test-utils/CHANGELOG.md index 77aec932368..da13ec1db44 100644 --- a/packages/test-utils/CHANGELOG.md +++ b/packages/test-utils/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-test-utils +## 0.0.5 + +### Patch Changes + +- Updated dependencies [[`1002c52796c78243f836c3c0edc95edfe244f112`](https://github.com/aws-amplify/amplify-ui/commit/1002c52796c78243f836c3c0edc95edfe244f112)]: + - @aws-amplify/ui-react-storage@3.10.3 + ## 0.0.4 ### Patch Changes diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 4d2314d0f17..dc39853daa5 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.4", + "version": "0.0.5", "description": "Test utils for Amplify Connected Component e2e tests", "exports": { "./*": { @@ -26,7 +26,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui-react-storage": "3.10.2", + "@aws-amplify/ui-react-storage": "3.10.3", "tslib": "^2.5.2" } } diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 69aa79e907b..eb54fedfcbc 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @aws-amplify/ui +## 6.10.3 + +### Patch Changes + +- [#6521](https://github.com/aws-amplify/amplify-ui/pull/6521) [`1002c52796c78243f836c3c0edc95edfe244f112`](https://github.com/aws-amplify/amplify-ui/commit/1002c52796c78243f836c3c0edc95edfe244f112) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(lint): add consistent import/export type eslint rules + ## 6.10.2 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 27657a11ade..00d94e071e0 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui", - "version": "6.10.2", + "version": "6.10.3", "main": "dist/index.js", "module": "dist/esm/index.mjs", "exports": { diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 125e21fc165..ac8cb3a29c5 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,5 +1,12 @@ # @aws-amplify/ui-vue +## 4.3.3 + +### Patch Changes + +- Updated dependencies [[`1002c52796c78243f836c3c0edc95edfe244f112`](https://github.com/aws-amplify/amplify-ui/commit/1002c52796c78243f836c3c0edc95edfe244f112)]: + - @aws-amplify/ui@6.10.3 + ## 4.3.2 ### Patch Changes diff --git a/packages/vue/package.json b/packages/vue/package.json index 5e1104292b8..a6c9ea4101b 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@aws-amplify/ui-vue", - "version": "4.3.2", + "version": "4.3.3", "type": "module", "main": "dist/index.cjs", "module": "dist/index.js", @@ -38,7 +38,7 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "@aws-amplify/ui": "6.10.2", + "@aws-amplify/ui": "6.10.3", "@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 564e543f9f4..534b52adc12 100644 --- a/packages/vue/src/version.ts +++ b/packages/vue/src/version.ts @@ -1 +1 @@ -export const VERSION = '4.3.2'; +export const VERSION = '4.3.3';