Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 20, 2024
1 parent 7045aed commit e3c37a9
Show file tree
Hide file tree
Showing 38 changed files with 183 additions and 74 deletions.
8 changes: 0 additions & 8 deletions .changeset/cool-pots-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-feet-appear.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/old-suits-brush.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.7.2",
"@aws-amplify/ui-react-storage": "3.5.1",
"@aws-amplify/ui-react": "6.8.0",
"@aws-amplify/ui-react-storage": "3.6.0",
"@docsearch/react": "3",
"@mdx-js/loader": "^2.1.0",
"@mdx-js/mdx": "^2.1.0",
Expand Down
12 changes: 6 additions & 6 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.7.2",
"@aws-amplify/ui-react-ai": "1.1.0",
"@aws-amplify/ui-react-geo": "^2.0.34",
"@aws-amplify/ui-react-liveness": "^3.1.19",
"@aws-amplify/ui-react-notifications": "^2.0.38",
"@aws-amplify/ui-react-storage": "^3.5.1",
"@aws-amplify/ui-react": "^6.8.0",
"@aws-amplify/ui-react-ai": "1.2.0",
"@aws-amplify/ui-react-geo": "^2.1.0",
"@aws-amplify/ui-react-liveness": "^3.2.0",
"@aws-amplify/ui-react-notifications": "^2.1.0",
"@aws-amplify/ui-react-storage": "^3.6.0",
"@aws-sdk/credential-providers": "^3.370.0",
"next": "^14.2.15",
"next-global-css": "^1.1.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/react-ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @aws-amplify/ui-react-ai

## 1.2.0

### Minor Changes

