Skip to content

Commit

Permalink
Version Packages (alpha) (#1612)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

`main` is currently in **pre mode** so this branch has prereleases
rather than normal releases. If you want to exit prereleases, run
`changeset pre exit` on `main`.

⚠️⚠️⚠️⚠️⚠️⚠️

# Releases
## @easypost/[email protected]

### Minor Changes

-   f5806ab: feat(Text): whiteSpace

### Patch Changes

- f967cff: fix(DataGrid): support user selection and unbreak line-height
-   88d2ed3: fix(Select,TextField): click through icon

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 21, 2025
1 parent f5806ab commit 474ddd4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"fluffy-cherries-behave",
"forty-bears-heal",
"forty-books-peel",
"forty-crabs-invent",
"fresh-kids-peel",
"friendly-planets-worry",
"gentle-parrots-appear",
Expand Down Expand Up @@ -94,6 +95,8 @@
"sharp-snakes-care",
"shiny-pigs-reply",
"short-hats-mate",
"short-lizards-promise",
"short-shrimps-beg",
"shy-mayflies-divide",
"shy-zebras-bathe",
"silent-beans-try",
Expand Down
11 changes: 11 additions & 0 deletions easy-ui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @easypost/easy-ui

## 1.0.0-alpha.70

### Minor Changes

- f5806ab: feat(Text): whiteSpace

### Patch Changes

- f967cff: fix(DataGrid): support user selection and unbreak line-height
- 88d2ed3: fix(Select,TextField): click through icon

## 1.0.0-alpha.69

### 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.69",
"version": "1.0.0-alpha.70",
"exports": {
"./*": {
"types": "./dist/*.d.ts",
Expand Down

0 comments on commit 474ddd4

Please sign in to comment.