From aa3788708dc71a58aa770fdc34cb0fc0cb6a21de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 13:00:51 -0500 Subject: [PATCH] Version Packages (alpha) (#1560) 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.63 ### Minor Changes - a402333: add a new text variant for Button ### Patch Changes - aa534c5: remove underline from link variant Co-authored-by: github-actions[bot] --- .changeset/pre.json | 2 ++ easy-ui-react/CHANGELOG.md | 10 ++++++++++ easy-ui-react/package.json | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 1fb83194..f4a2c839 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -88,6 +88,7 @@ "shaggy-bats-hope", "sharp-plums-remember", "sharp-snakes-care", + "shiny-pigs-reply", "short-hats-mate", "shy-mayflies-divide", "shy-zebras-bathe", @@ -118,6 +119,7 @@ "ten-toes-grin", "thin-colts-happen", "thin-laws-dance", + "thin-melons-think", "thirty-guests-exist", "three-bulldogs-eat", "tidy-pans-lick", diff --git a/easy-ui-react/CHANGELOG.md b/easy-ui-react/CHANGELOG.md index 5a04a40a..e5a0f7fd 100644 --- a/easy-ui-react/CHANGELOG.md +++ b/easy-ui-react/CHANGELOG.md @@ -1,5 +1,15 @@ # @easypost/easy-ui +## 1.0.0-alpha.63 + +### Minor Changes + +- a402333: add a new text variant for Button + +### Patch Changes + +- aa534c5: remove underline from link variant + ## 1.0.0-alpha.62 ### Minor Changes diff --git a/easy-ui-react/package.json b/easy-ui-react/package.json index 0d824bc6..bd97a00a 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.62", + "version": "1.0.0-alpha.63", "exports": { "./*": { "types": "./dist/*.d.ts",