Skip to content

Commit 78f8833

Browse files
Version Packages
1 parent dc9da2b commit 78f8833

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+232
-102
lines changed

.changeset/empty-cobras-obey.md

-5
This file was deleted.

.changeset/fluffy-flowers-grab.md

-5
This file was deleted.

.changeset/sour-moose-collect.md

-17
This file was deleted.

docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"typecheck": "tsc --noEmit"
2525
},
2626
"dependencies": {
27-
"@aws-amplify/ui-react": "6.11.1",
28-
"@aws-amplify/ui-react-storage": "3.10.2",
27+
"@aws-amplify/ui-react": "6.11.2",
28+
"@aws-amplify/ui-react-storage": "3.10.3",
2929
"@docsearch/react": "3",
3030
"@mdx-js/loader": "^2.1.0",
3131
"@mdx-js/mdx": "^2.1.0",

examples/angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@angular/platform-browser": "^14.3.0",
2121
"@angular/platform-browser-dynamic": "^14.3.0",
2222
"@angular/router": "^14.3.0",
23-
"@aws-amplify/ui-angular": "^5.1.2",
23+
"@aws-amplify/ui-angular": "^5.1.3",
2424
"rxjs": "~6.6.0",
2525
"tslib": "^2.0.0",
2626
"zone.js": "~0.11.4"

examples/next-app-router/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@aws-amplify/ui-react": "6.11.1",
13-
"@aws-amplify/ui-react-storage": "3.10.2",
12+
"@aws-amplify/ui-react": "6.11.2",
13+
"@aws-amplify/ui-react-storage": "3.10.3",
1414
"react": "^18.3.0",
1515
"next": "^14.2.25",
1616
"react-dom": "^18",

examples/next/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"lint": "next lint"
1111
},
1212
"dependencies": {
13-
"@aws-amplify/ui-react": "^6.11.1",
14-
"@aws-amplify/ui-react-ai": "1.4.1",
15-
"@aws-amplify/ui-react-geo": "^2.2.8",
16-
"@aws-amplify/ui-react-liveness": "^3.3.8",
17-
"@aws-amplify/ui-react-notifications": "^2.2.8",
18-
"@aws-amplify/ui-react-storage": "^3.10.2",
13+
"@aws-amplify/ui-react": "^6.11.2",
14+
"@aws-amplify/ui-react-ai": "1.4.2",
15+
"@aws-amplify/ui-react-geo": "^2.2.9",
16+
"@aws-amplify/ui-react-liveness": "^3.3.9",
17+
"@aws-amplify/ui-react-notifications": "^2.2.9",
18+
"@aws-amplify/ui-react-storage": "^3.10.3",
1919
"@aws-sdk/credential-providers": "^3.370.0",
2020
"next": "^14.2.25",
2121
"next-global-css": "^1.1.1",

examples/react-router/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"start": "vite preview --port 3000"
1111
},
1212
"dependencies": {
13-
"@aws-amplify/ui-react": "6.11.1",
14-
"@aws-amplify/ui-react-storage": "3.10.2",
13+
"@aws-amplify/ui-react": "6.11.2",
14+
"@aws-amplify/ui-react-storage": "3.10.3",
1515
"react": "^18.3.1",
1616
"react-dom": "^18.3.1",
1717
"react-router-dom": "^7.5.2"

examples/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"start": "vite preview --port 3000"
1212
},
1313
"dependencies": {
14-
"@aws-amplify/ui-vue": "^4.3.2",
14+
"@aws-amplify/ui-vue": "^4.3.3",
1515
"vue": "^3.0.5",
1616
"vue-router": "4"
1717
},

packages/angular/projects/ui-angular/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @aws-amplify/ui-angular
22

3+
## 5.1.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1002c52796c78243f836c3c0edc95edfe244f112`](https://github.com/aws-amplify/amplify-ui/commit/1002c52796c78243f836c3c0edc95edfe244f112)]:
8+
- @aws-amplify/ui@6.10.3
9+
310
## 5.1.2
411

512
### Patch Changes

