Skip to content

Commit 998a2de

Browse files
Version Packages (#3081)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1716d80 commit 998a2de

File tree

21 files changed

+77
-41
lines changed

21 files changed

+77
-41
lines changed

.changeset/dirty-ladybugs-yell.md

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

.changeset/gold-kiwis-mate.md

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

.changeset/small-dancers-cheer.md

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

.changeset/small-planes-train.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
@@ -19,7 +19,7 @@
1919
"test": "jest"
2020
},
2121
"dependencies": {
22-
"@aws-amplify/ui-react": "4.0.3",
22+
"@aws-amplify/ui-react": "4.1.0",
2323
"@cucumber/gherkin": "^19.0.3",
2424
"@cucumber/messages": "^16.0.1",
2525
"@docsearch/react": "3",

examples/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@angular/platform-browser": "~12.2.16",
2222
"@angular/platform-browser-dynamic": "~12.2.16",
2323
"@angular/router": "~12.2.16",
24-
"@aws-amplify/ui-angular": "^3.1.1",
24+
"@aws-amplify/ui-angular": "^3.1.2",
2525
"rxjs": "~6.6.0",
2626
"tslib": "^2.0.0",
2727
"zone.js": "~0.11.4"

examples/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "next lint"
1111
},
1212
"dependencies": {
13-
"@aws-amplify/ui-react": "^4.0.3",
13+
"@aws-amplify/ui-react": "^4.1.0",
1414
"aws-amplify": "latest",
1515
"next": "^11.1.3",
1616
"next-global-css": "^1.1.1",

examples/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"start": "vite preview --port 3000"
1111
},
1212
"dependencies": {
13-
"@aws-amplify/ui-vue": "^3.0.2",
13+
"@aws-amplify/ui-vue": "^3.0.3",
1414
"aws-amplify": "latest",
1515
"vue": "^3.0.5",
1616
"vue-router": "4"

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+
## 3.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b416aca55`](https://github.com/aws-amplify/amplify-ui/commit/b416aca553649d37e2686c02f3223a77bf36ed98), [`8e5e696f4`](https://github.com/aws-amplify/amplify-ui/commit/8e5e696f4d0ae61e74537cdfe4395005cc21ce12), [`7f4248db4`](https://github.com/aws-amplify/amplify-ui/commit/7f4248db457639d1bb34c8318569ab047aa80c5e), [`a5b8696bc`](https://github.com/aws-amplify/amplify-ui/commit/a5b8696bc41d8cb2ff2c6fc39f8fd1afc349955a)]:
8+
- @aws-amplify/ui@5.2.0
9+
310
## 3.1.1
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": "3.1.1",
3+
"version": "3.1.2",
44
"scripts": {
55
"build": "yarn --cwd ../../ build",
66
"dev": "yarn --cwd ../../ dev",
@@ -17,7 +17,7 @@
1717
"aws-amplify": "5.x.x"
1818
},
1919
"dependencies": {
20-
"@aws-amplify/ui": "5.1.1",
20+
"@aws-amplify/ui": "5.2.0",
2121
"nanoid": "3.1.31",
2222
"qrcode": "1.5.0",
2323
"tslib": "2.3.1",

0 commit comments

Comments
 (0)