Skip to content

Commit

Permalink
Version Packages (#4327)
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] committed Aug 9, 2023
1 parent 198a989 commit 2ccbb88
Show file tree
Hide file tree
Showing 35 changed files with 230 additions and 103 deletions.
5 changes: 0 additions & 5 deletions .changeset/five-buckets-obey.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/grumpy-feet-raise.md

This file was deleted.

39 changes: 0 additions & 39 deletions .changeset/twelve-boxes-brake.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.0.7",
"@aws-amplify/ui-react-storage": "2.1.2",
"@aws-amplify/ui-react": "5.1.0",
"@aws-amplify/ui-react-storage": "2.1.3",
"@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.4",
"@aws-amplify/ui-angular": "^4.0.5",
"aws-amplify": "latest",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
Expand Down
10 changes: 5 additions & 5 deletions examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"lint": "next lint"
},
"dependencies": {
"@aws-amplify/ui-react": "^5.0.7",
"@aws-amplify/ui-react-liveness": "^2.0.2",
"@aws-amplify/ui-react-storage": "^2.1.2",
"@aws-amplify/ui-react-notifications": "^1.0.8",
"@aws-amplify/ui-react-geo": "^1.0.1",
"@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-geo": "^1.0.2",
"@aws-sdk/credential-providers": "^3.370.0",
"aws-amplify": "latest",
"next": "^11.1.3",
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.23",
"@aws-amplify/ui-vue": "^3.1.24",
"aws-amplify": "latest",
"vue": "^3.0.5",
"vue-router": "4"
Expand Down
9 changes: 9 additions & 0 deletions packages/angular/projects/ui-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @aws-amplify/ui-angular

## 4.0.5

### Patch Changes

- [#4321](https://github.com/aws-amplify/amplify-ui/pull/4321) [`d0d9ac2de`](https://github.com/aws-amplify/amplify-ui/commit/d0d9ac2de9714c5e3d020bdac486291c50761441) Thanks [@thaddmt](https://github.com/thaddmt)! - chore: set amplify dependencies to be ^ instead of >=

- Updated dependencies [[`d0d9ac2de`](https://github.com/aws-amplify/amplify-ui/commit/d0d9ac2de9714c5e3d020bdac486291c50761441), [`30624bd4f`](https://github.com/aws-amplify/amplify-ui/commit/30624bd4f165ed07a1cc94071a2d5550510b07b7)]:
- @aws-amplify/ui@5.7.0

## 4.0.4

### 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.4",
"version": "4.0.5",
"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.6.9",
"@aws-amplify/ui": "5.7.0",
"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.4';
export const VERSION = '4.0.5';
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.6.9",
"@aws-amplify/ui": "^5.7.0",
"@badeball/cypress-cucumber-preprocessor": "^12.1.0",
"@bahmutov/cypress-esbuild-preprocessor": "~2.1.3",
"@cucumber/cucumber": "^9.0.1",
Expand Down
10 changes: 10 additions & 0 deletions packages/react-core-notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @aws-amplify/ui-react-core-notifications

## 1.0.6

### Patch Changes

- [#4321](https://github.com/aws-amplify/amplify-ui/pull/4321) [`d0d9ac2de`](https://github.com/aws-amplify/amplify-ui/commit/d0d9ac2de9714c5e3d020bdac486291c50761441) Thanks [@thaddmt](https://github.com/thaddmt)! - chore: set amplify dependencies to be ^ instead of >=

- Updated dependencies [[`d0d9ac2de`](https://github.com/aws-amplify/amplify-ui/commit/d0d9ac2de9714c5e3d020bdac486291c50761441), [`30624bd4f`](https://github.com/aws-amplify/amplify-ui/commit/30624bd4f165ed07a1cc94071a2d5550510b07b7)]:
- @aws-amplify/ui-react-core@2.1.29
- @aws-amplify/ui@5.7.0

## 1.0.5

### 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.5",
"version": "1.0.6",
"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.6.9",
"@aws-amplify/ui-react-core": "2.1.28"
"@aws-amplify/ui": "5.7.0",
"@aws-amplify/ui-react-core": "2.1.29"
},
"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.29

### Patch Changes

- [#4321](https://github.com/aws-amplify/amplify-ui/pull/4321) [`d0d9ac2de`](https://github.com/aws-amplify/amplify-ui/commit/d0d9ac2de9714c5e3d020bdac486291c50761441) Thanks [@thaddmt](https://github.com/thaddmt)! - chore: set amplify dependencies to be ^ instead of >=

- Updated dependencies [[`d0d9ac2de`](https://github.com/aws-amplify/amplify-ui/commit/d0d9ac2de9714c5e3d020bdac486291c50761441), [`30624bd4f`](https://github.com/aws-amplify/amplify-ui/commit/30624bd4f165ed07a1cc94071a2d5550510b07b7)]:
- @aws-amplify/ui@5.7.0

## 2.1.28

### 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.28",
"version": "2.1.29",
"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.6.9",
"@aws-amplify/ui": "5.7.0",
"@xstate/react": "3.0.1",
"lodash": "4.17.21",
"xstate": "^4.33.6"
Expand Down
6 changes: 6 additions & 0 deletions packages/react-geo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aws-amplify/ui-react-geo

## 1.0.2

### Patch Changes

- [#4321](https://github.com/aws-amplify/amplify-ui/pull/4321) [`d0d9ac2de`](https://github.com/aws-amplify/amplify-ui/commit/d0d9ac2de9714c5e3d020bdac486291c50761441) Thanks [@thaddmt](https://github.com/thaddmt)! - chore: set amplify dependencies to be ^ instead of >=

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.0.1",
"version": "1.0.2",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"exports": {
Expand Down
12 changes: 12 additions & 0 deletions packages/react-liveness/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @aws-amplify/ui-react-liveness

## 2.0.3

### Patch Changes

- [#4314](https://github.com/aws-amplify/amplify-ui/pull/4314) [`3d5c98ba2`](https://github.com/aws-amplify/amplify-ui/commit/3d5c98ba2f5e3eb38f1ff3ca5909ec2c333ac21d) Thanks [@thaddmt](https://github.com/thaddmt)! - fix: ensure that media track constraints is not undefined

- [#4321](https://github.com/aws-amplify/amplify-ui/pull/4321) [`d0d9ac2de`](https://github.com/aws-amplify/amplify-ui/commit/d0d9ac2de9714c5e3d020bdac486291c50761441) Thanks [@thaddmt](https://github.com/thaddmt)! - chore: set amplify dependencies to be ^ instead of >=

- Updated dependencies [[`d0d9ac2de`](https://github.com/aws-amplify/amplify-ui/commit/d0d9ac2de9714c5e3d020bdac486291c50761441), [`30624bd4f`](https://github.com/aws-amplify/amplify-ui/commit/30624bd4f165ed07a1cc94071a2d5550510b07b7)]:
- @aws-amplify/ui-react@5.1.0
- @aws-amplify/ui@5.7.0

## 2.0.2

### 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.2",
"version": "2.0.3",
"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.6.9",
"@aws-amplify/ui-react": "5.0.7",
"@aws-amplify/ui": "5.7.0",
"@aws-amplify/ui-react": "5.1.0",
"@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.2';
export const VERSION = '2.0.3';
11 changes: 11 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @aws-amplify/ui-react-native

## 1.2.24

### Patch Changes

- [#4321](https://github.com/aws-amplify/amplify-ui/pull/4321) [`d0d9ac2de`](https://github.com/aws-amplify/amplify-ui/commit/d0d9ac2de9714c5e3d020bdac486291c50761441) Thanks [@thaddmt](https://github.com/thaddmt)! - chore: set amplify dependencies to be ^ instead of >=

- Updated dependencies [[`d0d9ac2de`](https://github.com/aws-amplify/amplify-ui/commit/d0d9ac2de9714c5e3d020bdac486291c50761441), [`30624bd4f`](https://github.com/aws-amplify/amplify-ui/commit/30624bd4f165ed07a1cc94071a2d5550510b07b7)]:
- @aws-amplify/ui-react-core-notifications@1.0.6
- @aws-amplify/ui-react-core@2.1.29
- @aws-amplify/ui@5.7.0

## 1.2.23

### 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.23",
"version": "1.2.24",
"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.6.9",
"@aws-amplify/ui-react-core": "2.1.28",
"@aws-amplify/ui-react-core-notifications": "1.0.5"
"@aws-amplify/ui": "5.7.0",
"@aws-amplify/ui-react-core": "2.1.29",
"@aws-amplify/ui-react-core-notifications": "1.0.6"
},
"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.23';
export const VERSION = '1.2.24';
11 changes: 11 additions & 0 deletions packages/react-notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @aws-amplify/ui-react-notifications

## 1.0.9

### Patch Changes

- [#4321](https://github.com/aws-amplify/amplify-ui/pull/4321) [`d0d9ac2de`](https://github.com/aws-amplify/amplify-ui/commit/d0d9ac2de9714c5e3d020bdac486291c50761441) Thanks [@thaddmt](https://github.com/thaddmt)! - chore: set amplify dependencies to be ^ instead of >=

- Updated dependencies [[`d0d9ac2de`](https://github.com/aws-amplify/amplify-ui/commit/d0d9ac2de9714c5e3d020bdac486291c50761441), [`30624bd4f`](https://github.com/aws-amplify/amplify-ui/commit/30624bd4f165ed07a1cc94071a2d5550510b07b7)]:
- @aws-amplify/ui-react-core-notifications@1.0.6
- @aws-amplify/ui-react@5.1.0
- @aws-amplify/ui@5.7.0

## 1.0.8

### 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.8",
"version": "1.0.9",
"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.6.9",
"@aws-amplify/ui-react": "5.0.7",
"@aws-amplify/ui-react-core-notifications": "1.0.5",
"@aws-amplify/ui": "5.7.0",
"@aws-amplify/ui-react": "5.1.0",
"@aws-amplify/ui-react-core-notifications": "1.0.6",
"classnames": "2.3.1",
"tinycolor2": "1.4.2"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/react-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @aws-amplify/ui-react-storage

## 2.1.3

### Patch Changes

- [#4321](https://github.com/aws-amplify/amplify-ui/pull/4321) [`d0d9ac2de`](https://github.com/aws-amplify/amplify-ui/commit/d0d9ac2de9714c5e3d020bdac486291c50761441) Thanks [@thaddmt](https://github.com/thaddmt)! - chore: set amplify dependencies to be ^ instead of >=

- Updated dependencies [[`d0d9ac2de`](https://github.com/aws-amplify/amplify-ui/commit/d0d9ac2de9714c5e3d020bdac486291c50761441), [`30624bd4f`](https://github.com/aws-amplify/amplify-ui/commit/30624bd4f165ed07a1cc94071a2d5550510b07b7)]:
- @aws-amplify/ui-react-core@2.1.29
- @aws-amplify/ui-react@5.1.0
- @aws-amplify/ui@5.7.0

## 2.1.2

### 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.2",
"version": "2.1.3",
"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.6.9",
"@aws-amplify/ui-react": "5.0.7",
"@aws-amplify/ui-react-core": "2.1.28",
"@aws-amplify/ui": "5.7.0",
"@aws-amplify/ui-react": "5.1.0",
"@aws-amplify/ui-react-core": "2.1.29",
"classnames": "2.3.1",
"lodash": "4.17.21",
"tslib": "2.4.1"
Expand Down
Loading

0 comments on commit 2ccbb88

Please sign in to comment.