Skip to content

Commit

Permalink
Version Packages (alpha) (#1528)
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]

### Patch Changes

-   e33439e: fix(Select,Tooltip): use proper Overlay primitive

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 12, 2024
1 parent e33439e commit d8969a5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"quiet-ways-laugh",
"rich-crews-applaud",
"rich-keys-guess",
"selfish-mice-reflect",
"shaggy-bats-hope",
"sharp-plums-remember",
"sharp-snakes-care",
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.55

### Patch Changes

- e33439e: fix(Select,Tooltip): use proper Overlay primitive

## 1.0.0-alpha.54

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

0 comments on commit d8969a5

Please sign in to comment.