Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/eighty-meals-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-otters-dress.md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@aws-amplify/ui-react": "6.11.2",
"@aws-amplify/ui-react-storage": "3.12.0",
"@aws-amplify/ui-react": "6.12.0",
"@aws-amplify/ui-react-storage": "3.12.1",
"@docsearch/react": "3",
"@mdx-js/loader": "^2.1.0",
"@mdx-js/mdx": "^2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/next-app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"lint": "next lint"
},
"dependencies": {
"@aws-amplify/ui-react": "6.11.2",
"@aws-amplify/ui-react-storage": "3.12.0",
"@aws-amplify/ui-react": "6.12.0",
"@aws-amplify/ui-react-storage": "3.12.1",
"react": "^18.3.0",
"next": "^14.2.30",
"react-dom": "^18",
Expand Down
8 changes: 4 additions & 4 deletions examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"lint": "next lint"
},
"dependencies": {
"@aws-amplify/ui-react": "^6.11.2",
"@aws-amplify/ui-react": "^6.12.0",
"@aws-amplify/ui-react-ai": "1.5.0",
"@aws-amplify/ui-react-geo": "^2.2.9",
"@aws-amplify/ui-react-liveness": "^3.4.3",
"@aws-amplify/ui-react-notifications": "^2.2.9",
"@aws-amplify/ui-react-storage": "^3.12.0",
"@aws-amplify/ui-react-liveness": "^3.4.4",
"@aws-amplify/ui-react-notifications": "^2.2.10",
"@aws-amplify/ui-react-storage": "^3.12.1",
"@aws-sdk/credential-providers": "^3.370.0",
"next": "^14.2.30",
"next-global-css": "^1.1.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"start": "vite preview --port 3000"
},
"dependencies": {
"@aws-amplify/ui-react": "6.11.2",
"@aws-amplify/ui-react-storage": "3.12.0",
"@aws-amplify/ui-react": "6.12.0",
"@aws-amplify/ui-react-storage": "3.12.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.5.2"
Expand Down
7 changes: 7 additions & 0 deletions packages/react-liveness/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @aws-amplify/ui-react-liveness

## 3.4.4

### Patch Changes

- Updated dependencies [[`8319d5afaa9f3de59f18d72d873953a1fd0e1b73`](https://github.com/aws-amplify/amplify-ui/commit/8319d5afaa9f3de59f18d72d873953a1fd0e1b73)]:
- @aws-amplify/[email protected]

## 3.4.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-liveness/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-react-liveness",
"version": "3.4.3",
"version": "3.4.4",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"exports": {
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@aws-amplify/ui": "6.10.3",
"@aws-amplify/ui-react": "6.11.2",
"@aws-amplify/ui-react": "6.12.0",
"@aws-sdk/client-rekognitionstreaming": "3.828.0",
"@aws-sdk/util-format-url": "3.609.0",
"@smithy/eventstream-serde-browser": "^4.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-liveness/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '3.4.3';
export const VERSION = '3.4.4';
6 changes: 6 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aws-amplify/ui-react-native

## 2.6.0

### Minor Changes

- [#6670](https://github.com/aws-amplify/amplify-ui/pull/6670) [`83a2d8445f70dc371371de92fdf35f7edbc9fd6a`](https://github.com/aws-amplify/amplify-ui/commit/83a2d8445f70dc371371de92fdf35f7edbc9fd6a) Thanks [@ahmedhamouda78](https://github.com/ahmedhamouda78)! - fix(ui-react-native): fix autofill not triggering change events correctly

## 2.5.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-react-native",
"version": "2.5.3",
"version": "2.6.0",
"main": "lib/index.js",
"module": "dist/index.js",
"react-native": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '2.5.3';
export const VERSION = '2.6.0';
7 changes: 7 additions & 0 deletions packages/react-notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @aws-amplify/ui-react-notifications

## 2.2.10

### Patch Changes

- Updated dependencies [[`8319d5afaa9f3de59f18d72d873953a1fd0e1b73`](https://github.com/aws-amplify/amplify-ui/commit/8319d5afaa9f3de59f18d72d873953a1fd0e1b73)]:
- @aws-amplify/[email protected]

## 2.2.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-react-notifications",
"version": "2.2.9",
"version": "2.2.10",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"exports": {
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@aws-amplify/ui": "6.10.3",
"@aws-amplify/ui-react": "6.11.2",
"@aws-amplify/ui-react": "6.12.0",
"@aws-amplify/ui-react-core": "3.4.3",
"@aws-amplify/ui-react-core-notifications": "2.2.9",
"tinycolor2": "1.4.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-notifications/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '2.2.9';
export const VERSION = '2.2.10';
7 changes: 7 additions & 0 deletions packages/react-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @aws-amplify/ui-react-storage

## 3.12.1

### Patch Changes

- Updated dependencies [[`8319d5afaa9f3de59f18d72d873953a1fd0e1b73`](https://github.com/aws-amplify/amplify-ui/commit/8319d5afaa9f3de59f18d72d873953a1fd0e1b73)]:
- @aws-amplify/[email protected]

## 3.12.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-react-storage",
"version": "3.12.0",
"version": "3.12.1",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"exports": {
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@aws-amplify/ui": "6.10.3",
"@aws-amplify/ui-react": "6.11.2",
"@aws-amplify/ui-react": "6.12.0",
"@aws-amplify/ui-react-core": "3.4.3",
"tslib": "^2.5.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-storage/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '3.12.0';
export const VERSION = '3.12.1';
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aws-amplify/ui-react

## 6.12.0

### Minor Changes

- [#6665](https://github.com/aws-amplify/amplify-ui/pull/6665) [`8319d5afaa9f3de59f18d72d873953a1fd0e1b73`](https://github.com/aws-amplify/amplify-ui/commit/8319d5afaa9f3de59f18d72d873953a1fd0e1b73) Thanks [@jvh-aws](https://github.com/jvh-aws)! - feat(collection): Add `table` type to `Collection` UI primitive

## 6.11.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-react",
"version": "6.11.2",
"version": "6.12.0",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '6.11.2';
export const VERSION = '6.12.0';
7 changes: 7 additions & 0 deletions packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @aws-amplify/ui-test-utils

## 0.0.8

### Patch Changes

- Updated dependencies []:
- @aws-amplify/ui-react-storage@3.12.1

## 0.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-amplify/ui-test-utils",
"private": true,
"version": "0.0.7",
"version": "0.0.8",
"description": "Test utils for Amplify Connected Component e2e tests",
"exports": {
"./*": {
Expand All @@ -26,7 +26,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@aws-amplify/ui-react-storage": "3.12.0",
"@aws-amplify/ui-react-storage": "3.12.1",
"tslib": "^2.5.2"
}
}
Loading