From b8c14aa9454105c65d38e2cd8993a42b0436c5eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:14:27 -0500 Subject: [PATCH] Version Packages (alpha) (#1536) 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.56 ### Minor Changes - 9d7349a: update the text field to have an option for a text prefix and suffix - 7d77749: feat: RangeCalendar Co-authored-by: github-actions[bot] --- .changeset/pre.json | 2 ++ easy-ui-react/CHANGELOG.md | 7 +++++++ easy-ui-react/package.json | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index b29411fe..f6af115c 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -55,6 +55,7 @@ "little-rocks-nail", "loud-penguins-kiss", "lucky-balloons-join", + "many-coins-carry", "many-peas-remember", "mean-pants-smile", "metal-comics-clap", @@ -92,6 +93,7 @@ "six-monkeys-chew", "six-turkeys-speak", "six-zebras-sip", + "slimy-trees-peel", "slow-mayflies-turn", "small-dodos-sniff", "small-houses-confess", diff --git a/easy-ui-react/CHANGELOG.md b/easy-ui-react/CHANGELOG.md index d4f5f846..80874b17 100644 --- a/easy-ui-react/CHANGELOG.md +++ b/easy-ui-react/CHANGELOG.md @@ -1,5 +1,12 @@ # @easypost/easy-ui +## 1.0.0-alpha.56 + +### Minor Changes + +- 9d7349a: update the text field to have an option for a text prefix and suffix +- 7d77749: feat: RangeCalendar + ## 1.0.0-alpha.55 ### Patch Changes diff --git a/easy-ui-react/package.json b/easy-ui-react/package.json index 63c930ad..2e86494e 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.55", + "version": "1.0.0-alpha.56", "exports": { "./*": { "types": "./dist/*.d.ts",