Skip to content

Commit

Permalink
Version Packages (alpha) (#836)
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.21

### Minor Changes

-   8178ef1: feat: add `<FormLayout />` component

### Patch Changes

-   5d3ad6c: fix(Stepper): use correct alignment prop on Stack component

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 6, 2023
1 parent 8178ef1 commit 1991a6b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"fresh-kids-peel",
"giant-hairs-pump",
"happy-pens-press",
"heavy-crabs-hunt",
"hot-adults-pretend",
"large-cows-destroy",
"late-mangos-impress",
Expand Down Expand Up @@ -54,6 +55,7 @@
"smooth-seahorses-drive",
"strange-icons-arrive",
"strange-olives-deliver",
"tasty-poets-walk",
"ten-toes-grin",
"thin-colts-happen",
"three-bulldogs-eat",
Expand Down
10 changes: 10 additions & 0 deletions easy-ui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @easypost/easy-ui

## 1.0.0-alpha.21

### Minor Changes

- 8178ef1: feat: add `<FormLayout />` component

### Patch Changes

- 5d3ad6c: fix(Stepper): use correct alignment prop on Stack component

## 1.0.0-alpha.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.20",
"version": "1.0.0-alpha.21",
"exports": {
"./*": {
"types": "./dist/*.d.ts",
Expand Down

0 comments on commit 1991a6b

Please # to comment.