Skip to content

Commit 12fd66c

Browse files
Version Packages (#5646)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a5acab9 commit 12fd66c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+184
-80
lines changed

.changeset/cool-baboons-whisper.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/foo-bar.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rad-cats-shred.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test:links": "node --require esbuild-register ./scripts/link-checker-puppeteer.ts"
2424
},
2525
"dependencies": {
26-
"@aws-amplify/ui-react": "6.2.0",
26+
"@aws-amplify/ui-react": "6.2.1",
2727
"@docsearch/react": "3",
2828
"@mdx-js/loader": "^2.1.0",
2929
"@mdx-js/mdx": "^2.1.0",

examples/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@angular/platform-browser": "^14.3.0",
2121
"@angular/platform-browser-dynamic": "^14.3.0",
2222
"@angular/router": "^14.3.0",
23-
"@aws-amplify/ui-angular": "^5.0.19",
23+
"@aws-amplify/ui-angular": "^5.0.20",
2424
"rxjs": "~6.6.0",
2525
"tslib": "^2.0.0",
2626
"zone.js": "~0.11.4"

examples/next/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"lint": "next lint"
1111
},
1212
"dependencies": {
13-
"@aws-amplify/ui-react": "^6.2.0",
14-
"@aws-amplify/ui-react-geo": "^2.0.19",
15-
"@aws-amplify/ui-react-liveness": "^3.1.4",
16-
"@aws-amplify/ui-react-notifications": "^2.0.23",
17-
"@aws-amplify/ui-react-storage": "^3.2.0",
13+
"@aws-amplify/ui-react": "^6.2.1",
14+
"@aws-amplify/ui-react-geo": "^2.0.20",
15+
"@aws-amplify/ui-react-liveness": "^3.1.5",
16+
"@aws-amplify/ui-react-notifications": "^2.0.24",
17+
"@aws-amplify/ui-react-storage": "^3.2.1",
1818
"@aws-sdk/credential-providers": "^3.370.0",
1919
"next": "^14.1.1",
2020
"next-global-css": "^1.1.1",

examples/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"start": "vite preview --port 3000"
1212
},
1313
"dependencies": {
14-
"@aws-amplify/ui-vue": "^4.2.11",
14+
"@aws-amplify/ui-vue": "^4.2.12",
1515
"vue": "^3.0.5",
1616
"vue-router": "4"
1717
},

packages/angular/projects/ui-angular/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @aws-amplify/ui-angular
22

3+
## 5.0.20
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6e67ab6be`](https://github.com/aws-amplify/amplify-ui/commit/6e67ab6beb65e8ac7c7db6c6586df3c4f219bdbf), [`634815ff0`](https://github.com/aws-amplify/amplify-ui/commit/634815ff07defd89123963bab98f410c5e1fc9cd)]:
8+
- @aws-amplify/ui@6.2.0
9+
310
## 5.0.19
411

512
### Patch Changes

packages/angular/projects/ui-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/ui-angular",
3-
"version": "5.0.19",
3+
"version": "5.0.20",
44
"scripts": {
55
"build": "yarn --cwd ../../ build",
66
"dev": "yarn --cwd ../../ dev",
@@ -18,7 +18,7 @@
1818
"aws-amplify": "^6.3.2"
1919
},
2020
"dependencies": {
21-
"@aws-amplify/ui": "6.1.0",
21+
"@aws-amplify/ui": "6.2.0",
2222
"nanoid": "3.1.31",
2323
"qrcode": "1.5.0",
2424
"tslib": "^2.5.2",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '5.0.19';
1+
export const VERSION = '5.0.20';

0 commit comments

Comments
 (0)