Skip to content

Commit abeb329

Browse files
Version Packages (#6261)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9d71dd8 commit abeb329

File tree

39 files changed

+185
-79
lines changed

39 files changed

+185
-79
lines changed

.changeset/angry-crabs-jog.md

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

.changeset/cool-pots-fold.md

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

.changeset/many-feet-appear.md

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

.changeset/old-suits-brush.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
@@ -24,8 +24,8 @@
2424
"typecheck": "tsc --noEmit"
2525
},
2626
"dependencies": {
27-
"@aws-amplify/ui-react": "6.7.2",
28-
"@aws-amplify/ui-react-storage": "3.5.1",
27+
"@aws-amplify/ui-react": "6.8.0",
28+
"@aws-amplify/ui-react-storage": "3.6.0",
2929
"@docsearch/react": "3",
3030
"@mdx-js/loader": "^2.1.0",
3131
"@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.7.2",
14-
"@aws-amplify/ui-react-ai": "1.1.0",
15-
"@aws-amplify/ui-react-geo": "^2.0.34",
16-
"@aws-amplify/ui-react-liveness": "^3.1.19",
17-
"@aws-amplify/ui-react-notifications": "^2.0.38",
18-
"@aws-amplify/ui-react-storage": "^3.5.1",
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",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @aws-amplify/ui-react-ai
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- [#5826](https://github.com/aws-amplify/amplify-ui/pull/5826) [`954e9be2d055a57ebddab5b902e3e6b427d09f67`](https://github.com/aws-amplify/amplify-ui/commit/954e9be2d055a57ebddab5b902e3e6b427d09f67) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(react): add support for React 19
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`c623990d5fb6af635b1964a51a8ff2c807938235`](https://github.com/aws-amplify/amplify-ui/commit/c623990d5fb6af635b1964a51a8ff2c807938235), [`825cccc92f5c326f0f110c8439a1c2c6553ff00a`](https://github.com/aws-amplify/amplify-ui/commit/825cccc92f5c326f0f110c8439a1c2c6553ff00a), [`954e9be2d055a57ebddab5b902e3e6b427d09f67`](https://github.com/aws-amplify/amplify-ui/commit/954e9be2d055a57ebddab5b902e3e6b427d09f67)]:
12+
- @aws-amplify/ui-react@6.8.0
13+
- @aws-amplify/ui-react-core@3.2.0
14+
315
## 1.1.0
416

517
### 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.1.0",
3+
"version": "1.2.0",
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.7.1",
53-
"@aws-amplify/ui-react-core": "^3.1.1"
52+
"@aws-amplify/ui-react": "^6.8.0",
53+
"@aws-amplify/ui-react-core": "^3.2.0"
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.1.0';
1+
export const VERSION = '1.2.0';

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.41
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c623990d5fb6af635b1964a51a8ff2c807938235`](https://github.com/aws-amplify/amplify-ui/commit/c623990d5fb6af635b1964a51a8ff2c807938235), [`825cccc92f5c326f0f110c8439a1c2c6553ff00a`](https://github.com/aws-amplify/amplify-ui/commit/825cccc92f5c326f0f110c8439a1c2c6553ff00a), [`954e9be2d055a57ebddab5b902e3e6b427d09f67`](https://github.com/aws-amplify/amplify-ui/commit/954e9be2d055a57ebddab5b902e3e6b427d09f67)]:
8+
- @aws-amplify/ui-react@6.8.0
9+
- @aws-amplify/ui-react-core@3.2.0
10+
- @aws-amplify/ui-react-core-auth@0.0.36
11+
312
## 0.0.40
413

514
### Patch Changes

0 commit comments

Comments
 (0)