Skip to content

Commit

Permalink
Version Packages (#1531)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 17, 2022
1 parent 3a8925b commit 9ec3f55
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/thick-pumas-guess.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test": "$_ run build"
},
"dependencies": {
"@aws-amplify/ui-react": "2.10.1",
"@aws-amplify/ui-react": "2.10.2",
"@codesandbox/sandpack-react": "0.1.9",
"@cucumber/gherkin": "^19.0.3",
"@cucumber/messages": "^16.0.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "next lint"
},
"dependencies": {
"@aws-amplify/ui-react": "^2.10.1",
"@aws-amplify/ui-react": "^2.10.2",
"@types/node": "^15.12.4",
"@types/react": "^17.0.11",
"next": "^11.1.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @aws-amplify/ui-react

## 2.10.2

### Patch Changes

- [#1530](https://github.com/aws-amplify/amplify-ui/pull/1530) [`3a8925b76`](https://github.com/aws-amplify/amplify-ui/commit/3a8925b7682de67cb790cb6739cfb15ffb866b18) Thanks [@reesscot](https://github.com/reesscot)! - fix: update complex field components (TextField, TextAreaField, etc) to apply absolute positioning from Figma

Figma to Studio integration will absolutely position components when autolayout is not enabled in Figma. This causes an issue for field components that were passing position, top, and left, and padding down to the input element, causing the layout not to match Figma. This is fixed by moving the absolute position props and padding up to the container Flex element.

## 2.10.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-react",
"version": "2.10.1",
"version": "2.10.2",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"exports": {
Expand Down

0 comments on commit 9ec3f55

Please sign in to comment.