From 4ef6c437b9f8cf4c5bf4d04d7e48c772df84204d Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 7 Nov 2024 16:35:00 -0800
Subject: [PATCH] Version Packages (alpha) (#1431)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
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 `` component
- 712edb9: feat: create EmptyStateCard component
- 6c92ae5: Create `` 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]
---
.changeset/pre.json | 10 +++++++++-
easy-ui-react/CHANGELOG.md | 13 +++++++++++++
easy-ui-react/package.json | 2 +-
3 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/.changeset/pre.json b/.changeset/pre.json
index f7a5ebfff..85f1f8a96 100644
--- a/.changeset/pre.json
+++ b/.changeset/pre.json
@@ -10,6 +10,7 @@
"@easypost/stylelint-easy-ui": "0.0.0"
},
"changesets": [
+ "afraid-chicken-wash",
"blue-shirts-beam",
"chilled-meals-whisper",
"chilly-dolphins-obey",
@@ -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",
@@ -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",
@@ -59,6 +64,7 @@
"polite-lamps-shop",
"polite-socks-crash",
"polite-suns-brush",
+ "pretty-seals-flow",
"purple-owls-fetch",
"quick-bobcats-wait",
"quiet-singers-switch",
@@ -66,6 +72,7 @@
"shaggy-bats-hope",
"sharp-plums-remember",
"sharp-snakes-care",
+ "short-hats-mate",
"shy-mayflies-divide",
"shy-zebras-bathe",
"silent-beans-try",
@@ -105,6 +112,7 @@
"weak-rivers-check",
"wet-camels-applaud",
"wet-days-chew",
- "wild-adults-unite"
+ "wild-adults-unite",
+ "yellow-games-bathe"
]
}
diff --git a/easy-ui-react/CHANGELOG.md b/easy-ui-react/CHANGELOG.md
index 5d4d082d4..bbaeb78b6 100644
--- a/easy-ui-react/CHANGELOG.md
+++ b/easy-ui-react/CHANGELOG.md
@@ -1,5 +1,18 @@
# @easypost/easy-ui
+## 1.0.0-alpha.47
+
+### Minor Changes
+
+- 2ac540f: Create `` component
+- 712edb9: feat: create EmptyStateCard component
+- 6c92ae5: Create `` 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
diff --git a/easy-ui-react/package.json b/easy-ui-react/package.json
index 9451ed359..799aa0a54 100644
--- a/easy-ui-react/package.json
+++ b/easy-ui-react/package.json
@@ -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",