Skip to content

Commit

Permalink
Version Packages (alpha) (#1184)
Browse files Browse the repository at this point in the history
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.20

### Minor Changes

- 1274507: Add verified_user, location_searching, ballot, leaderboard,
barcode_reader, storefront, webhook, and handshake icons

## @easypost/easy-ui@1.0.0-alpha.37

### Patch Changes

-   Updated dependencies [1274507]
    -   @easypost/easy-ui-icons@1.0.0-alpha.20

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed May 15, 2024
1 parent 1274507 commit 460b9d6
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"giant-hairs-pump",
"giant-students-attack",
"gold-walls-fold",
"great-buckets-matter",
"great-rockets-know",
"happy-pens-press",
"heavy-crabs-hunt",
Expand Down
6 changes: 6 additions & 0 deletions easy-ui-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @easypost/easy-ui-icons

## 1.0.0-alpha.20

### Minor Changes

- 1274507: Add verified_user, location_searching, ballot, leaderboard, barcode_reader, storefront, webhook, and handshake icons

## 1.0.0-alpha.19

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion easy-ui-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@easypost/easy-ui-icons",
"version": "1.0.0-alpha.19",
"version": "1.0.0-alpha.20",
"exports": {
"./*": {
"types": "./dist/*.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions easy-ui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @easypost/easy-ui

## 1.0.0-alpha.37

### Patch Changes

- Updated dependencies [1274507]
- @easypost/easy-ui-icons@1.0.0-alpha.20

## 1.0.0-alpha.36

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions easy-ui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@easypost/easy-ui",
"version": "1.0.0-alpha.36",
"version": "1.0.0-alpha.37",
"exports": {
"./*": {
"types": "./dist/*.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"test:watch": "vitest"
},
"dependencies": {
"@easypost/easy-ui-icons": "1.0.0-alpha.19",
"@easypost/easy-ui-icons": "1.0.0-alpha.20",
"@easypost/easy-ui-tokens": "1.0.0-alpha.10",
"@react-aria/toast": "^3.0.0-beta.11",
"@react-aria/utils": "^3.23.2",
Expand Down

0 comments on commit 460b9d6

Please sign in to comment.