Skip to content

Commit 6ef1835

Browse files
Version Packages (#5792)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b80bab0 commit 6ef1835

Some content is hidden

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

48 files changed

+211
-88
lines changed

.changeset/olive-bats-obey.md

-12
This file was deleted.

.changeset/ten-beds-jump.md

-5
This file was deleted.

.changeset/thin-pants-turn.md

-5
This file was deleted.

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test:links": "node --require esbuild-register ./scripts/link-checker-puppeteer.ts"
2424
},
2525
"dependencies": {
26-
"@aws-amplify/ui-react": "6.3.1",
26+
"@aws-amplify/ui-react": "6.4.0",
2727
"@docsearch/react": "3",
2828
"@mdx-js/loader": "^2.1.0",
2929
"@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.0.23",
23+
"@aws-amplify/ui-angular": "^5.0.24",
2424
"rxjs": "~6.6.0",
2525
"tslib": "^2.0.0",
2626
"zone.js": "~0.11.4"

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.3.1",
14-
"@aws-amplify/ui-react-ai": "0.1.1",
15-
"@aws-amplify/ui-react-geo": "^2.0.23",
16-
"@aws-amplify/ui-react-liveness": "^3.1.8",
17-
"@aws-amplify/ui-react-notifications": "^2.0.27",
18-
"@aws-amplify/ui-react-storage": "^3.3.2",
13+
"@aws-amplify/ui-react": "^6.4.0",
14+
"@aws-amplify/ui-react-ai": "0.2.0",
15+
"@aws-amplify/ui-react-geo": "^2.0.24",
16+
"@aws-amplify/ui-react-liveness": "^3.1.9",
17+
"@aws-amplify/ui-react-notifications": "^2.0.28",
18+
"@aws-amplify/ui-react-storage": "^3.3.3",
1919
"@aws-sdk/credential-providers": "^3.370.0",
2020
"next": "^14.1.1",
2121
"next-global-css": "^1.1.1",

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.2.15",
14+
"@aws-amplify/ui-vue": "^4.2.16",
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.0.24
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0ebf8b346`](https://github.com/aws-amplify/amplify-ui/commit/0ebf8b346bc744cd73e1e7891eafc07538d6419d)]:
8+
- @aws-amplify/ui@6.5.0
9+
310
## 5.0.23
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.0.23",
3+
"version": "5.0.24",
44
"scripts": {
55
"build": "yarn --cwd ../../ build",
66
"dev": "yarn --cwd ../../ dev",
@@ -18,7 +18,7 @@
1818
"aws-amplify": "^6.3.2"
1919
},
2020
"dependencies": {
21-
"@aws-amplify/ui": "6.4.1",
21+
"@aws-amplify/ui": "6.5.0",
2222
"nanoid": "3.1.31",
2323
"qrcode": "1.5.0",
2424
"tslib": "^2.5.2",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '5.0.23';
1+
export const VERSION = '5.0.24';

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.4.1",
32+
"@aws-amplify/ui": "^6.5.0",
3333
"@badeball/cypress-cucumber-preprocessor": "^18.0.6",
3434
"@bahmutov/cypress-esbuild-preprocessor": "~2.2.0",
3535
"@cucumber/cucumber": "^10.0.1",

packages/react-ai/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#5777](https://github.com/aws-amplify/amplify-ui/pull/5777) [`0ebf8b346`](https://github.com/aws-amplify/amplify-ui/commit/0ebf8b346bc744cd73e1e7891eafc07538d6419d) Thanks [@dbanksdesign](https://github.com/dbanksdesign)! - feat(avatar): add loading state to avatar and AIConversation
8+
9+
```jsx
10+
<Avatar isLoading />
11+
```
12+
13+
### Patch Changes
14+
15+
- [#5799](https://github.com/aws-amplify/amplify-ui/pull/5799) [`b80bab00a`](https://github.com/aws-amplify/amplify-ui/commit/b80bab00a67a915d971bf28a455c304fc5682487) Thanks [@thaddmt](https://github.com/thaddmt)! - fix(ai): fix renders for empty toolUse messages
16+
17+
- [#5776](https://github.com/aws-amplify/amplify-ui/pull/5776) [`b600b3bd8`](https://github.com/aws-amplify/amplify-ui/commit/b600b3bd8a7a85872d37f07a69e8bfacc532d73a) Thanks [@thaddmt](https://github.com/thaddmt)! - fix(ai): fixes reattaching the same file by always triggering the onChange event
18+
19+
- Updated dependencies [[`0ebf8b346`](https://github.com/aws-amplify/amplify-ui/commit/0ebf8b346bc744cd73e1e7891eafc07538d6419d)]:
20+
- @aws-amplify/ui-react@6.4.0
21+
- @aws-amplify/ui@6.5.0
22+
- @aws-amplify/ui-react-core@3.0.23
23+
324
## 0.1.1
425

526
### 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": "0.1.1",
3+
"version": "0.2.0",
44
"main": "dist/index.js",
55
"module": "dist/esm/index.mjs",
66
"exports": {
@@ -47,9 +47,9 @@
4747
"react-dom": "^16.14.0 || ^17.0 || ^18.0"
4848
},
4949
"dependencies": {
50-
"@aws-amplify/ui": "^6.4.1",
51-
"@aws-amplify/ui-react": "^6.3.1",
52-
"@aws-amplify/ui-react-core": "^3.0.22"
50+
"@aws-amplify/ui": "^6.5.0",
51+
"@aws-amplify/ui-react": "^6.4.0",
52+
"@aws-amplify/ui-react-core": "^3.0.23"
5353
},
5454
"devDependencies": {
5555
"@rollup/plugin-commonjs": "^22.0.1",

packages/react-auth/CHANGELOG.md

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

3+
## 0.0.30
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0ebf8b346`](https://github.com/aws-amplify/amplify-ui/commit/0ebf8b346bc744cd73e1e7891eafc07538d6419d)]:
8+
- @aws-amplify/ui-react@6.4.0
9+
- @aws-amplify/ui@6.5.0
10+
- @aws-amplify/ui-react-core@3.0.23
11+
- @aws-amplify/ui-react-core-auth@0.0.25
12+
313
## 0.0.29
414

515
### 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.29",
4+
"version": "0.0.30",
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.4.1",
44-
"@aws-amplify/ui-react": "6.3.1",
45-
"@aws-amplify/ui-react-core": "3.0.22",
46-
"@aws-amplify/ui-react-core-auth": "0.0.24",
43+
"@aws-amplify/ui": "6.5.0",
44+
"@aws-amplify/ui-react": "6.4.0",
45+
"@aws-amplify/ui-react-core": "3.0.23",
46+
"@aws-amplify/ui-react-core-auth": "0.0.25",
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.29';
1+
export const VERSION = '0.0.30';

packages/react-core-auth/CHANGELOG.md

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

3+
## 0.0.25
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0ebf8b346`](https://github.com/aws-amplify/amplify-ui/commit/0ebf8b346bc744cd73e1e7891eafc07538d6419d)]:
8+
- @aws-amplify/ui@6.5.0
9+
- @aws-amplify/ui-react-core@3.0.23
10+
311
## 0.0.24
412

513
### 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.24",
4+
"version": "0.0.25",
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.4.1",
37-
"@aws-amplify/ui-react-core": "3.0.22",
36+
"@aws-amplify/ui": "6.5.0",
37+
"@aws-amplify/ui-react-core": "3.0.23",
3838
"@xstate/react": "3.2.2",
3939
"lodash": "4.17.21",
4040
"xstate": "^4.33.6"

packages/react-core-notifications/CHANGELOG.md

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

3+
## 2.0.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0ebf8b346`](https://github.com/aws-amplify/amplify-ui/commit/0ebf8b346bc744cd73e1e7891eafc07538d6419d)]:
8+
- @aws-amplify/ui@6.5.0
9+
- @aws-amplify/ui-react-core@3.0.23
10+
311
## 2.0.22
412

513
### 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.0.22",
3+
"version": "2.0.23",
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.4.1",
39-
"@aws-amplify/ui-react-core": "3.0.22"
38+
"@aws-amplify/ui": "6.5.0",
39+
"@aws-amplify/ui-react-core": "3.0.23"
4040
},
4141
"peerDependencies": {
4242
"aws-amplify": "^6.3.2",

packages/react-core/CHANGELOG.md

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

3+
## 3.0.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0ebf8b346`](https://github.com/aws-amplify/amplify-ui/commit/0ebf8b346bc744cd73e1e7891eafc07538d6419d)]:
8+
- @aws-amplify/ui@6.5.0
9+
310
## 3.0.22
411

512
### 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.0.22",
3+
"version": "3.0.23",
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.4.1",
43+
"@aws-amplify/ui": "6.5.0",
4444
"@xstate/react": "^3.2.2",
4545
"lodash": "4.17.21",
4646
"react-hook-form": "^7.43.5",

packages/react-geo/CHANGELOG.md

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

3+
## 2.0.24
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @aws-amplify/ui-react-core@3.0.23
9+
310
## 2.0.23
411

512
### 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.0.23",
3+
"version": "2.0.24",
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.0.22",
42+
"@aws-amplify/ui-react-core": "3.0.23",
4343
"mapbox-gl": "1.13.1",
4444
"maplibre-gl": "2.1.9",
4545
"maplibre-gl-js-amplify": "^4.0.1",

packages/react-geo/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '2.0.23';
1+
export const VERSION = '2.0.24';

packages/react-liveness/CHANGELOG.md

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

3+
## 3.1.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0ebf8b346`](https://github.com/aws-amplify/amplify-ui/commit/0ebf8b346bc744cd73e1e7891eafc07538d6419d)]:
8+
- @aws-amplify/ui-react@6.4.0
9+
- @aws-amplify/ui@6.5.0
10+
311
## 3.1.8
412

513
### Patch Changes

packages/react-liveness/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/ui-react-liveness",
3-
"version": "3.1.8",
3+
"version": "3.1.9",
44
"main": "dist/index.js",
55
"module": "dist/esm/index.mjs",
66
"exports": {
@@ -47,8 +47,8 @@
4747
"react-dom": "^16.14.0 || ^17.0 || ^18.0"
4848
},
4949
"dependencies": {
50-
"@aws-amplify/ui": "6.4.1",
51-
"@aws-amplify/ui-react": "6.3.1",
50+
"@aws-amplify/ui": "6.5.0",
51+
"@aws-amplify/ui-react": "6.4.0",
5252
"@aws-sdk/client-rekognitionstreaming": "3.621.0",
5353
"@aws-sdk/util-format-url": "3.609.0",
5454
"@smithy/eventstream-serde-browser": "^2.0.4",
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '3.1.8';
1+
export const VERSION = '3.1.9';

packages/react-native-auth/CHANGELOG.md

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

3+
## 0.0.28
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0ebf8b346`](https://github.com/aws-amplify/amplify-ui/commit/0ebf8b346bc744cd73e1e7891eafc07538d6419d)]:
8+
- @aws-amplify/ui@6.5.0
9+
- @aws-amplify/ui-react-core-auth@0.0.25
10+
- @aws-amplify/ui-react-native@2.2.10
11+
312
## 0.0.27
413

514
### Patch Changes

0 commit comments

Comments
 (0)