From 437360710e048f7fe64244735bf91e9a679f38b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 13:51:10 -0500 Subject: [PATCH] Version Packages (alpha) (#945) 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.25 ### Minor Changes - 58f7eab: feat: remove old theme alias tokens ### Patch Changes - Updated dependencies [58f7eab] - @easypost/easy-ui-tokens@1.0.0-alpha.10 ## @easypost/easy-ui-tokens@1.0.0-alpha.10 ### Minor Changes - 58f7eab: feat: remove old theme alias tokens Co-authored-by: github-actions[bot] --- .changeset/pre.json | 1 + easy-ui-react/CHANGELOG.md | 11 +++++++++++ easy-ui-react/package.json | 4 ++-- easy-ui-tokens/CHANGELOG.md | 6 ++++++ easy-ui-tokens/package.json | 2 +- 5 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 7662e2cec..3b903641a 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -37,6 +37,7 @@ "new-balloons-breathe", "nine-months-hope", "odd-paws-brake", + "orange-gorillas-return", "orange-rockets-compare", "polite-socks-crash", "rich-keys-guess", diff --git a/easy-ui-react/CHANGELOG.md b/easy-ui-react/CHANGELOG.md index 16dac6ad9..f65351dd9 100644 --- a/easy-ui-react/CHANGELOG.md +++ b/easy-ui-react/CHANGELOG.md @@ -1,5 +1,16 @@ # @easypost/easy-ui +## 1.0.0-alpha.25 + +### Minor Changes + +- 58f7eab: feat: remove old theme alias tokens + +### Patch Changes + +- Updated dependencies [58f7eab] + - @easypost/easy-ui-tokens@1.0.0-alpha.10 + ## 1.0.0-alpha.24 ### Patch Changes diff --git a/easy-ui-react/package.json b/easy-ui-react/package.json index 31e77be70..7886aa461 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.24", + "version": "1.0.0-alpha.25", "exports": { "./*": { "types": "./dist/*.d.ts", @@ -30,7 +30,7 @@ }, "dependencies": { "@easypost/easy-ui-icons": "1.0.0-alpha.15", - "@easypost/easy-ui-tokens": "1.0.0-alpha.9", + "@easypost/easy-ui-tokens": "1.0.0-alpha.10", "@react-aria/toast": "^3.0.0-beta.8", "@react-aria/utils": "^3.23.0", "@react-stately/toast": "^3.0.0-beta.1", diff --git a/easy-ui-tokens/CHANGELOG.md b/easy-ui-tokens/CHANGELOG.md index a525f0354..35b9cba5c 100644 --- a/easy-ui-tokens/CHANGELOG.md +++ b/easy-ui-tokens/CHANGELOG.md @@ -1,5 +1,11 @@ # @easypost/easy-ui-tokens +## 1.0.0-alpha.10 + +### Minor Changes + +- 58f7eab: feat: remove old theme alias tokens + ## 1.0.0-alpha.9 ### Minor Changes diff --git a/easy-ui-tokens/package.json b/easy-ui-tokens/package.json index 1f206ed71..385c6c8d8 100644 --- a/easy-ui-tokens/package.json +++ b/easy-ui-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@easypost/easy-ui-tokens", - "version": "1.0.0-alpha.9", + "version": "1.0.0-alpha.10", "exports": { "./js/*": { "types": "./dist/js/*.d.ts",