From c6a42f1a2b129f0a1fa4249d154cedf693507e09 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 13:53:06 -0500 Subject: [PATCH] Version Packages (alpha) (#1571) 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-icons@1.0.0-alpha.34 ### Minor Changes - 98f81c4: feat: EmojiObjects icon ## @easypost/easy-ui@1.0.0-alpha.65 ### Patch Changes - 581a299: fix(DataGrid): align actions menu to end - Updated dependencies [98f81c4] - @easypost/easy-ui-icons@1.0.0-alpha.34 Co-authored-by: github-actions[bot] --- .changeset/pre.json | 2 ++ easy-ui-icons/CHANGELOG.md | 6 ++++++ easy-ui-icons/package.json | 2 +- easy-ui-react/CHANGELOG.md | 8 ++++++++ easy-ui-react/package.json | 4 ++-- 5 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 6913e32b..34e35483 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -85,6 +85,7 @@ "quiet-ways-laugh", "rich-crews-applaud", "rich-keys-guess", + "rotten-tips-divide", "selfish-mice-reflect", "shaggy-bats-hope", "sharp-plums-remember", @@ -122,6 +123,7 @@ "thin-laws-dance", "thin-melons-think", "thirty-guests-exist", + "thirty-squids-stare", "three-bulldogs-eat", "tidy-pans-lick", "tiny-paws-kick", diff --git a/easy-ui-icons/CHANGELOG.md b/easy-ui-icons/CHANGELOG.md index 97a02451..73765a78 100644 --- a/easy-ui-icons/CHANGELOG.md +++ b/easy-ui-icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @easypost/easy-ui-icons +## 1.0.0-alpha.34 + +### Minor Changes + +- 98f81c4: feat: EmojiObjects icon + ## 1.0.0-alpha.33 ### Patch Changes diff --git a/easy-ui-icons/package.json b/easy-ui-icons/package.json index 34de5d67..f8ef3f7d 100644 --- a/easy-ui-icons/package.json +++ b/easy-ui-icons/package.json @@ -1,6 +1,6 @@ { "name": "@easypost/easy-ui-icons", - "version": "1.0.0-alpha.33", + "version": "1.0.0-alpha.34", "exports": { "./*": { "types": "./dist/*.d.ts", diff --git a/easy-ui-react/CHANGELOG.md b/easy-ui-react/CHANGELOG.md index 07a69d5f..c73f044b 100644 --- a/easy-ui-react/CHANGELOG.md +++ b/easy-ui-react/CHANGELOG.md @@ -1,5 +1,13 @@ # @easypost/easy-ui +## 1.0.0-alpha.65 + +### Patch Changes + +- 581a299: fix(DataGrid): align actions menu to end +- Updated dependencies [98f81c4] + - @easypost/easy-ui-icons@1.0.0-alpha.34 + ## 1.0.0-alpha.64 ### Patch Changes diff --git a/easy-ui-react/package.json b/easy-ui-react/package.json index f1d4370f..a8fa3bf8 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.64", + "version": "1.0.0-alpha.65", "exports": { "./*": { "types": "./dist/*.d.ts", @@ -29,7 +29,7 @@ "test:watch": "vitest" }, "dependencies": { - "@easypost/easy-ui-icons": "1.0.0-alpha.33", + "@easypost/easy-ui-icons": "1.0.0-alpha.34", "@easypost/easy-ui-tokens": "1.0.0-alpha.14", "@react-aria/toast": "^3.0.0-beta.18", "@react-aria/utils": "^3.26.0",