packages/angular/projects/ui-angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/ui-angular",
3-
"version": "5.1.2",
3+
"version": "5.1.3",
44
"scripts": {
55
"build": "yarn --cwd ../../ build",
66
"dev": "yarn --cwd ../../ dev",
@@ -20,7 +20,7 @@
2020
"rxjs": "^6.5.3 || ^7.4.0"
2121
},
2222
"dependencies": {
23-
"@aws-amplify/ui": "6.10.2",
23+
"@aws-amplify/ui": "6.10.3",
2424
"nanoid": "3.3.8",
2525
"qrcode": "1.5.0",
2626
"tslib": "^2.5.2",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '5.1.2';
1+
export const VERSION = '5.1.3';

packages/e2e/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
]
3030
},
3131
"devDependencies": {
32-
"@aws-amplify/ui": "^6.10.2",
32+
"@aws-amplify/ui": "^6.10.3",
3333
"@badeball/cypress-cucumber-preprocessor": "^22.0.1",
3434
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.4",
3535
"@cucumber/cucumber": "^11.2.0",

packages/react-ai/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @aws-amplify/ui-react-ai
22

3+
## 1.4.2
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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
10+
11+
- Updated dependencies [[`1002c52796c78243f836c3c0edc95edfe244f112`](https://github.com/aws-amplify/amplify-ui/commit/1002c52796c78243f836c3c0edc95edfe244f112)]:
12+
- @aws-amplify/ui-react@6.11.2
13+
- @aws-amplify/ui-react-core@3.4.3
14+
- @aws-amplify/ui@6.10.3
15+
316
## 1.4.1
417

518
### Patch Changes

packages/react-ai/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/ui-react-ai",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"main": "dist/index.js",
55
"module": "dist/esm/index.mjs",
66
"exports": {
@@ -48,9 +48,9 @@
4848
"react-dom": "^16.14 || ^17 || ^18 || ^19"
4949
},
5050
"dependencies": {
51-
"@aws-amplify/ui": "^6.10.2",
52-
"@aws-amplify/ui-react": "^6.11.1",
53-
"@aws-amplify/ui-react-core": "^3.4.2"
51+
"@aws-amplify/ui": "^6.10.3",
52+
"@aws-amplify/ui-react": "^6.11.2",
53+
"@aws-amplify/ui-react-core": "^3.4.3"
5454
},
5555
"size-limit": [
5656
{

packages/react-ai/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '1.4.1';
1+
export const VERSION = '1.4.2';

packages/react-auth/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @aws-amplify/ui-react-auth
22

3+
## 0.0.52
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- Updated dependencies [[`1002c52796c78243f836c3c0edc95edfe244f112`](https://github.com/aws-amplify/amplify-ui/commit/1002c52796c78243f836c3c0edc95edfe244f112)]:
10+
- @aws-amplify/ui-react@6.11.2
11+
- @aws-amplify/ui-react-core@3.4.3
12+
- @aws-amplify/ui-react-core-auth@0.0.47
13+
- @aws-amplify/ui@6.10.3
14+
315
## 0.0.51
416

517
### Patch Changes

packages/react-auth/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-amplify/ui-react-auth",
33
"private": true,
4-
"version": "0.0.51",
4+
"version": "0.0.52",
55
"main": "dist/index.js",
66
"module": "dist/esm/index.mjs",
77
"exports": {
@@ -40,10 +40,10 @@
4040
"typecheck": "tsc --noEmit"
4141
},
4242
"dependencies": {
43-
"@aws-amplify/ui": "6.10.2",
44-
"@aws-amplify/ui-react": "6.11.1",
45-
"@aws-amplify/ui-react-core": "3.4.2",
46-
"@aws-amplify/ui-react-core-auth": "0.0.46",
43+
"@aws-amplify/ui": "6.10.3",
44+
"@aws-amplify/ui-react": "6.11.2",
45+
"@aws-amplify/ui-react-core": "3.4.3",
46+
"@aws-amplify/ui-react-core-auth": "0.0.47",
4747
"@xstate/react": "3.2.2",
4848
"lodash": "4.17.21",
4949
"tslib": "^2.5.2"

packages/react-auth/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.0.51';
1+
export const VERSION = '0.0.52';

packages/react-core-auth/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @aws-amplify/ui-react-core-auth
22

3+
## 0.0.47
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- Updated dependencies [[`1002c52796c78243f836c3c0edc95edfe244f112`](https://github.com/aws-amplify/amplify-ui/commit/1002c52796c78243f836c3c0edc95edfe244f112)]:
10+
- @aws-amplify/ui-react-core@3.4.3
11+
- @aws-amplify/ui@6.10.3
12+
313
## 0.0.46
414

515
### Patch Changes

packages/react-core-auth/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-amplify/ui-react-core-auth",
33
"private": true,
4-
"version": "0.0.46",
4+
"version": "0.0.47",
55
"main": "dist/index.js",
66
"module": "dist/esm/index.mjs",
77
"react-native": "src/index.ts",
@@ -33,8 +33,8 @@
3333
"typecheck": "tsc --noEmit"
3434
},
3535
"dependencies": {
36-
"@aws-amplify/ui": "6.10.2",
37-
"@aws-amplify/ui-react-core": "3.4.2",
36+
"@aws-amplify/ui": "6.10.3",
37+
"@aws-amplify/ui-react-core": "3.4.3",
3838
"@xstate/react": "3.2.2",
3939
"lodash": "4.17.21",
4040
"qrcode": "1.5.0",

packages/react-core-notifications/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @aws-amplify/ui-react-core-notifications
22

3+
## 2.2.9
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- Updated dependencies [[`1002c52796c78243f836c3c0edc95edfe244f112`](https://github.com/aws-amplify/amplify-ui/commit/1002c52796c78243f836c3c0edc95edfe244f112)]:
10+
- @aws-amplify/ui-react-core@3.4.3
11+
- @aws-amplify/ui@6.10.3
12+
313
## 2.2.8
414

515
### Patch Changes

packages/react-core-notifications/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/ui-react-core-notifications",
3-
"version": "2.2.8",
3+
"version": "2.2.9",
44
"main": "dist/index.js",
55
"module": "dist/esm/index.mjs",
66
"exports": {
@@ -35,8 +35,8 @@
3535
"typecheck": "tsc --noEmit"
3636
},
3737
"dependencies": {
38-
"@aws-amplify/ui": "6.10.2",
39-
"@aws-amplify/ui-react-core": "3.4.2"
38+
"@aws-amplify/ui": "6.10.3",
39+
"@aws-amplify/ui-react-core": "3.4.3"
4040
},
4141
"peerDependencies": {
4242
"aws-amplify": "^6.14.3",

packages/react-core/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @aws-amplify/ui-react-core
22

3+
## 3.4.3
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- Updated dependencies [[`1002c52796c78243f836c3c0edc95edfe244f112`](https://github.com/aws-amplify/amplify-ui/commit/1002c52796c78243f836c3c0edc95edfe244f112)]:
10+
- @aws-amplify/ui@6.10.3
11+
312
## 3.4.2
413

514
### Patch Changes

packages/react-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/ui-react-core",
3-
"version": "3.4.2",
3+
"version": "3.4.3",
44
"main": "dist/index.js",
55
"module": "dist/esm/index.mjs",
66
"react-native": "src/index.ts",
@@ -40,7 +40,7 @@
4040
"typecheck": "tsc --noEmit"
4141
},
4242
"dependencies": {
43-
"@aws-amplify/ui": "6.10.2",
43+
"@aws-amplify/ui": "6.10.3",
4444
"@xstate/react": "^3.2.2",
4545
"lodash": "4.17.21",
4646
"react-hook-form": "^7.53.2",

packages/react-geo/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @aws-amplify/ui-react-geo
22

3+
## 2.2.9
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- Updated dependencies [[`1002c52796c78243f836c3c0edc95edfe244f112`](https://github.com/aws-amplify/amplify-ui/commit/1002c52796c78243f836c3c0edc95edfe244f112)]:
10+
- @aws-amplify/ui-react-core@3.4.3
11+
312
## 2.2.8
413

514
### Patch Changes

packages/react-geo/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/ui-react-geo",
3-
"version": "2.2.8",
3+
"version": "2.2.9",
44
"main": "dist/index.js",
55
"module": "dist/esm/index.mjs",
66
"exports": {
@@ -39,7 +39,7 @@
3939
"typecheck": "tsc --noEmit"
4040
},
4141
"dependencies": {
42-
"@aws-amplify/ui-react-core": "3.4.2",
42+
"@aws-amplify/ui-react-core": "3.4.3",
4343
"mapbox-gl": "1.13.1",
4444
"maplibre-gl": "2.1.9",
4545
"maplibre-gl-js-amplify": "^4.0.2",

packages/react-geo/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '2.2.8';
1+
export const VERSION = '2.2.9';

packages/react-liveness/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @aws-amplify/ui-react-liveness
22

3+
## 3.3.9
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- Updated dependencies [[`1002c52796c78243f836c3c0edc95edfe244f112`](https://github.com/aws-amplify/amplify-ui/commit/1002c52796c78243f836c3c0edc95edfe244f112)]:
10+
- @aws-amplify/ui-react@6.11.2
11+
- @aws-amplify/ui@6.10.3
12+
313
## 3.3.8
414

515
### Patch Changes

0 commit comments

Comments
 (0)