From a88f2434dcea75e78917a680cc7407c211ad04be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 15:37:21 -0700 Subject: [PATCH] Version Packages (alpha) (#1191) 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.21 ### Minor Changes - 52a1677: Add schema icon ## @easypost/easy-ui@1.0.0-alpha.38 ### Patch Changes - Updated dependencies [52a1677] - @easypost/easy-ui-icons@1.0.0-alpha.21 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 3fcfaf80a..986bfbe7c 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -56,6 +56,7 @@ "shy-mayflies-divide", "silent-beans-try", "silly-otters-pump", + "silver-avocados-share", "six-hairs-greet", "six-monkeys-chew", "six-turkeys-speak", diff --git a/easy-ui-icons/CHANGELOG.md b/easy-ui-icons/CHANGELOG.md index 54a071204..2d9804559 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.21 + +### Minor Changes + +- 52a1677: Add schema icon + ## 1.0.0-alpha.20 ### Minor Changes diff --git a/easy-ui-icons/package.json b/easy-ui-icons/package.json index 1c9c0b02c..0e727e22c 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.20", + "version": "1.0.0-alpha.21", "exports": { "./*": { "types": "./dist/*.d.ts", diff --git a/easy-ui-react/CHANGELOG.md b/easy-ui-react/CHANGELOG.md index 628c39d2a..3255f2975 100644 --- a/easy-ui-react/CHANGELOG.md +++ b/easy-ui-react/CHANGELOG.md @@ -1,5 +1,12 @@ # @easypost/easy-ui +## 1.0.0-alpha.38 + +### Patch Changes + +- Updated dependencies [52a1677] + - @easypost/easy-ui-icons@1.0.0-alpha.21 + ## 1.0.0-alpha.37 ### Patch Changes diff --git a/easy-ui-react/package.json b/easy-ui-react/package.json index 5e4e21bb3..ab943ddc4 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.37", + "version": "1.0.0-alpha.38", "exports": { "./*": { "types": "./dist/*.d.ts", @@ -29,7 +29,7 @@ "test:watch": "vitest" }, "dependencies": { - "@easypost/easy-ui-icons": "1.0.0-alpha.20", + "@easypost/easy-ui-icons": "1.0.0-alpha.21", "@easypost/easy-ui-tokens": "1.0.0-alpha.10", "@react-aria/toast": "^3.0.0-beta.11", "@react-aria/utils": "^3.23.2",