Skip to content

Commit

Permalink
Version Packages (alpha) (#1571)
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/[email protected]

### Minor Changes

-   98f81c4: feat: EmojiObjects icon

## @easypost/[email protected]

### Patch Changes

-   581a299: fix(DataGrid): align actions menu to end
-   Updated dependencies [98f81c4]
    -   @easypost/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 14, 2025
1 parent 581a299 commit c6a42f1
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
"quiet-ways-laugh",
"rich-crews-applaud",
"rich-keys-guess",
"rotten-tips-divide",
"selfish-mice-reflect",
"shaggy-bats-hope",
"sharp-plums-remember",
Expand Down Expand Up @@ -122,6 +123,7 @@
"thin-laws-dance",
"thin-melons-think",
"thirty-guests-exist",
"thirty-squids-stare",
"three-bulldogs-eat",
"tidy-pans-lick",
"tiny-paws-kick",
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.34

### Minor Changes

- 98f81c4: feat: EmojiObjects icon

## 1.0.0-alpha.33

### Patch 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.33",
"version": "1.0.0-alpha.34",
"exports": {
"./*": {
"types": "./dist/*.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions easy-ui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @easypost/easy-ui

## 1.0.0-alpha.65

### Patch Changes

- 581a299: fix(DataGrid): align actions menu to end
- Updated dependencies [98f81c4]
- @easypost/easy-ui-icons@1.0.0-alpha.34

## 1.0.0-alpha.64

### 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.64",
"version": "1.0.0-alpha.65",
"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.33",
"@easypost/easy-ui-icons": "1.0.0-alpha.34",
"@easypost/easy-ui-tokens": "1.0.0-alpha.14",
"@react-aria/toast": "^3.0.0-beta.18",
"@react-aria/utils": "^3.26.0",
Expand Down

0 comments on commit c6a42f1

Please sign in to comment.