Skip to content

Commit c3bbe79

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

File tree

7 files changed

+20
-11
lines changed

7 files changed

+20
-11
lines changed

.changeset/green-hounds-serve.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": "$_ run build"
2020
},
2121
"dependencies": {
22-
"@aws-amplify/ui-react": "3.5.8",
22+
"@aws-amplify/ui-react": "3.5.9",
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.5.8",
13+
"@aws-amplify/ui-react": "^3.5.9",
1414
"next": "^11.1.3",
1515
"next-global-css": "^1.1.1",
1616
"react": "17",

packages/react-core/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-core
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- [#2746](https://github.com/aws-amplify/amplify-ui/pull/2746) [`2893da04b`](https://github.com/aws-amplify/amplify-ui/commit/2893da04b4616efc342f6973169d03fef0113c7b) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(ui-react-core): add missing value to AuthenticatorRouteComponentKey
8+
39
## 1.0.2
410

511
### Patch Changes

packages/react-core/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-core",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"main": "dist/index.js",
55
"module": "dist/esm/index.js",
66
"exports": {

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.5.9
4+
5+
### Patch Changes
6+
7+
- [#2746](https://github.com/aws-amplify/amplify-ui/pull/2746) [`2893da04b`](https://github.com/aws-amplify/amplify-ui/commit/2893da04b4616efc342f6973169d03fef0113c7b) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(ui-react-core): add missing value to AuthenticatorRouteComponentKey
8+
9+
- Updated dependencies [[`2893da04b`](https://github.com/aws-amplify/amplify-ui/commit/2893da04b4616efc342f6973169d03fef0113c7b)]:
10+
- @aws-amplify/ui-react-core@1.0.3
11+
312
## 3.5.8
413

514
### Patch Changes

packages/react/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-react",
3-
"version": "3.5.8",
3+
"version": "3.5.9",
44
"main": "dist/index.js",
55
"module": "dist/esm/index.js",
66
"exports": {
@@ -56,7 +56,7 @@
5656
},
5757
"dependencies": {
5858
"@aws-amplify/ui": "4.0.0",
59-
"@aws-amplify/ui-react-core": "1.0.2",
59+
"@aws-amplify/ui-react-core": "1.0.3",
6060
"@aws-amplify/ui-react-v1": "npm:@aws-amplify/[email protected]",
6161
"@radix-ui/react-accordion": "0.1.6",
6262
"@radix-ui/react-dropdown-menu": "0.1.6",

0 commit comments

Comments
 (0)