Skip to content

Commit

Permalink
Version Packages (#4334)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 15, 2023
1 parent 00c7abc commit aa7a7f3
Show file tree
Hide file tree
Showing 34 changed files with 152 additions and 71 deletions.
12 changes: 0 additions & 12 deletions .changeset/healthy-moles-smash.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/mighty-papayas-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-dogs-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-teachers-kneel.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 @@ -23,8 +23,8 @@
"test:links": "node --require esbuild-register ./scripts/link-checker-puppeteer.ts"
},
"dependencies": {
"@aws-amplify/ui-react": "5.1.0",
"@aws-amplify/ui-react-storage": "2.1.3",
"@aws-amplify/ui-react": "5.1.1",
"@aws-amplify/ui-react-storage": "2.1.4",
"@cucumber/gherkin": "^19.0.3",
"@cucumber/messages": "^16.0.1",
"@docsearch/react": "3",
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@angular/platform-browser": "^14.3.0",
"@angular/platform-browser-dynamic": "^14.3.0",
"@angular/router": "^14.3.0",
"@aws-amplify/ui-angular": "^4.0.5",
"@aws-amplify/ui-angular": "^4.0.6",
"aws-amplify": "latest",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
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,10 +10,10 @@
"lint": "next lint"
},
"dependencies": {
"@aws-amplify/ui-react": "^5.1.0",
"@aws-amplify/ui-react-liveness": "^2.0.3",
"@aws-amplify/ui-react-storage": "^2.1.3",
"@aws-amplify/ui-react-notifications": "^1.0.9",
"@aws-amplify/ui-react": "^5.1.1",
"@aws-amplify/ui-react-liveness": "^2.0.4",
"@aws-amplify/ui-react-storage": "^2.1.4",
"@aws-amplify/ui-react-notifications": "^1.0.10",
"@aws-amplify/ui-react-geo": "^1.0.2",
"@aws-sdk/credential-providers": "^3.370.0",
"aws-amplify": "latest",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "vite preview --port 3000"
},
"dependencies": {
"@aws-amplify/ui-vue": "^3.1.24",
"@aws-amplify/ui-vue": "^3.1.25",
"aws-amplify": "latest",
"vue": "^3.0.5",
"vue-router": "4"
Expand Down
7 changes: 7 additions & 0 deletions packages/angular/projects/ui-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @aws-amplify/ui-angular

## 4.0.6

### Patch Changes

- Updated dependencies [[`00c7abc25`](https://github.com/aws-amplify/amplify-ui/commit/00c7abc25b263bb42b67d8980b31212d0a206d1c), [`54d884dd0`](https://github.com/aws-amplify/amplify-ui/commit/54d884dd0ae7f16cc1f5b71ae767e0ccf477c4b5), [`5040faf51`](https://github.com/aws-amplify/amplify-ui/commit/5040faf51ce2dc87882d452e6f90ad4ab0bd6967)]:
- @aws-amplify/ui@5.7.1

## 4.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/projects/ui-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-angular",
"version": "4.0.5",
"version": "4.0.6",
"scripts": {
"build": "yarn --cwd ../../ build",
"dev": "yarn --cwd ../../ dev",
Expand All @@ -19,7 +19,7 @@
"aws-amplify": "^5.0.1"
},
"dependencies": {
"@aws-amplify/ui": "5.7.0",
"@aws-amplify/ui": "5.7.1",
"classnames": "2.3.1",
"nanoid": "3.1.31",
"qrcode": "1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/projects/ui-angular/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '4.0.5';
export const VERSION = '4.0.6';
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
]
},
"devDependencies": {
"@aws-amplify/ui": "^5.7.0",
"@aws-amplify/ui": "^5.7.1",
"@badeball/cypress-cucumber-preprocessor": "^16.0.3",
"@bahmutov/cypress-esbuild-preprocessor": "~2.2.0",
"@cucumber/cucumber": "^9.3.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-core-notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @aws-amplify/ui-react-core-notifications

## 1.0.7

### Patch Changes

- Updated dependencies [[`00c7abc25`](https://github.com/aws-amplify/amplify-ui/commit/00c7abc25b263bb42b67d8980b31212d0a206d1c), [`54d884dd0`](https://github.com/aws-amplify/amplify-ui/commit/54d884dd0ae7f16cc1f5b71ae767e0ccf477c4b5), [`5040faf51`](https://github.com/aws-amplify/amplify-ui/commit/5040faf51ce2dc87882d452e6f90ad4ab0bd6967)]:
- @aws-amplify/ui@5.7.1
- @aws-amplify/ui-react-core@2.1.30

## 1.0.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "1.0.6",
"version": "1.0.7",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"exports": {
Expand Down Expand Up @@ -36,8 +36,8 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@aws-amplify/ui": "5.7.0",
"@aws-amplify/ui-react-core": "2.1.29"
"@aws-amplify/ui": "5.7.1",
"@aws-amplify/ui-react-core": "2.1.30"
},
"peerDependencies": {
"aws-amplify": "^5.0.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/react-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @aws-amplify/ui-react-core

## 2.1.30

### Patch Changes

- [#4331](https://github.com/aws-amplify/amplify-ui/pull/4331) [`54d884dd0`](https://github.com/aws-amplify/amplify-ui/commit/54d884dd0ae7f16cc1f5b71ae767e0ccf477c4b5) Thanks [@calebpollman](https://github.com/calebpollman)! - feat(ui-react-core): add createContextUtilities

- Updated dependencies [[`00c7abc25`](https://github.com/aws-amplify/amplify-ui/commit/00c7abc25b263bb42b67d8980b31212d0a206d1c), [`54d884dd0`](https://github.com/aws-amplify/amplify-ui/commit/54d884dd0ae7f16cc1f5b71ae767e0ccf477c4b5), [`5040faf51`](https://github.com/aws-amplify/amplify-ui/commit/5040faf51ce2dc87882d452e6f90ad4ab0bd6967)]:
- @aws-amplify/ui@5.7.1

## 2.1.29

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "2.1.29",
"version": "2.1.30",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"react-native": "dist/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@aws-amplify/ui": "5.7.0",
"@aws-amplify/ui": "5.7.1",
"@xstate/react": "3.0.1",
"lodash": "4.17.21",
"xstate": "^4.33.6"
Expand Down
8 changes: 8 additions & 0 deletions packages/react-liveness/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @aws-amplify/ui-react-liveness

## 2.0.4

### Patch Changes

- Updated dependencies [[`00c7abc25`](https://github.com/aws-amplify/amplify-ui/commit/00c7abc25b263bb42b67d8980b31212d0a206d1c), [`54d884dd0`](https://github.com/aws-amplify/amplify-ui/commit/54d884dd0ae7f16cc1f5b71ae767e0ccf477c4b5), [`5040faf51`](https://github.com/aws-amplify/amplify-ui/commit/5040faf51ce2dc87882d452e6f90ad4ab0bd6967)]:
- @aws-amplify/ui-react@5.1.1
- @aws-amplify/ui@5.7.1

## 2.0.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "2.0.3",
"version": "2.0.4",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"exports": {
Expand Down Expand Up @@ -48,8 +48,8 @@
"react-dom": ">= 16.14.0"
},
"dependencies": {
"@aws-amplify/ui": "5.7.0",
"@aws-amplify/ui-react": "5.1.0",
"@aws-amplify/ui": "5.7.1",
"@aws-amplify/ui-react": "5.1.1",
"@aws-sdk/client-rekognitionstreaming": "3.360.0",
"@tensorflow-models/blazeface": "0.0.7",
"@tensorflow/tfjs-backend-cpu": "3.11.0",
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 = '2.0.3';
export const VERSION = '2.0.4';
19 changes: 19 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @aws-amplify/ui-react-native

## 1.2.25

### Patch Changes

- [#4305](https://github.com/aws-amplify/amplify-ui/pull/4305) [`00c7abc25`](https://github.com/aws-amplify/amplify-ui/commit/00c7abc25b263bb42b67d8980b31212d0a206d1c) Thanks [@hbuchel](https://github.com/hbuchel)! - feat(react): Add `colorTheme` prop to Button

The Button React primitive now accepts the `colorTheme` prop which allows for more color variants. Usage:

```
<Button colorTheme="error">Button text</Button>
```

- [#4349](https://github.com/aws-amplify/amplify-ui/pull/4349) [`8c2a3aad8`](https://github.com/aws-amplify/amplify-ui/commit/8c2a3aad88453ecd0f3e1fad0678906a89e56a87) Thanks [@ioanabrooks](https://github.com/ioanabrooks)! - fix(ui-react-native): Fix RN Authenticator not trimming values before validation.

- Updated dependencies [[`00c7abc25`](https://github.com/aws-amplify/amplify-ui/commit/00c7abc25b263bb42b67d8980b31212d0a206d1c), [`54d884dd0`](https://github.com/aws-amplify/amplify-ui/commit/54d884dd0ae7f16cc1f5b71ae767e0ccf477c4b5), [`5040faf51`](https://github.com/aws-amplify/amplify-ui/commit/5040faf51ce2dc87882d452e6f90ad4ab0bd6967)]:
- @aws-amplify/ui@5.7.1
- @aws-amplify/ui-react-core@2.1.30
- @aws-amplify/ui-react-core-notifications@1.0.7

## 1.2.24

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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": "1.2.24",
"version": "1.2.25",
"main": "lib/index.js",
"module": "dist/index.js",
"react-native": "src/index.ts",
Expand Down Expand Up @@ -40,9 +40,9 @@
"rimraf": "^3.0.2"
},
"dependencies": {
"@aws-amplify/ui": "5.7.0",
"@aws-amplify/ui-react-core": "2.1.29",
"@aws-amplify/ui-react-core-notifications": "1.0.6"
"@aws-amplify/ui": "5.7.1",
"@aws-amplify/ui-react-core": "2.1.30",
"@aws-amplify/ui-react-core-notifications": "1.0.7"
},
"peerDependencies": {
"aws-amplify": "^5.0.1",
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 = '1.2.24';
export const VERSION = '1.2.25';
9 changes: 9 additions & 0 deletions packages/react-notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @aws-amplify/ui-react-notifications

## 1.0.10

### Patch Changes

- Updated dependencies [[`00c7abc25`](https://github.com/aws-amplify/amplify-ui/commit/00c7abc25b263bb42b67d8980b31212d0a206d1c), [`54d884dd0`](https://github.com/aws-amplify/amplify-ui/commit/54d884dd0ae7f16cc1f5b71ae767e0ccf477c4b5), [`5040faf51`](https://github.com/aws-amplify/amplify-ui/commit/5040faf51ce2dc87882d452e6f90ad4ab0bd6967)]:
- @aws-amplify/ui-react@5.1.1
- @aws-amplify/ui@5.7.1
- @aws-amplify/ui-react-core-notifications@1.0.7

## 1.0.9

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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": "1.0.9",
"version": "1.0.10",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"exports": {
Expand Down Expand Up @@ -40,9 +40,9 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@aws-amplify/ui": "5.7.0",
"@aws-amplify/ui-react": "5.1.0",
"@aws-amplify/ui-react-core-notifications": "1.0.6",
"@aws-amplify/ui": "5.7.1",
"@aws-amplify/ui-react": "5.1.1",
"@aws-amplify/ui-react-core-notifications": "1.0.7",
"classnames": "2.3.1",
"tinycolor2": "1.4.2"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/react-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @aws-amplify/ui-react-storage

## 2.1.4

### Patch Changes

- Updated dependencies [[`00c7abc25`](https://github.com/aws-amplify/amplify-ui/commit/00c7abc25b263bb42b67d8980b31212d0a206d1c), [`54d884dd0`](https://github.com/aws-amplify/amplify-ui/commit/54d884dd0ae7f16cc1f5b71ae767e0ccf477c4b5), [`5040faf51`](https://github.com/aws-amplify/amplify-ui/commit/5040faf51ce2dc87882d452e6f90ad4ab0bd6967)]:
- @aws-amplify/ui-react@5.1.1
- @aws-amplify/ui@5.7.1
- @aws-amplify/ui-react-core@2.1.30

## 2.1.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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": "2.1.3",
"version": "2.1.4",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"exports": {
Expand Down Expand Up @@ -40,9 +40,9 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@aws-amplify/ui": "5.7.0",
"@aws-amplify/ui-react": "5.1.0",
"@aws-amplify/ui-react-core": "2.1.29",
"@aws-amplify/ui": "5.7.1",
"@aws-amplify/ui-react": "5.1.1",
"@aws-amplify/ui-react-core": "2.1.30",
"classnames": "2.3.1",
"lodash": "4.17.21",
"tslib": "2.4.1"
Expand Down
18 changes: 18 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @aws-amplify/ui-react

## 5.1.1

### Patch Changes

- [#4305](https://github.com/aws-amplify/amplify-ui/pull/4305) [`00c7abc25`](https://github.com/aws-amplify/amplify-ui/commit/00c7abc25b263bb42b67d8980b31212d0a206d1c) Thanks [@hbuchel](https://github.com/hbuchel)! - feat(react): Add `colorTheme` prop to Button

The Button React primitive now accepts the `colorTheme` prop which allows for more color variants. Usage:

```
<Button colorTheme="error">Button text</Button>
```

- [#4331](https://github.com/aws-amplify/amplify-ui/pull/4331) [`54d884dd0`](https://github.com/aws-amplify/amplify-ui/commit/54d884dd0ae7f16cc1f5b71ae767e0ccf477c4b5) Thanks [@calebpollman](https://github.com/calebpollman)! - feat(ui-react-core): add createContextUtilities

- Updated dependencies [[`00c7abc25`](https://github.com/aws-amplify/amplify-ui/commit/00c7abc25b263bb42b67d8980b31212d0a206d1c), [`54d884dd0`](https://github.com/aws-amplify/amplify-ui/commit/54d884dd0ae7f16cc1f5b71ae767e0ccf477c4b5), [`5040faf51`](https://github.com/aws-amplify/amplify-ui/commit/5040faf51ce2dc87882d452e6f90ad4ab0bd6967)]:
- @aws-amplify/ui@5.7.1
- @aws-amplify/ui-react-core@2.1.30

## 5.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-react",
"version": "5.1.0",
"version": "5.1.1",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"exports": {
Expand Down Expand Up @@ -47,8 +47,8 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@aws-amplify/ui": "5.7.0",
"@aws-amplify/ui-react-core": "2.1.29",
"@aws-amplify/ui": "5.7.1",
"@aws-amplify/ui-react-core": "2.1.30",
"@radix-ui/react-accordion": "1.0.0",
"@radix-ui/react-direction": "1.0.0",
"@radix-ui/react-dropdown-menu": "1.0.0",
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 = '5.1.0';
export const VERSION = '5.1.1';
Loading

0 comments on commit aa7a7f3

Please sign in to comment.