From 552101aabc01eef12d6c1e683866d97a99c1020a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 10:14:41 -0700 Subject: [PATCH] Version Packages (alpha) (#730) 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.12 ### Minor Changes - a0c07d3: Add ArrowForward Icon - a20b940: Add SearchNav component, tokens, and icons ## @easypost/easy-ui@1.0.0-alpha.17 ### Minor Changes - a20b940: Add SearchNav component, tokens, and icons ### Patch Changes - Updated dependencies [a0c07d3] - Updated dependencies [a20b940] - @easypost/easy-ui-icons@1.0.0-alpha.12 - @easypost/easy-ui-tokens@1.0.0-alpha.7 ## @easypost/easy-ui-tokens@1.0.0-alpha.7 ### Minor Changes - a20b940: Add SearchNav component, tokens, and icons Co-authored-by: github-actions[bot] --- .changeset/pre.json | 2 ++ easy-ui-icons/CHANGELOG.md | 7 +++++++ easy-ui-icons/package.json | 2 +- easy-ui-react/CHANGELOG.md | 13 +++++++++++++ easy-ui-react/package.json | 6 +++--- easy-ui-tokens/CHANGELOG.md | 6 ++++++ easy-ui-tokens/package.json | 2 +- 7 files changed, 33 insertions(+), 5 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index cf66193bb..b0ae1d35c 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -22,11 +22,13 @@ "forty-books-peel", "fresh-kids-peel", "giant-hairs-pump", + "happy-pens-press", "large-cows-destroy", "late-mangos-impress", "little-colts-whisper", "metal-comics-clap", "new-balloons-breathe", + "nine-months-hope", "odd-paws-brake", "orange-rockets-compare", "polite-socks-crash", diff --git a/easy-ui-icons/CHANGELOG.md b/easy-ui-icons/CHANGELOG.md index 42868a832..c8894a6f2 100644 --- a/easy-ui-icons/CHANGELOG.md +++ b/easy-ui-icons/CHANGELOG.md @@ -1,5 +1,12 @@ # @easypost/easy-ui-icons +## 1.0.0-alpha.12 + +### Minor Changes + +- a0c07d3: Add ArrowForward Icon +- a20b940: Add SearchNav component, tokens, and icons + ## 1.0.0-alpha.11 ### Patch Changes diff --git a/easy-ui-icons/package.json b/easy-ui-icons/package.json index a5915c12e..d9e92692a 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.11", + "version": "1.0.0-alpha.12", "exports": { "./*": { "types": "./dist/*.d.ts", diff --git a/easy-ui-react/CHANGELOG.md b/easy-ui-react/CHANGELOG.md index 71ed7882e..50d26b3b0 100644 --- a/easy-ui-react/CHANGELOG.md +++ b/easy-ui-react/CHANGELOG.md @@ -1,5 +1,18 @@ # @easypost/easy-ui +## 1.0.0-alpha.17 + +### Minor Changes + +- a20b940: Add SearchNav component, tokens, and icons + +### Patch Changes + +- Updated dependencies [a0c07d3] +- Updated dependencies [a20b940] + - @easypost/easy-ui-icons@1.0.0-alpha.12 + - @easypost/easy-ui-tokens@1.0.0-alpha.7 + ## 1.0.0-alpha.16 ### Minor Changes diff --git a/easy-ui-react/package.json b/easy-ui-react/package.json index a2d53854d..e5b40c611 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.16", + "version": "1.0.0-alpha.17", "exports": { "./*": { "types": "./dist/*.d.ts", @@ -29,8 +29,8 @@ "test:watch": "vitest" }, "dependencies": { - "@easypost/easy-ui-icons": "1.0.0-alpha.11", - "@easypost/easy-ui-tokens": "1.0.0-alpha.6", + "@easypost/easy-ui-icons": "1.0.0-alpha.12", + "@easypost/easy-ui-tokens": "1.0.0-alpha.7", "@react-aria/toast": "^3.0.0-beta.6", "@react-aria/utils": "^3.21.0", "@react-stately/toast": "^3.0.0-beta.1", diff --git a/easy-ui-tokens/CHANGELOG.md b/easy-ui-tokens/CHANGELOG.md index aaab68fb0..c8debb6a8 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.7 + +### Minor Changes + +- a20b940: Add SearchNav component, tokens, and icons + ## 1.0.0-alpha.6 ### Minor Changes diff --git a/easy-ui-tokens/package.json b/easy-ui-tokens/package.json index 29ddb1957..bff40f5e9 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.6", + "version": "1.0.0-alpha.7", "exports": { "./js/*": { "types": "./dist/js/*.d.ts",