Skip to content

Commit a89dc12

Browse files
Version Packages (#2240)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d5a990f commit a89dc12

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.changeset/slow-dragons-deny.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.3",
22+
"@aws-amplify/ui-react": "3.0.4",
2323
"@cucumber/gherkin": "^19.0.3",
2424
"@cucumber/messages": "^16.0.1",
2525
"@docsearch/react": "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.3",
13+
"@aws-amplify/ui-react": "^3.0.4",
1414
"@types/node": "^15.12.4",
1515
"@types/react": "^17.0.11",
1616
"next": "^11.1.3",

packages/react/CHANGELOG.md

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

3+
## 3.0.4
4+
5+
### Patch Changes
6+
7+
- [#2228](https://github.com/aws-amplify/amplify-ui/pull/2228) [`60da225f8`](https://github.com/aws-amplify/amplify-ui/commit/60da225f84d51ba51d044c17853558b3514c9f41) Thanks [@calebpollman](https://github.com/calebpollman)! - fix(ui-react): directly return children from Authenticator
8+
39
## 3.0.3
410

511
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/ui-react",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"main": "dist/index.js",
55
"module": "dist/esm/index.js",
66
"exports": {

0 commit comments

Comments
 (0)