Skip to content

Commit 1917c33

Browse files
Version Packages (#970)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8e1f1f9 commit 1917c33

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/modern-bats-trade.md

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

examples/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@aws-amplify/ui-react": "^2.1.3",
12+
"@aws-amplify/ui-react": "^2.1.4",
1313
"@types/node": "^15.12.4",
1414
"@types/react": "^17.0.11",
1515
"next": "12",

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+
## 2.1.4
4+
5+
### Patch Changes
6+
7+
- [#969](https://github.com/aws-amplify/amplify-ui/pull/969) [`8e1f1f947`](https://github.com/aws-amplify/amplify-ui/commit/8e1f1f94748fac97d3a750174a8e4af9f8592eae) Thanks [@hvergara](https://github.com/hvergara)! - Pin @radix-ui/react-id dependency to 0.1.1
8+
39
## 2.1.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": "2.1.3",
3+
"version": "2.1.4",
44
"main": "dist/index.js",
55
"module": "dist/esm/index.js",
66
"exports": {

0 commit comments

Comments
 (0)