Skip to content

Commit 8ed6229

Browse files
Version Packages (#2207)
1 parent 5716aea commit 8ed6229

File tree

15 files changed

+41
-22
lines changed

15 files changed

+41
-22
lines changed

.changeset/silver-cats-count.md

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

.changeset/some-actual-car.md

Lines changed: 0 additions & 5 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": "$_ run build"
2020
},
2121
"dependencies": {
22-
"@aws-amplify/ui-react": "3.0.2",
22+
"@aws-amplify/ui-react": "3.0.3",
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": "~11.2.14",
2222
"@angular/platform-browser-dynamic": "~11.2.14",
2323
"@angular/router": "~11.2.14",
24-
"@aws-amplify/ui-angular": "^2.4.12",
24+
"@aws-amplify/ui-angular": "^2.4.13",
2525
"rxjs": "~6.6.0",
2626
"tslib": "^2.0.0",
2727
"zone.js": "~0.11.3"

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": "^3.0.2",
13+
"@aws-amplify/ui-react": "^3.0.3",
1414
"@types/node": "^15.12.4",
1515
"@types/react": "^17.0.11",
1616
"next": "^11.1.3",

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": "^2.4.11",
13+
"@aws-amplify/ui-vue": "^2.4.12",
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+
## 2.4.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`09d738a0f`](https://github.com/aws-amplify/amplify-ui/commit/09d738a0f9e1a67367b3bdb45bcb9644f20e2600)]:
8+
- @aws-amplify/ui@3.12.1
9+
310
## 2.4.12
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": "2.4.12",
3+
"version": "2.4.13",
44
"scripts": {
55
"build": "yarn --cwd ../../ build",
66
"dev": "yarn --cwd ../../ dev",
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@aws-amplify/ui-components": "^1.7.0",
22-
"@aws-amplify/ui": "3.12.0",
22+
"@aws-amplify/ui": "3.12.1",
2323
"@stencil/core": "2.8.0",
2424
"nanoid": "3.1.31",
2525
"qrcode": "1.5.0",

packages/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"stepDefinitions": "features"
2020
},
2121
"devDependencies": {
22-
"@aws-amplify/ui": "^3.12.0",
22+
"@aws-amplify/ui": "^3.12.1",
2323
"aws-crt": "^1.10.6",
2424
"@testing-library/cypress": "^7.0.6",
2525
"@types/cypress-cucumber-preprocessor": "^4.0.0",

packages/react/CHANGELOG.md

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

3+
## 3.0.3
4+
5+
### Patch Changes
6+
7+
- [#2204](https://github.com/aws-amplify/amplify-ui/pull/2204) [`cd46fde0b`](https://github.com/aws-amplify/amplify-ui/commit/cd46fde0ba966acc1aaa4b054f16c7a2abfcd7f8) Thanks [@zchenwei](https://github.com/zchenwei)! - fix(type): adding enterKeyHint type missing from React 16
8+
9+
- Updated dependencies [[`09d738a0f`](https://github.com/aws-amplify/amplify-ui/commit/09d738a0f9e1a67367b3bdb45bcb9644f20e2600)]:
10+
- @aws-amplify/ui@3.12.1
11+
312
## 3.0.2
413

514
### Patch Changes

0 commit comments

Comments
 (0)