Skip to content

Commit c855f47

Browse files
Version Packages (#5809)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0d50470 commit c855f47

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

+233
-110
lines changed

.changeset/curly-readers-reflect.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/few-houses-grow.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

.changeset/four-fans-sleep.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/happy-cobras-change.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tough-moons-march.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/package.json

Lines changed: 1 addition & 1 deletion
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.4.0",
26+
"@aws-amplify/ui-react": "6.5.0",
2727
"@docsearch/react": "3",
2828
"@mdx-js/loader": "^2.1.0",
2929
"@mdx-js/mdx": "^2.1.0",

examples/angular/package.json

Lines changed: 1 addition & 1 deletion
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.24",
23+
"@aws-amplify/ui-angular": "^5.0.25",
2424
"rxjs": "~6.6.0",
2525
"tslib": "^2.0.0",
2626
"zone.js": "~0.11.4"

examples/next/package.json

Lines changed: 5 additions & 5 deletions
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.4.0",
13+
"@aws-amplify/ui-react": "^6.5.0",
1414
"@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",
15+
"@aws-amplify/ui-react-geo": "^2.0.25",
16+
"@aws-amplify/ui-react-liveness": "^3.1.10",
17+
"@aws-amplify/ui-react-notifications": "^2.0.29",
18+
"@aws-amplify/ui-react-storage": "^3.3.4",
1919
"@aws-sdk/credential-providers": "^3.370.0",
2020
"next": "^14.2.10",
2121
"next-global-css": "^1.1.1",

examples/vue/package.json

Lines changed: 1 addition & 1 deletion
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.16",
14+
"@aws-amplify/ui-vue": "^4.2.17",
1515
"vue": "^3.0.5",
1616
"vue-router": "4"
1717
},

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @aws-amplify/ui-angular
22

