Skip to content

Commit d1c5f8c

Browse files
Version Packages (#6281)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 475e4a3 commit d1c5f8c

File tree

36 files changed

+155
-61
lines changed

36 files changed

+155
-61
lines changed

.changeset/five-doors-hide.md

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

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"test:links": "node --require esbuild-register ./scripts/link-checker-puppeteer.ts"
2424
},
2525
"dependencies": {
26-
"@aws-amplify/ui-react": "6.8.0",
27-
"@aws-amplify/ui-react-storage": "3.6.0",
26+
"@aws-amplify/ui-react": "6.8.1",
27+
"@aws-amplify/ui-react-storage": "3.6.1",
2828
"@docsearch/react": "3",
2929
"@mdx-js/loader": "^2.1.0",
3030
"@mdx-js/mdx": "^2.1.0",

examples/next/package.json

Lines changed: 6 additions & 6 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.8.0",
14-
"@aws-amplify/ui-react-ai": "1.2.0",
15-
"@aws-amplify/ui-react-geo": "^2.1.0",
16-
"@aws-amplify/ui-react-liveness": "^3.2.0",
17-
"@aws-amplify/ui-react-notifications": "^2.1.0",
18-
"@aws-amplify/ui-react-storage": "^3.6.0",
13+
"@aws-amplify/ui-react": "^6.8.1",
14+
"@aws-amplify/ui-react-ai": "1.2.1",
15+
"@aws-amplify/ui-react-geo": "^2.1.1",
16+
"@aws-amplify/ui-react-liveness": "^3.2.1",
17+
"@aws-amplify/ui-react-notifications": "^2.1.1",
18+
"@aws-amplify/ui-react-storage": "^3.6.1",
1919
"@aws-sdk/credential-providers": "^3.370.0",
2020
"next": "^14.2.15",
2121
"next-global-css": "^1.1.1",

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

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- [#6278](https://github.com/aws-amplify/amplify-ui/pull/6278) [`475e4a37a404bd116ec55e95579acb8f2d23c9a4`](https://github.com/aws-amplify/amplify-ui/commit/475e4a37a404bd116ec55e95579acb8f2d23c9a4) Thanks [@jordanvn](https://github.com/jordanvn)! - revert changes introduced for React 19 support
8+
9+
- Updated dependencies [[`475e4a37a404bd116ec55e95579acb8f2d23c9a4`](https://github.com/aws-amplify/amplify-ui/commit/475e4a37a404bd116ec55e95579acb8f2d23c9a4)]:
10+
- @aws-amplify/ui-react-core@3.2.1
11+
- @aws-amplify/ui-react@6.8.1
12+
313
## 1.2.0
414

515
### Minor Changes

packages/react-ai/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-ai",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"main": "dist/index.js",
55
"module": "dist/esm/index.mjs",
66
"exports": {
@@ -49,8 +49,8 @@
4949
},
5050
"dependencies": {
5151
"@aws-amplify/ui": "^6.7.1",
52-
"@aws-amplify/ui-react": "^6.8.0",
53-
"@aws-amplify/ui-react-core": "^3.2.0"
52+
"@aws-amplify/ui-react": "^6.8.1",
53+
"@aws-amplify/ui-react-core": "^3.2.1"
5454
},
5555
"devDependencies": {
5656
"@types/jest-when": "^3.5.0",

packages/react-ai/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '1.2.0';
1+
export const VERSION = '1.2.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.42
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`475e4a37a404bd116ec55e95579acb8f2d23c9a4`](https://github.com/aws-amplify/amplify-ui/commit/475e4a37a404bd116ec55e95579acb8f2d23c9a4)]:
8+
- @aws-amplify/ui-react-core@3.2.1
9+
- @aws-amplify/ui-react@6.8.1
10+
- @aws-amplify/ui-react-core-auth@0.0.37
11+
312
## 0.0.41
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.41",
4+
"version": "0.0.42",
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.7.2",
44-
"@aws-amplify/ui-react": "6.8.0",
45-
"@aws-amplify/ui-react-core": "3.2.0",
46-
"@aws-amplify/ui-react-core-auth": "0.0.36",
44+
"@aws-amplify/ui-react": "6.8.1",
45+
"@aws-amplify/ui-react-core": "3.2.1",
46+
"@aws-amplify/ui-react-core-auth": "0.0.37",
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.41';
1+
export const VERSION = '0.0.42';

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.37
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`475e4a37a404bd116ec55e95579acb8f2d23c9a4`](https://github.com/aws-amplify/amplify-ui/commit/475e4a37a404bd116ec55e95579acb8f2d23c9a4)]:
8+
- @aws-amplify/ui-react-core@3.2.1
9+
310
## 0.0.36
411

512
### Patch Changes

0 commit comments

Comments
 (0)