Skip to content

Commit a680f0a

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

File tree

8 files changed

+23
-16
lines changed

8 files changed

+23
-16
lines changed

.changeset/metal-spoons-burn.md

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

.changeset/short-deers-tease.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.5.4",
22+
"@aws-amplify/ui-react": "3.5.5",
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.4",
13+
"@aws-amplify/ui-react": "^3.5.5",
1414
"next": "^11.1.3",
1515
"next-global-css": "^1.1.1",
1616
"react": "17",

packages/react-core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @aws-amplify/ui-react-core
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#2659](https://github.com/aws-amplify/amplify-ui/pull/2659) [`477a00593`](https://github.com/aws-amplify/amplify-ui/commit/477a005935f242b49e776d42054810bc5d115857) Thanks [@calebpollman](https://github.com/calebpollman)! - feat(ui-react-core): merge ui-react-core in to main

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": "0.0.1",
3+
"version": "1.0.0",
44
"main": "dist/index.js",
55
"module": "dist/esm/index.js",
66
"exports": {

packages/react/CHANGELOG.md

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

3+
## 3.5.5
4+
5+
### Patch Changes
6+
7+
- [#2659](https://github.com/aws-amplify/amplify-ui/pull/2659) [`477a00593`](https://github.com/aws-amplify/amplify-ui/commit/477a005935f242b49e776d42054810bc5d115857) Thanks [@calebpollman](https://github.com/calebpollman)! - feat(ui-react-core): merge ui-react-core in to main
8+
9+
- [#2674](https://github.com/aws-amplify/amplify-ui/pull/2674) [`c43f51484`](https://github.com/aws-amplify/amplify-ui/commit/c43f514843085196fc70cee57a61cb9b5e652c74) Thanks [@calebpollman](https://github.com/calebpollman)! - chore(ui-react): add deprecation message to Expander onChange prop
10+
11+
- Updated dependencies [[`477a00593`](https://github.com/aws-amplify/amplify-ui/commit/477a005935f242b49e776d42054810bc5d115857)]:
12+
- @aws-amplify/ui-react-core@1.0.0
13+
314
## 3.5.4
415

516
### 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.4",
3+
"version": "3.5.5",
44
"main": "dist/index.js",
55
"module": "dist/esm/index.js",
66
"exports": {
@@ -56,7 +56,7 @@
5656
},
5757
"dependencies": {
5858
"@aws-amplify/ui": "3.13.4",
59-
"@aws-amplify/ui-react-core": "0.0.1",
59+
"@aws-amplify/ui-react-core": "1.0.0",
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)