From bea40c38a11d63bbb6b9478d97dc2281d97515c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 10:35:57 -0800 Subject: [PATCH] Version Packages (alpha) (#1564) 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.33 ### Patch Changes - e3f0ef5: Adds Edit icon, fixes LocationOn Icon ## @easypost/easy-ui@1.0.0-alpha.64 ### Patch Changes - Updated dependencies [e3f0ef5] - @easypost/easy-ui-icons@1.0.0-alpha.33 Co-authored-by: github-actions[bot] --- .changeset/pre.json | 1 + easy-ui-icons/CHANGELOG.md | 6 ++++++ easy-ui-icons/package.json | 2 +- easy-ui-react/CHANGELOG.md | 7 +++++++ easy-ui-react/package.json | 4 ++-- 5 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index f4a2c839..6913e32b 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -35,6 +35,7 @@ "forty-books-peel", "fresh-kids-peel", "friendly-planets-worry", + "gentle-parrots-appear", "giant-hairs-pump", "giant-students-attack", "gold-walls-fold", diff --git a/easy-ui-icons/CHANGELOG.md b/easy-ui-icons/CHANGELOG.md index 426eb9d6..97a02451 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.33 + +### Patch Changes + +- e3f0ef5: Adds Edit icon, fixes LocationOn Icon + ## 1.0.0-alpha.32 ### Minor Changes diff --git a/easy-ui-icons/package.json b/easy-ui-icons/package.json index 2f67852c..34de5d67 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.32", + "version": "1.0.0-alpha.33", "exports": { "./*": { "types": "./dist/*.d.ts", diff --git a/easy-ui-react/CHANGELOG.md b/easy-ui-react/CHANGELOG.md index e5a0f7fd..07a69d5f 100644 --- a/easy-ui-react/CHANGELOG.md +++ b/easy-ui-react/CHANGELOG.md @@ -1,5 +1,12 @@ # @easypost/easy-ui +## 1.0.0-alpha.64 + +### Patch Changes + +- Updated dependencies [e3f0ef5] + - @easypost/easy-ui-icons@1.0.0-alpha.33 + ## 1.0.0-alpha.63 ### Minor Changes diff --git a/easy-ui-react/package.json b/easy-ui-react/package.json index ae0ccf84..5a0e4eef 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.63", + "version": "1.0.0-alpha.64", "exports": { "./*": { "types": "./dist/*.d.ts", @@ -29,7 +29,7 @@ "test:watch": "vitest" }, "dependencies": { - "@easypost/easy-ui-icons": "1.0.0-alpha.32", + "@easypost/easy-ui-icons": "1.0.0-alpha.33", "@easypost/easy-ui-tokens": "1.0.0-alpha.14", "@react-aria/toast": "^3.0.0-beta.18", "@react-aria/utils": "^3.26.0",