Skip to content

Commit 326dfd6

Browse files
Version Packages (#6444)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8a7ebe5 commit 326dfd6

File tree

35 files changed

+130
-58
lines changed

35 files changed

+130
-58
lines changed

.changeset/chatty-cycles-roll.md

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

.changeset/metal-dogs-attack.md

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

.changeset/three-phones-look.md

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

docs/package.json

Lines changed: 2 additions & 2 deletions
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.4",
28-
"@aws-amplify/ui-react-storage": "3.9.0",
27+
"@aws-amplify/ui-react": "6.9.5",
28+
"@aws-amplify/ui-react-storage": "3.9.1",
2929
"@docsearch/react": "3",
3030
"@mdx-js/loader": "^2.1.0",
3131
"@mdx-js/mdx": "^2.1.0",

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.9.4",
13+
"@aws-amplify/ui-react": "^6.9.5",
1414
"@aws-amplify/ui-react-ai": "1.3.0",
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",
15+
"@aws-amplify/ui-react-geo": "^2.2.5",
16+
"@aws-amplify/ui-react-liveness": "^3.3.5",
17+
"@aws-amplify/ui-react-notifications": "^2.2.5",
18+
"@aws-amplify/ui-react-storage": "^3.9.1",
1919
"@aws-sdk/credential-providers": "^3.370.0",
2020
"next": "^14.2.21",
2121
"next-global-css": "^1.1.1",

packages/react-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-auth
22

3+
## 0.0.48
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`75bf5408c195fa1745bc88f9329c29c66258f247`](https://github.com/aws-amplify/amplify-ui/commit/75bf5408c195fa1745bc88f9329c29c66258f247)]:
8+
- @aws-amplify/ui-react-core@3.3.5
9+
- @aws-amplify/ui-react@6.9.5
10+
- @aws-amplify/ui-react-core-auth@0.0.43
11+
312
## 0.0.47
413

514
### Patch Changes

packages/react-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-auth",
33
"private": true,
4-
"version": "0.0.47",
4+
"version": "0.0.48",
55
"main": "dist/index.js",
66
"module": "dist/esm/index.mjs",
77
"exports": {
@@ -41,9 +41,9 @@
4141
},
4242
"dependencies": {
4343
"@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",
44+
"@aws-amplify/ui-react": "6.9.5",
45+
"@aws-amplify/ui-react-core": "3.3.5",
46+
"@aws-amplify/ui-react-core-auth": "0.0.43",
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.47';
1+
export const VERSION = '0.0.48';

packages/react-core-auth/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-auth
22

3+
## 0.0.43
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`75bf5408c195fa1745bc88f9329c29c66258f247`](https://github.com/aws-amplify/amplify-ui/commit/75bf5408c195fa1745bc88f9329c29c66258f247)]:
8+
- @aws-amplify/ui-react-core@3.3.5
9+
310
## 0.0.42
411

512
### Patch Changes

packages/react-core-auth/package.json

Lines changed: 2 additions & 2 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.42",
4+
"version": "0.0.43",
55
"main": "dist/index.js",
66
"module": "dist/esm/index.mjs",
77
"react-native": "src/index.ts",
@@ -34,7 +34,7 @@
3434
},
3535
"dependencies": {
3636
"@aws-amplify/ui": "6.9.1",
37-
"@aws-amplify/ui-react-core": "3.3.4",
37+
"@aws-amplify/ui-react-core": "3.3.5",
3838
"@xstate/react": "3.2.2",
3939
"lodash": "4.17.21",
4040
"qrcode": "1.5.0",

0 commit comments

Comments
 (0)