Skip to content

Commit

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

### Minor Changes

-   2ac540f: Create `<Spinner />` component
-   712edb9: feat: create EmptyStateCard component
-   6c92ae5: Create `<ToggleCard />` component
-   b2bfda7: DataGrid support empty state
- 4be0201: feat: support border radius, paddingX, and paddingY for
`Card` and update `ToggleCard` to use new `Card` props
-   1fd8015: Supports DataGrid loading state
-   15309ec: fix: overflow for NexusLayoutMultipageContent component
-   11ca1e9: feat: add SectionCard 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 Nov 8, 2024
1 parent 15309ec commit 4ef6c43
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"@easypost/stylelint-easy-ui": "0.0.0"
},
"changesets": [
"afraid-chicken-wash",
"blue-shirts-beam",
"chilled-meals-whisper",
"chilly-dolphins-obey",
Expand All @@ -24,6 +25,7 @@
"empty-mice-film",
"empty-oranges-laugh",
"empty-pandas-matter",
"fair-mayflies-invite",
"fifty-years-relate",
"five-humans-battle",
"fluffy-cherries-behave",
Expand All @@ -33,17 +35,20 @@
"giant-hairs-pump",
"giant-students-attack",
"gold-walls-fold",
"great-apricots-repeat",
"great-buckets-matter",
"great-rockets-know",
"happy-pens-press",
"heavy-crabs-hunt",
"hot-adults-pretend",
"hungry-avocados-jump",
"khaki-pumas-deliver",
"large-cows-destroy",
"late-mangos-impress",
"light-dryers-approve",
"little-colts-whisper",
"little-rocks-nail",
"loud-penguins-kiss",
"many-peas-remember",
"mean-pants-smile",
"metal-comics-clap",
Expand All @@ -59,13 +64,15 @@
"polite-lamps-shop",
"polite-socks-crash",
"polite-suns-brush",
"pretty-seals-flow",
"purple-owls-fetch",
"quick-bobcats-wait",
"quiet-singers-switch",
"rich-keys-guess",
"shaggy-bats-hope",
"sharp-plums-remember",
"sharp-snakes-care",
"short-hats-mate",
"shy-mayflies-divide",
"shy-zebras-bathe",
"silent-beans-try",
Expand Down Expand Up @@ -105,6 +112,7 @@
"weak-rivers-check",
"wet-camels-applaud",
"wet-days-chew",
"wild-adults-unite"
"wild-adults-unite",
"yellow-games-bathe"
]
}
13 changes: 13 additions & 0 deletions easy-ui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @easypost/easy-ui

## 1.0.0-alpha.47

### Minor Changes

- 2ac540f: Create `<Spinner />` component
- 712edb9: feat: create EmptyStateCard component
- 6c92ae5: Create `<ToggleCard />` component
- b2bfda7: DataGrid support empty state
- 4be0201: feat: support border radius, paddingX, and paddingY for `Card` and update `ToggleCard` to use new `Card` props
- 1fd8015: Supports DataGrid loading state
- 15309ec: fix: overflow for NexusLayoutMultipageContent component
- 11ca1e9: feat: add SectionCard component

## 1.0.0-alpha.46

### Minor 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.46",
"version": "1.0.0-alpha.47",
"exports": {
"./*": {
"types": "./dist/*.d.ts",
Expand Down

0 comments on commit 4ef6c43

Please sign in to comment.