Skip to content

Commit 4e9ec64

Browse files
Version Packages (#6425)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f2566d3 commit 4e9ec64

Some content is hidden

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

47 files changed

+186
-85
lines changed

.changeset/cuddly-hounds-sort.md

-5
This file was deleted.

.changeset/curvy-llamas-build.md

-7
This file was deleted.

.changeset/large-chefs-agree.md

-5
This file was deleted.

.changeset/orange-camels-smell.md

-5
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.9.3",
28-
"@aws-amplify/ui-react-storage": "3.8.2",
27+
"@aws-amplify/ui-react": "6.9.4",
28+
"@aws-amplify/ui-react-storage": "3.9.0",
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.0.39",
23+
"@aws-amplify/ui-angular": "^5.0.40",
2424
"rxjs": "~6.6.0",
2525
"tslib": "^2.0.0",
2626
"zone.js": "~0.11.4"

examples/next/package.json

+5-5
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.9.3",
13+
"@aws-amplify/ui-react": "^6.9.4",
1414
"@aws-amplify/ui-react-ai": "1.3.0",
15-
"@aws-amplify/ui-react-geo": "^2.2.3",
16-
"@aws-amplify/ui-react-liveness": "^3.3.3",
17-
"@aws-amplify/ui-react-notifications": "^2.2.3",
18-
"@aws-amplify/ui-react-storage": "^3.8.2",
15+
"@aws-amplify/ui-react-geo": "^2.2.4",
16+
"@aws-amplify/ui-react-liveness": "^3.3.4",
17+
"@aws-amplify/ui-react-notifications": "^2.2.4",
18+
"@aws-amplify/ui-react-storage": "^3.9.0",
1919
"@aws-sdk/credential-providers": "^3.370.0",
2020
"next": "^14.2.21",
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.30",
14+
"@aws-amplify/ui-vue": "^4.2.31",
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.40
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e0fcb4322ab8af7e0699da577dc5fbcf9f7e56cc`](https://github.com/aws-amplify/amplify-ui/commit/e0fcb4322ab8af7e0699da577dc5fbcf9f7e56cc)]:
8+
- @aws-amplify/ui@6.9.1
9+
310
## 5.0.39
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.39",
3+
"version": "5.0.40",
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.9.0",
23+
"@aws-amplify/ui": "6.9.1",
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.0.39';
1+
export const VERSION = '5.0.40';

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.9.0",
32+
"@aws-amplify/ui": "^6.9.1",
3333
"@badeball/cypress-cucumber-preprocessor": "^22.0.1",
3434
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.4",
3535
"@cucumber/cucumber": "^11.2.0",

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.47
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e0fcb4322ab8af7e0699da577dc5fbcf9f7e56cc`](https://github.com/aws-amplify/amplify-ui/commit/e0fcb4322ab8af7e0699da577dc5fbcf9f7e56cc)]:
8+
- @aws-amplify/ui@6.9.1
9+
- @aws-amplify/ui-react@6.9.4
10+
- @aws-amplify/ui-react-core@3.3.4
11+
- @aws-amplify/ui-react-core-auth@0.0.42
12+
313
## 0.0.46
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.46",
4+
"version": "0.0.47",
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.9.0",
44-
"@aws-amplify/ui-react": "6.9.3",
45-
"@aws-amplify/ui-react-core": "3.3.3",
46-
"@aws-amplify/ui-react-core-auth": "0.0.41",
43+
"@aws-amplify/ui": "6.9.1",
44+
"@aws-amplify/ui-react": "6.9.4",
45+
"@aws-amplify/ui-react-core": "3.3.4",
46+
"@aws-amplify/ui-react-core-auth": "0.0.42",
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.46';
1+
export const VERSION = '0.0.47';

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.42
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e0fcb4322ab8af7e0699da577dc5fbcf9f7e56cc`](https://github.com/aws-amplify/amplify-ui/commit/e0fcb4322ab8af7e0699da577dc5fbcf9f7e56cc)]:
8+
- @aws-amplify/ui@6.9.1
9+
- @aws-amplify/ui-react-core@3.3.4
10+
311
## 0.0.41
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.41",
4+
"version": "0.0.42",
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.9.0",
37-
"@aws-amplify/ui-react-core": "3.3.3",
36+
"@aws-amplify/ui": "6.9.1",
37+
"@aws-amplify/ui-react-core": "3.3.4",
3838
"@xstate/react": "3.2.2",
3939
"lodash": "4.17.21",
4040
"qrcode": "1.5.0",

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.2.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e0fcb4322ab8af7e0699da577dc5fbcf9f7e56cc`](https://github.com/aws-amplify/amplify-ui/commit/e0fcb4322ab8af7e0699da577dc5fbcf9f7e56cc)]:
8+
- @aws-amplify/ui@6.9.1
9+
- @aws-amplify/ui-react-core@3.3.4
10+
311
## 2.2.3
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.2.3",
3+
"version": "2.2.4",
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.9.0",
39-
"@aws-amplify/ui-react-core": "3.3.3"
38+
"@aws-amplify/ui": "6.9.1",
39+
"@aws-amplify/ui-react-core": "3.3.4"
4040
},
4141
"peerDependencies": {
4242
"aws-amplify": "^6.9.0",

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.3.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e0fcb4322ab8af7e0699da577dc5fbcf9f7e56cc`](https://github.com/aws-amplify/amplify-ui/commit/e0fcb4322ab8af7e0699da577dc5fbcf9f7e56cc)]:
8+
- @aws-amplify/ui@6.9.1
9+
310
## 3.3.3
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.3.3",
3+
"version": "3.3.4",
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.9.0",
43+
"@aws-amplify/ui": "6.9.1",
4444
"@xstate/react": "^3.2.2",
4545
"lodash": "4.17.21",
4646
"react-hook-form": "^7.53.2",

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.2.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @aws-amplify/ui-react-core@3.3.4
9+
310
## 2.2.3
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.2.3",
3+
"version": "2.2.4",
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.3.3",
42+
"@aws-amplify/ui-react-core": "3.3.4",
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.3';
1+
export const VERSION = '2.2.4';

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.4
4+
5+
### Patch Changes
6+
7+
- [#6437](https://github.com/aws-amplify/amplify-ui/pull/6437) [`f2566d3f977a0fcc423fc824ba82c02b76e632c0`](https://github.com/aws-amplify/amplify-ui/commit/f2566d3f977a0fcc423fc824ba82c02b76e632c0) Thanks [@tiffanynwyeung](https://github.com/tiffanynwyeung)! - fix(liveness): increase max frame rate and bitrate
8+
9+
- Updated dependencies [[`e0fcb4322ab8af7e0699da577dc5fbcf9f7e56cc`](https://github.com/aws-amplify/amplify-ui/commit/e0fcb4322ab8af7e0699da577dc5fbcf9f7e56cc)]:
10+
- @aws-amplify/ui@6.9.1
11+
- @aws-amplify/ui-react@6.9.4
12+
313
## 3.3.3
414

515
### 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.3.3",
3+
"version": "3.3.4",
44
"main": "dist/index.js",
55
"module": "dist/esm/index.mjs",
66
"exports": {
@@ -48,8 +48,8 @@
4848
"react-dom": "^16.14 || ^17 || ^18 || ^19"
4949
},
5050
"dependencies": {
51-
"@aws-amplify/ui": "6.9.0",
52-
"@aws-amplify/ui-react": "6.9.3",
51+
"@aws-amplify/ui": "6.9.1",
52+
"@aws-amplify/ui-react": "6.9.4",
5353
"@aws-sdk/client-rekognitionstreaming": "3.621.0",
5454
"@aws-sdk/util-format-url": "3.609.0",
5555
"@smithy/eventstream-serde-browser": "^2.0.4",
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '3.3.3';
1+
export const VERSION = '3.3.4';

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.45
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f8319b263cc2df05e12aca672e06755ff8ffcba6`](https://github.com/aws-amplify/amplify-ui/commit/f8319b263cc2df05e12aca672e06755ff8ffcba6), [`e0fcb4322ab8af7e0699da577dc5fbcf9f7e56cc`](https://github.com/aws-amplify/amplify-ui/commit/e0fcb4322ab8af7e0699da577dc5fbcf9f7e56cc)]:
8+
- @aws-amplify/ui-react-native@2.4.4
9+
- @aws-amplify/ui@6.9.1
10+
- @aws-amplify/ui-react-core-auth@0.0.42
11+
312
## 0.0.44
413

514
### Patch Changes

packages/react-native-auth/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-amplify/ui-react-native-auth",
33
"private": true,
4-
"version": "0.0.44",
4+
"version": "0.0.45",
55
"main": "lib/index.js",
66
"module": "dist/index.js",
77
"react-native": "src/index.ts",
@@ -28,9 +28,9 @@
2828
"metro-react-native-babel-preset": "^0.77.0"
2929
},
3030
"dependencies": {
31-
"@aws-amplify/ui": "6.9.0",
32-
"@aws-amplify/ui-react-core-auth": "0.0.41",
33-
"@aws-amplify/ui-react-native": "2.4.3",
31+
"@aws-amplify/ui": "6.9.1",
32+
"@aws-amplify/ui-react-core-auth": "0.0.42",
33+
"@aws-amplify/ui-react-native": "2.4.4",
3434
"qrcode": "1.5.0"
3535
},
3636
"peerDependencies": {
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.0.44';
1+
export const VERSION = '0.0.45';

packages/react-native/CHANGELOG.md

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

3+
## 2.4.4
4+
5+
### Patch Changes
6+
7+
- [#6383](https://github.com/aws-amplify/amplify-ui/pull/6383) [`f8319b263cc2df05e12aca672e06755ff8ffcba6`](https://github.com/aws-amplify/amplify-ui/commit/f8319b263cc2df05e12aca672e06755ff8ffcba6) Thanks [@jjarvisp](https://github.com/jjarvisp)! - chore(react-native): update react-native-safe-area-context peer dep
8+
9+
- Updated dependencies [[`e0fcb4322ab8af7e0699da577dc5fbcf9f7e56cc`](https://github.com/aws-amplify/amplify-ui/commit/e0fcb4322ab8af7e0699da577dc5fbcf9f7e56cc)]:
10+
- @aws-amplify/ui@6.9.1
11+
- @aws-amplify/ui-react-core@3.3.4
12+
- @aws-amplify/ui-react-core-notifications@2.2.4
13+
314
## 2.4.3
415

516
### Patch Changes

0 commit comments

Comments
 (0)