Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"empty-paws-float",
"fair-mayflies-invite",
"fancy-mangos-eat",
"fancy-results-refuse",
"few-points-repeat",
"fifty-years-relate",
"five-humans-battle",
Expand Down
6 changes: 6 additions & 0 deletions easy-ui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @easypost/easy-ui

## 1.0.0-alpha.123

### Patch Changes

- 04c7aab: Select now keeps its size after you choose a value, so medium and large fields stay the same height instead of shrinking a step

## 1.0.0-alpha.122

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion easy-ui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@easypost/easy-ui",
"version": "1.0.0-alpha.122",
"version": "1.0.0-alpha.123",
"exports": {
"./*": {
"types": "./dist/*.d.ts",
Expand Down