3+
## 5.0.25
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0ddeea9d4`](https://github.com/aws-amplify/amplify-ui/commit/0ddeea9d432f12621e0e32dae346e72881b790db), [`7a12237d2`](https://github.com/aws-amplify/amplify-ui/commit/7a12237d2c96107ef97d3c62d9d26d6b6f1d824c)]:
8+
- @aws-amplify/ui@6.6.0
9+
310
## 5.0.24
411

512
### Patch Changes

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/ui-angular",
3-
"version": "5.0.24",
3+
"version": "5.0.25",
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.5.0",
21+
"@aws-amplify/ui": "6.6.0",
2222
"nanoid": "3.1.31",
2323
"qrcode": "1.5.0",
2424
"tslib": "^2.5.2",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '5.0.24';
1+
export const VERSION = '5.0.25';

packages/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
]
3030
},
3131
"devDependencies": {
32-
"@aws-amplify/ui": "^6.5.0",
32+
"@aws-amplify/ui": "^6.6.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-auth/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @aws-amplify/ui-react-auth
22

3+
## 0.0.31
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0ddeea9d4`](https://github.com/aws-amplify/amplify-ui/commit/0ddeea9d432f12621e0e32dae346e72881b790db), [`7a12237d2`](https://github.com/aws-amplify/amplify-ui/commit/7a12237d2c96107ef97d3c62d9d26d6b6f1d824c)]:
8+
- @aws-amplify/ui-react@6.5.0
9+
- @aws-amplify/ui@6.6.0
10+
- @aws-amplify/ui-react-core@3.0.24
11+
- @aws-amplify/ui-react-core-auth@0.0.26
12+
313
## 0.0.30
414

515
### Patch Changes

packages/react-auth/package.json

Lines changed: 5 additions & 5 deletions
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.30",
4+
"version": "0.0.31",
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.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",
43+
"@aws-amplify/ui": "6.6.0",
44+
"@aws-amplify/ui-react": "6.5.0",
45+
"@aws-amplify/ui-react-core": "3.0.24",
46+
"@aws-amplify/ui-react-core-auth": "0.0.26",
4747
"@xstate/react": "3.2.2",
4848
"lodash": "4.17.21",
4949
"tslib": "^2.5.2"

packages/react-auth/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.0.30';
1+
export const VERSION = '0.0.31';

packages/react-core-auth/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @aws-amplify/ui-react-core-auth
22

3+
## 0.0.26
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0ddeea9d4`](https://github.com/aws-amplify/amplify-ui/commit/0ddeea9d432f12621e0e32dae346e72881b790db), [`7a12237d2`](https://github.com/aws-amplify/amplify-ui/commit/7a12237d2c96107ef97d3c62d9d26d6b6f1d824c)]:
8+
- @aws-amplify/ui@6.6.0
9+
- @aws-amplify/ui-react-core@3.0.24
10+
311
## 0.0.25
412

513
### Patch Changes

packages/react-core-auth/package.json

Lines changed: 3 additions & 3 deletions
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.25",
4+
"version": "0.0.26",
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.5.0",
37-
"@aws-amplify/ui-react-core": "3.0.23",
36+
"@aws-amplify/ui": "6.6.0",
37+
"@aws-amplify/ui-react-core": "3.0.24",
3838
"@xstate/react": "3.2.2",
3939
"lodash": "4.17.21",
4040
"xstate": "^4.33.6"

packages/react-core-notifications/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @aws-amplify/ui-react-core-notifications
22

3+
## 2.0.24
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0ddeea9d4`](https://github.com/aws-amplify/amplify-ui/commit/0ddeea9d432f12621e0e32dae346e72881b790db), [`7a12237d2`](https://github.com/aws-amplify/amplify-ui/commit/7a12237d2c96107ef97d3c62d9d26d6b6f1d824c)]:
8+
- @aws-amplify/ui@6.6.0
9+
- @aws-amplify/ui-react-core@3.0.24
10+
311
## 2.0.23
412

513
### Patch Changes

packages/react-core-notifications/package.json

Lines changed: 3 additions & 3 deletions
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.23",
3+
"version": "2.0.24",
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.5.0",
39-
"@aws-amplify/ui-react-core": "3.0.23"
38+
"@aws-amplify/ui": "6.6.0",
39+
"@aws-amplify/ui-react-core": "3.0.24"
4040
},
4141
"peerDependencies": {
4242
"aws-amplify": "^6.3.2",

packages/react-core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @aws-amplify/ui-react-core
22

3+
## 3.0.24
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0ddeea9d4`](https://github.com/aws-amplify/amplify-ui/commit/0ddeea9d432f12621e0e32dae346e72881b790db), [`7a12237d2`](https://github.com/aws-amplify/amplify-ui/commit/7a12237d2c96107ef97d3c62d9d26d6b6f1d824c)]:
8+
- @aws-amplify/ui@6.6.0
9+
310
## 3.0.23
411

512
### Patch Changes

packages/react-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/ui-react-core",
3-
"version": "3.0.23",
3+
"version": "3.0.24",
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.5.0",
43+
"@aws-amplify/ui": "6.6.0",
4444
"@xstate/react": "^3.2.2",
4545
"lodash": "4.17.21",
4646
"react-hook-form": "^7.43.5",

packages/react-geo/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @aws-amplify/ui-react-geo
22

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

512
### Patch Changes

packages/react-geo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/ui-react-geo",
3-
"version": "2.0.24",
3+
"version": "2.0.25",
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.23",
42+
"@aws-amplify/ui-react-core": "3.0.24",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '2.0.24';
1+
export const VERSION = '2.0.25';

packages/react-liveness/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @aws-amplify/ui-react-liveness
22

3+
## 3.1.10
4+
5+
### Patch Changes
6+
7+
- [#5798](https://github.com/aws-amplify/amplify-ui/pull/5798) [`2f0119f4c`](https://github.com/aws-amplify/amplify-ui/commit/2f0119f4cae704976c29b1e3634c54d8fae9dd95) Thanks [@thaddmt](https://github.com/thaddmt)! - fix(liveness): use video stream dimensions instead of videoEl dimensions
8+
9+
- Updated dependencies [[`0ddeea9d4`](https://github.com/aws-amplify/amplify-ui/commit/0ddeea9d432f12621e0e32dae346e72881b790db), [`7a12237d2`](https://github.com/aws-amplify/amplify-ui/commit/7a12237d2c96107ef97d3c62d9d26d6b6f1d824c)]:
10+
- @aws-amplify/ui-react@6.5.0
11+
- @aws-amplify/ui@6.6.0
12+
313
## 3.1.9
414

515
### Patch Changes

packages/react-liveness/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/ui-react-liveness",
3-
"version": "3.1.9",
3+
"version": "3.1.10",
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.5.0",
51-
"@aws-amplify/ui-react": "6.4.0",
50+
"@aws-amplify/ui": "6.6.0",
51+
"@aws-amplify/ui-react": "6.5.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",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '3.1.9';
1+
export const VERSION = '3.1.10';

packages/react-native-auth/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @aws-amplify/ui-react-native-auth
22

3+
## 0.0.29
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0ddeea9d4`](https://github.com/aws-amplify/amplify-ui/commit/0ddeea9d432f12621e0e32dae346e72881b790db), [`7a12237d2`](https://github.com/aws-amplify/amplify-ui/commit/7a12237d2c96107ef97d3c62d9d26d6b6f1d824c)]:
8+
- @aws-amplify/ui@6.6.0
9+
- @aws-amplify/ui-react-core-auth@0.0.26
10+
- @aws-amplify/ui-react-native@2.2.11
11+
312
## 0.0.28
413

514
### Patch Changes

packages/react-native-auth/package.json

Lines changed: 4 additions & 4 deletions
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.28",
4+
"version": "0.0.29",
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.5.0",
32-
"@aws-amplify/ui-react-core-auth": "0.0.25",
33-
"@aws-amplify/ui-react-native": "2.2.10",
31+
"@aws-amplify/ui": "6.6.0",
32+
"@aws-amplify/ui-react-core-auth": "0.0.26",
33+
"@aws-amplify/ui-react-native": "2.2.11",
3434
"qrcode": "1.5.0"
3535
},
3636
"peerDependencies": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.0.28';
1+
export const VERSION = '0.0.29';

0 commit comments

Comments
 (0)