Skip to content

Commit

Permalink
Version Packages (#4878)
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 Jan 3, 2024
1 parent 94d05cb commit cef5b5a
Show file tree
Hide file tree
Showing 19 changed files with 55 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/rotten-terms-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-walls-sip.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:links": "node --require esbuild-register ./scripts/link-checker-puppeteer.ts"
},
"dependencies": {
"@aws-amplify/ui-react": "6.0.7",
"@aws-amplify/ui-react": "6.1.0",
"@docsearch/react": "3",
"@mdx-js/loader": "^2.1.0",
"@mdx-js/mdx": "^2.1.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 @@ -11,11 +11,11 @@
},
"dependencies": {
"@aws-amplify/geo": "^3.0.1",
"@aws-amplify/ui-react": "^6.0.7",
"@aws-amplify/ui-react": "^6.1.0",
"@aws-amplify/ui-react-geo": "^2.0.6",
"@aws-amplify/ui-react-liveness": "^3.0.7",
"@aws-amplify/ui-react-notifications": "^2.0.7",
"@aws-amplify/ui-react-storage": "^3.0.8",
"@aws-amplify/ui-react-liveness": "^3.0.8",
"@aws-amplify/ui-react-notifications": "^2.0.8",
"@aws-amplify/ui-react-storage": "^3.0.9",
"@aws-sdk/credential-providers": "^3.370.0",
"aws-amplify": "^6.0.6",
"next": "^13.5.5",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @aws-amplify/ui-react-auth

## 0.0.10

### Patch Changes

- Updated dependencies [[`8d41213bc`](https://github.com/aws-amplify/amplify-ui/commit/8d41213bc96f3f37342c09756cf16a07ea4e2090)]:
- @aws-amplify/ui-react@6.1.0

## 0.0.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.9",
"version": "0.0.10",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"exports": {
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@aws-amplify/ui": "6.0.6",
"@aws-amplify/ui-react": "6.0.7",
"@aws-amplify/ui-react": "6.1.0",
"@aws-amplify/ui-react-core": "3.0.6",
"@aws-amplify/ui-react-core-auth": "0.0.8",
"@xstate/react": "3.2.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.9';
export const VERSION = '0.0.10';
9 changes: 9 additions & 0 deletions packages/react-liveness/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @aws-amplify/ui-react-liveness

## 3.0.8

### Patch Changes

- [#4877](https://github.com/aws-amplify/amplify-ui/pull/4877) [`94d05cbff`](https://github.com/aws-amplify/amplify-ui/commit/94d05cbffe407f0880a68b819b3c7d75016ff65a) Thanks [@thaddmt](https://github.com/thaddmt)! - chore: update toasts to be assertive

- Updated dependencies [[`8d41213bc`](https://github.com/aws-amplify/amplify-ui/commit/8d41213bc96f3f37342c09756cf16a07ea4e2090)]:
- @aws-amplify/ui-react@6.1.0

## 3.0.7

### 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.0.7",
"version": "3.0.8",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"exports": {
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@aws-amplify/ui": "6.0.6",
"@aws-amplify/ui-react": "6.0.7",
"@aws-amplify/ui-react": "6.1.0",
"@aws-sdk/client-rekognitionstreaming": "3.398.0",
"@aws-sdk/util-format-url": "^3.410.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.0.7';
export const VERSION = '3.0.8';
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.0.8

### Patch Changes

- Updated dependencies [[`8d41213bc`](https://github.com/aws-amplify/amplify-ui/commit/8d41213bc96f3f37342c09756cf16a07ea4e2090)]:
- @aws-amplify/ui-react@6.1.0

## 2.0.7

### 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.0.7",
"version": "2.0.8",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"exports": {
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@aws-amplify/ui": "6.0.6",
"@aws-amplify/ui-react": "6.0.7",
"@aws-amplify/ui-react": "6.1.0",
"@aws-amplify/ui-react-core-notifications": "2.0.6",
"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.0.7';
export const VERSION = '2.0.8';
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.0.9

### Patch Changes

- Updated dependencies [[`8d41213bc`](https://github.com/aws-amplify/amplify-ui/commit/8d41213bc96f3f37342c09756cf16a07ea4e2090)]:
- @aws-amplify/ui-react@6.1.0

## 3.0.8

### Patch 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.0.8",
"version": "3.0.9",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"exports": {
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@aws-amplify/ui": "6.0.6",
"@aws-amplify/ui-react": "6.0.7",
"@aws-amplify/ui-react": "6.1.0",
"@aws-amplify/ui-react-core": "3.0.6",
"lodash": "4.17.21",
"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.0.8';
export const VERSION = '3.0.9';
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.1.0

### Minor Changes

- [#4869](https://github.com/aws-amplify/amplify-ui/pull/4869) [`8d41213bc`](https://github.com/aws-amplify/amplify-ui/commit/8d41213bc96f3f37342c09756cf16a07ea4e2090) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(docs): remove dynamic imports from React primitive pages, add FilterChildren internal component

## 6.0.7

### 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.0.7",
"version": "6.1.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.0.7';
export const VERSION = '6.1.0';

0 comments on commit cef5b5a

Please sign in to comment.