Skip to content

Commit

Permalink
Version Packages (#3920)
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 May 22, 2023
1 parent 1e6b0b8 commit 150bad9
Show file tree
Hide file tree
Showing 30 changed files with 99 additions and 53 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-snakes-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-comics-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-cats-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-actors-train.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 @@ -21,8 +21,8 @@
"test:links": "node --require esbuild-register ./scripts/link-checker-puppeteer.ts"
},
"dependencies": {
"@aws-amplify/ui-react": "4.6.2",
"@aws-amplify/ui-react-storage": "1.2.1",
"@aws-amplify/ui-react": "4.6.3",
"@aws-amplify/ui-react-storage": "1.2.2",
"@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": "~12.2.16",
"@angular/platform-browser-dynamic": "~12.2.16",
"@angular/router": "~12.2.16",
"@aws-amplify/ui-angular": "^3.2.16",
"@aws-amplify/ui-angular": "^3.2.17",
"aws-amplify": "latest",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"lint": "next lint"
},
"dependencies": {
"@aws-amplify/ui-react": "^4.6.2",
"@aws-amplify/ui-react-liveness": "^1.0.2",
"@aws-amplify/ui-react-storage": "^1.2.1",
"@aws-amplify/ui-react": "^4.6.3",
"@aws-amplify/ui-react-liveness": "^1.0.3",
"@aws-amplify/ui-react-storage": "^1.2.2",
"aws-amplify": "latest",
"next": "^11.1.3",
"next-global-css": "^1.1.1",
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.16",
"@aws-amplify/ui-vue": "^3.1.17",
"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

## 3.2.17

### Patch Changes

- [#3848](https://github.com/aws-amplify/amplify-ui/pull/3848) [`88f98e1f9`](https://github.com/aws-amplify/amplify-ui/commit/88f98e1f9eb46eabbf8826b378a9294c3d6f0712) Thanks [@wlee221](https://github.com/wlee221)! - fix(angular): separate `authStatus` logic from UI

- Updated dependencies [[`62425139f`](https://github.com/aws-amplify/amplify-ui/commit/62425139fb5e41a3b36b46aac1d31b965a2739fc)]:
- @aws-amplify/ui@5.6.3

## 3.2.16

### 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": "3.2.16",
"version": "3.2.17",
"scripts": {
"build": "yarn --cwd ../../ build",
"dev": "yarn --cwd ../../ dev",
Expand All @@ -18,7 +18,7 @@
"aws-amplify": ">= 5.0.1"
},
"dependencies": {
"@aws-amplify/ui": "5.6.2",
"@aws-amplify/ui": "5.6.3",
"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 = '3.2.16';
export const VERSION = '3.2.17';
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
]
},
"devDependencies": {
"@aws-amplify/ui": "^5.6.2",
"@aws-amplify/ui": "^5.6.3",
"@badeball/cypress-cucumber-preprocessor": "^12.1.0",
"@bahmutov/cypress-esbuild-preprocessor": "~2.1.3",
"@cucumber/cucumber": "^9.0.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @aws-amplify/ui-react-core

## 2.1.22

### Patch Changes

- Updated dependencies [[`62425139f`](https://github.com/aws-amplify/amplify-ui/commit/62425139fb5e41a3b36b46aac1d31b965a2739fc)]:
- @aws-amplify/ui@5.6.3

## 2.1.21

### 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.21",
"version": "2.1.22",
"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.2",
"@aws-amplify/ui": "5.6.3",
"@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

## 1.0.3

### Patch Changes

- Updated dependencies [[`62425139f`](https://github.com/aws-amplify/amplify-ui/commit/62425139fb5e41a3b36b46aac1d31b965a2739fc)]:
- @aws-amplify/ui@5.6.3
- @aws-amplify/ui-react@4.6.3

## 1.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,7 +1,7 @@
{
"name": "@aws-amplify/ui-react-liveness",
"private": true,
"version": "1.0.2",
"version": "1.0.3",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"exports": {
Expand Down Expand Up @@ -49,8 +49,8 @@
"react-dom": ">= 16.14.0"
},
"dependencies": {
"@aws-amplify/ui": "5.6.2",
"@aws-amplify/ui-react": "4.6.2",
"@aws-amplify/ui": "5.6.3",
"@aws-amplify/ui-react": "4.6.3",
"@aws-sdk/client-rekognitionstreaming": "3.309.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 = '1.0.2';
export const VERSION = '1.0.3';
8 changes: 8 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @aws-amplify/ui-react-native

## 1.2.17

### Patch Changes

- Updated dependencies [[`62425139f`](https://github.com/aws-amplify/amplify-ui/commit/62425139fb5e41a3b36b46aac1d31b965a2739fc)]:
- @aws-amplify/ui@5.6.3
- @aws-amplify/ui-react-core@2.1.22

## 1.2.16

### 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": "1.2.16",
"version": "1.2.17",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -37,8 +37,8 @@
"rimraf": "^3.0.2"
},
"dependencies": {
"@aws-amplify/ui": "5.6.2",
"@aws-amplify/ui-react-core": "2.1.21"
"@aws-amplify/ui": "5.6.3",
"@aws-amplify/ui-react-core": "2.1.22"
},
"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.16';
export const VERSION = '1.2.17';
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

## 1.2.2

### Patch Changes

- Updated dependencies [[`62425139f`](https://github.com/aws-amplify/amplify-ui/commit/62425139fb5e41a3b36b46aac1d31b965a2739fc)]:
- @aws-amplify/ui@5.6.3
- @aws-amplify/ui-react@4.6.3
- @aws-amplify/ui-react-core@2.1.22

## 1.2.1

### 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": "1.2.1",
"version": "1.2.2",
"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.2",
"@aws-amplify/ui-react": "4.6.2",
"@aws-amplify/ui-react-core": "2.1.21",
"@aws-amplify/ui": "5.6.3",
"@aws-amplify/ui-react": "4.6.3",
"@aws-amplify/ui-react-core": "2.1.22",
"classnames": "2.3.1",
"lodash": "4.17.21",
"tslib": "2.4.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @aws-amplify/ui-react

## 4.6.3

### Patch Changes

- Updated dependencies [[`62425139f`](https://github.com/aws-amplify/amplify-ui/commit/62425139fb5e41a3b36b46aac1d31b965a2739fc)]:
- @aws-amplify/ui@5.6.3
- @aws-amplify/ui-react-core@2.1.22

## 4.6.2

### Patch 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": "4.6.2",
"version": "4.6.3",
"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.6.2",
"@aws-amplify/ui-react-core": "2.1.21",
"@aws-amplify/ui": "5.6.3",
"@aws-amplify/ui-react-core": "2.1.22",
"@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 = '4.6.2';
export const VERSION = '4.6.3';
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aws-amplify/ui

## 5.6.3

### Patch Changes

- [#3595](https://github.com/aws-amplify/amplify-ui/pull/3595) [`62425139f`](https://github.com/aws-amplify/amplify-ui/commit/62425139fb5e41a3b36b46aac1d31b965a2739fc) Thanks [@Majid-J](https://github.com/Majid-J)! - Added Norwegian as a supported language to Authenticator.

## 5.6.2

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

## 3.1.17

### Patch Changes

- [#3908](https://github.com/aws-amplify/amplify-ui/pull/3908) [`4cb09a3ec`](https://github.com/aws-amplify/amplify-ui/commit/4cb09a3ecc67faa316359978e3baf7d56f65565c) Thanks [@wlee221](https://github.com/wlee221)! - chore(vue): refactor vue composable usages and move state machine logic to `useAuth`

- [#3922](https://github.com/aws-amplify/amplify-ui/pull/3922) [`318030ae7`](https://github.com/aws-amplify/amplify-ui/commit/318030ae7087255961bb32270a2ff31413e4342e) Thanks [@wlee221](https://github.com/wlee221)! - fix(vue): separate `authStatus` logic from UI

- Updated dependencies [[`62425139f`](https://github.com/aws-amplify/amplify-ui/commit/62425139fb5e41a3b36b46aac1d31b965a2739fc)]:
- @aws-amplify/ui@5.6.3

## 3.1.16

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-vue",
"version": "3.1.16",
"version": "3.1.17",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@aws-amplify/ui": "5.6.2",
"@aws-amplify/ui": "5.6.3",
"@vue/tsconfig": "^0.1.3",
"@vueuse/core": "7.5.5",
"@xstate/vue": "0.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '3.1.16';
export const VERSION = '3.1.17';

0 comments on commit 150bad9

Please sign in to comment.