- [#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

### Patch Changes

- Updated dependencies [[`825cccc92f5c326f0f110c8439a1c2c6553ff00a`](https://github.com/aws-amplify/amplify-ui/commit/825cccc92f5c326f0f110c8439a1c2c6553ff00a), [`954e9be2d055a57ebddab5b902e3e6b427d09f67`](https://github.com/aws-amplify/amplify-ui/commit/954e9be2d055a57ebddab5b902e3e6b427d09f67)]:
- @aws-amplify/ui-react-core@3.2.0
- @aws-amplify/ui-react@6.8.0

## 1.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react-ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-react-ai",
"version": "1.1.0",
"version": "1.2.0",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"exports": {
Expand Down Expand Up @@ -49,8 +49,8 @@
},
"dependencies": {
"@aws-amplify/ui": "^6.7.1",
"@aws-amplify/ui-react": "^6.7.1",
"@aws-amplify/ui-react-core": "^3.1.1"
"@aws-amplify/ui-react": "^6.8.0",
"@aws-amplify/ui-react-core": "^3.2.0"
},
"devDependencies": {
"@types/jest-when": "^3.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-ai/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '1.1.0';
export const VERSION = '1.2.0';
9 changes: 9 additions & 0 deletions packages/react-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @aws-amplify/ui-react-auth

## 0.0.41

### Patch Changes

- Updated dependencies [[`825cccc92f5c326f0f110c8439a1c2c6553ff00a`](https://github.com/aws-amplify/amplify-ui/commit/825cccc92f5c326f0f110c8439a1c2c6553ff00a), [`954e9be2d055a57ebddab5b902e3e6b427d09f67`](https://github.com/aws-amplify/amplify-ui/commit/954e9be2d055a57ebddab5b902e3e6b427d09f67)]:
- @aws-amplify/ui-react-core@3.2.0
- @aws-amplify/ui-react@6.8.0
- @aws-amplify/ui-react-core-auth@0.0.36

## 0.0.40

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/react-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-amplify/ui-react-auth",
"private": true,
"version": "0.0.40",
"version": "0.0.41",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"exports": {
Expand Down Expand Up @@ -41,9 +41,9 @@
},
"dependencies": {
"@aws-amplify/ui": "6.7.2",
"@aws-amplify/ui-react": "6.7.2",
"@aws-amplify/ui-react-core": "3.1.2",
"@aws-amplify/ui-react-core-auth": "0.0.35",
"@aws-amplify/ui-react": "6.8.0",
"@aws-amplify/ui-react-core": "3.2.0",
"@aws-amplify/ui-react-core-auth": "0.0.36",
"@xstate/react": "3.2.2",
"lodash": "4.17.21",
"tslib": "^2.5.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-auth/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.0.40';
export const VERSION = '0.0.41';
7 changes: 7 additions & 0 deletions packages/react-core-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @aws-amplify/ui-react-core-auth

## 0.0.36

### Patch Changes

- Updated dependencies [[`825cccc92f5c326f0f110c8439a1c2c6553ff00a`](https://github.com/aws-amplify/amplify-ui/commit/825cccc92f5c326f0f110c8439a1c2c6553ff00a), [`954e9be2d055a57ebddab5b902e3e6b427d09f67`](https://github.com/aws-amplify/amplify-ui/commit/954e9be2d055a57ebddab5b902e3e6b427d09f67)]:
- @aws-amplify/ui-react-core@3.2.0

## 0.0.35

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-core-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-amplify/ui-react-core-auth",
"private": true,
"version": "0.0.35",
"version": "0.0.36",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"react-native": "src/index.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@aws-amplify/ui": "6.7.2",
"@aws-amplify/ui-react-core": "3.1.2",
"@aws-amplify/ui-react-core": "3.2.0",
"@xstate/react": "3.2.2",
"lodash": "4.17.21",
"qrcode": "1.5.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/react-core-notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @aws-amplify/ui-react-core-notifications

## 2.1.0

### Minor Changes

- [#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

### Patch Changes

- [#6255](https://github.com/aws-amplify/amplify-ui/pull/6255) [`825cccc92f5c326f0f110c8439a1c2c6553ff00a`](https://github.com/aws-amplify/amplify-ui/commit/825cccc92f5c326f0f110c8439a1c2c6553ff00a) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(react): remove direct usage of react-test-renderer and types

- Updated dependencies [[`825cccc92f5c326f0f110c8439a1c2c6553ff00a`](https://github.com/aws-amplify/amplify-ui/commit/825cccc92f5c326f0f110c8439a1c2c6553ff00a), [`954e9be2d055a57ebddab5b902e3e6b427d09f67`](https://github.com/aws-amplify/amplify-ui/commit/954e9be2d055a57ebddab5b902e3e6b427d09f67)]:
- @aws-amplify/ui-react-core@3.2.0

## 2.0.33

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-core-notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-react-core-notifications",
"version": "2.0.33",
"version": "2.1.0",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"exports": {
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@aws-amplify/ui": "6.7.2",
"@aws-amplify/ui-react-core": "3.1.2"
"@aws-amplify/ui-react-core": "3.2.0"
},
"peerDependencies": {
"aws-amplify": "^6.9.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/react-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @aws-amplify/ui-react-core

## 3.2.0

### Minor Changes

- [#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

### Patch Changes

- [#6255](https://github.com/aws-amplify/amplify-ui/pull/6255) [`825cccc92f5c326f0f110c8439a1c2c6553ff00a`](https://github.com/aws-amplify/amplify-ui/commit/825cccc92f5c326f0f110c8439a1c2c6553ff00a) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(react): remove direct usage of react-test-renderer and types

## 3.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-react-core",
"version": "3.1.2",
"version": "3.2.0",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"react-native": "src/index.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-geo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @aws-amplify/ui-react-geo

## 2.1.0

### Minor Changes

- [#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

### Patch Changes

- Updated dependencies [[`825cccc92f5c326f0f110c8439a1c2c6553ff00a`](https://github.com/aws-amplify/amplify-ui/commit/825cccc92f5c326f0f110c8439a1c2c6553ff00a), [`954e9be2d055a57ebddab5b902e3e6b427d09f67`](https://github.com/aws-amplify/amplify-ui/commit/954e9be2d055a57ebddab5b902e3e6b427d09f67)]:
- @aws-amplify/ui-react-core@3.2.0

## 2.0.34

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-geo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-react-geo",
"version": "2.0.34",
"version": "2.1.0",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"exports": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@aws-amplify/ui-react-core": "3.1.2",
"@aws-amplify/ui-react-core": "3.2.0",
"mapbox-gl": "1.13.1",
"maplibre-gl": "2.1.9",
"maplibre-gl-js-amplify": "^4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-geo/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '2.0.34';
export const VERSION = '2.1.0';
13 changes: 13 additions & 0 deletions packages/react-liveness/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @aws-amplify/ui-react-liveness

## 3.2.0

### Minor Changes

- [#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

### Patch Changes

- [#6255](https://github.com/aws-amplify/amplify-ui/pull/6255) [`825cccc92f5c326f0f110c8439a1c2c6553ff00a`](https://github.com/aws-amplify/amplify-ui/commit/825cccc92f5c326f0f110c8439a1c2c6553ff00a) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(react): remove direct usage of react-test-renderer and types

- Updated dependencies [[`954e9be2d055a57ebddab5b902e3e6b427d09f67`](https://github.com/aws-amplify/amplify-ui/commit/954e9be2d055a57ebddab5b902e3e6b427d09f67)]:
- @aws-amplify/ui-react@6.8.0

## 3.1.19

### 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.1.19",
"version": "3.2.0",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"exports": {
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@aws-amplify/ui": "6.7.2",
"@aws-amplify/ui-react": "6.7.2",
"@aws-amplify/ui-react": "6.8.0",
"@aws-sdk/client-rekognitionstreaming": "3.621.0",
"@aws-sdk/util-format-url": "3.609.0",
"@smithy/eventstream-serde-browser": "^2.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.1.19';
export const VERSION = '3.2.0';
8 changes: 8 additions & 0 deletions packages/react-native-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @aws-amplify/ui-react-native-auth

## 0.0.39

### Patch Changes

- Updated dependencies [[`825cccc92f5c326f0f110c8439a1c2c6553ff00a`](https://github.com/aws-amplify/amplify-ui/commit/825cccc92f5c326f0f110c8439a1c2c6553ff00a), [`50cde53145bfffc97f17b6da5c650c25d992fd97`](https://github.com/aws-amplify/amplify-ui/commit/50cde53145bfffc97f17b6da5c650c25d992fd97), [`954e9be2d055a57ebddab5b902e3e6b427d09f67`](https://github.com/aws-amplify/amplify-ui/commit/954e9be2d055a57ebddab5b902e3e6b427d09f67)]:
- @aws-amplify/ui-react-native@2.3.0
- @aws-amplify/ui-react-core-auth@0.0.36

## 0.0.38

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react-native-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-amplify/ui-react-native-auth",
"private": true,
"version": "0.0.38",
"version": "0.0.39",
"main": "lib/index.js",
"module": "dist/index.js",
"react-native": "src/index.ts",
Expand Down Expand Up @@ -29,8 +29,8 @@
},
"dependencies": {
"@aws-amplify/ui": "6.7.2",
"@aws-amplify/ui-react-core-auth": "0.0.35",
"@aws-amplify/ui-react-native": "2.2.20",
"@aws-amplify/ui-react-core-auth": "0.0.36",
"@aws-amplify/ui-react-native": "2.3.0",
"qrcode": "1.5.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-auth/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.0.38';
export const VERSION = '0.0.39';
16 changes: 16 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @aws-amplify/ui-react-native

## 2.3.0

### Minor Changes

- [#6266](https://github.com/aws-amplify/amplify-ui/pull/6266) [`50cde53145bfffc97f17b6da5c650c25d992fd97`](https://github.com/aws-amplify/amplify-ui/commit/50cde53145bfffc97f17b6da5c650c25d992fd97) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(react-native): update allowed peerDep to >=0.70

- [#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

### Patch Changes

- [#6255](https://github.com/aws-amplify/amplify-ui/pull/6255) [`825cccc92f5c326f0f110c8439a1c2c6553ff00a`](https://github.com/aws-amplify/amplify-ui/commit/825cccc92f5c326f0f110c8439a1c2c6553ff00a) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(react): remove direct usage of react-test-renderer and types

- Updated dependencies [[`825cccc92f5c326f0f110c8439a1c2c6553ff00a`](https://github.com/aws-amplify/amplify-ui/commit/825cccc92f5c326f0f110c8439a1c2c6553ff00a), [`954e9be2d055a57ebddab5b902e3e6b427d09f67`](https://github.com/aws-amplify/amplify-ui/commit/954e9be2d055a57ebddab5b902e3e6b427d09f67)]:
- @aws-amplify/ui-react-core-notifications@2.1.0
- @aws-amplify/ui-react-core@3.2.0

## 2.2.20

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.2.20",
"version": "2.3.0",
"main": "lib/index.js",
"module": "dist/index.js",
"react-native": "src/index.ts",
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"dependencies": {
"@aws-amplify/ui": "6.7.2",
"@aws-amplify/ui-react-core": "3.1.2",
"@aws-amplify/ui-react-core-notifications": "2.0.33"
"@aws-amplify/ui-react-core": "3.2.0",
"@aws-amplify/ui-react-core-notifications": "2.1.0"
},
"peerDependencies": {
"aws-amplify": "^6.9.0",
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.2.20';
export const VERSION = '2.3.0';
Loading

0 comments on commit e3c37a9

Please sign in to comment.