Skip to content

Commit

Permalink
Version Packages (alpha) (#1463)
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@1.0.0-alpha.48

### Minor Changes

-   eb43221: feat: add Pagination component
-   8372f76: added a new prop to support menu section titles
- 6161a5c: feat: support sections and a decorative background for
EmptyStateCard
- 00a9497: feat: adds z-index token for nav to support NexusLayoutHeader

### Patch Changes

- a0d7d05: Remove outer border from flagged variant, Support primary and
secondary in status prop, and allow any color. token to be passed to
status
-   Updated dependencies [00a9497]
    -   @easypost/easy-ui-tokens@1.0.0-alpha.13

## @easypost/easy-ui-tokens@1.0.0-alpha.13

### Minor Changes

- 00a9497: feat: adds z-index token for nav to support NexusLayoutHeader

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 25, 2024
1 parent edd2728 commit f206689
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@
"forty-bears-heal",
"forty-books-peel",
"fresh-kids-peel",
"friendly-planets-worry",
"giant-hairs-pump",
"giant-students-attack",
"gold-walls-fold",
"great-apricots-repeat",
"great-buckets-matter",
"great-rockets-know",
"grumpy-lobsters-hear",
"happy-pens-press",
"heavy-crabs-hunt",
"hot-adults-pretend",
Expand Down Expand Up @@ -68,6 +70,7 @@
"purple-owls-fetch",
"quick-bobcats-wait",
"quiet-singers-switch",
"rich-crews-applaud",
"rich-keys-guess",
"shaggy-bats-hope",
"sharp-plums-remember",
Expand All @@ -88,6 +91,7 @@
"small-keys-peel",
"small-windows-impress",
"smooth-seahorses-drive",
"stale-lies-repeat",
"strange-icons-arrive",
"strange-olives-deliver",
"stupid-coins-smile",
Expand All @@ -113,6 +117,7 @@
"wet-camels-applaud",
"wet-days-chew",
"wild-adults-unite",
"wise-avocados-exercise",
"yellow-games-bathe"
]
}
15 changes: 15 additions & 0 deletions easy-ui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @easypost/easy-ui

## 1.0.0-alpha.48

### Minor Changes

- eb43221: feat: add Pagination component
- 8372f76: added a new prop to support menu section titles
- 6161a5c: feat: support sections and a decorative background for EmptyStateCard
- 00a9497: feat: adds z-index token for nav to support NexusLayoutHeader

### Patch Changes

- a0d7d05: Remove outer border from flagged variant, Support primary and secondary in status prop, and allow any color. token to be passed to status
- Updated dependencies [00a9497]
- @easypost/easy-ui-tokens@1.0.0-alpha.13

## 1.0.0-alpha.47

### Minor 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.47",
"version": "1.0.0-alpha.48",
"exports": {
"./*": {
"types": "./dist/*.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@easypost/easy-ui-icons": "1.0.0-alpha.28",
"@easypost/easy-ui-tokens": "1.0.0-alpha.12",
"@easypost/easy-ui-tokens": "1.0.0-alpha.13",
"@react-aria/toast": "^3.0.0-beta.12",
"@react-aria/utils": "^3.26.0",
"@react-stately/toast": "^3.0.0-beta.6",
Expand Down
6 changes: 6 additions & 0 deletions easy-ui-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @easypost/easy-ui-tokens

## 1.0.0-alpha.13

### Minor Changes

- 00a9497: feat: adds z-index token for nav to support NexusLayoutHeader

## 1.0.0-alpha.12

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion easy-ui-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@easypost/easy-ui-tokens",
"version": "1.0.0-alpha.12",
"version": "1.0.0-alpha.13",
"exports": {
"./js/*": {
"types": "./dist/js/*.d.ts",
Expand Down

0 comments on commit f206689

Please sign in to comment.