From d8969a5875f9e6438e7b279e596d307bb95c081d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 17:25:06 -0500 Subject: [PATCH] Version Packages (alpha) (#1528) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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/easy-ui@1.0.0-alpha.55 ### Patch Changes - e33439e: fix(Select,Tooltip): use proper Overlay primitive Co-authored-by: github-actions[bot] --- .changeset/pre.json | 1 + easy-ui-react/CHANGELOG.md | 6 ++++++ easy-ui-react/package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 8e51a6aa..b29411fe 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -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", diff --git a/easy-ui-react/CHANGELOG.md b/easy-ui-react/CHANGELOG.md index 55ebf6a2..d4f5f846 100644 --- a/easy-ui-react/CHANGELOG.md +++ b/easy-ui-react/CHANGELOG.md @@ -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 diff --git a/easy-ui-react/package.json b/easy-ui-react/package.json index 64e85812..15984406 100644 --- a/easy-ui-react/package.json +++ b/easy-ui-react/package.json @@ -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",