Skip to content

Commit bd2b517

Browse files
Version Packages (alpha) (#1777)
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 - 3d49b6d: feat(Text): add text-wrap support via textWrap prop Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3d49b6d commit bd2b517

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"great-buckets-matter",
5454
"great-rockets-know",
5555
"green-chefs-retire",
56+
"green-horses-trade",
5657
"grumpy-lobsters-hear",
5758
"happy-pens-press",
5859
"happy-radios-kiss",

easy-ui-react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @easypost/easy-ui
22

3+
## 1.0.0-alpha.88
4+
5+
### Minor Changes
6+
7+
- 3d49b6d: feat(Text): add text-wrap support via textWrap prop
8+
39
## 1.0.0-alpha.87
410

511
### Patch Changes

easy-ui-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@easypost/easy-ui",
3-
"version": "1.0.0-alpha.87",
3+
"version": "1.0.0-alpha.88",
44
"exports": {
55
"./*": {
66
"types": "./dist/*.d.ts",

0 commit comments

Comments
 (0)