Skip to content

Commit 5b5b012

Browse files
Version Packages (alpha) (#1684)
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 - e622eea: Adds TrackChanges icon ## @easypost/[email protected] ### Minor Changes - 35e6d73: feat(Notification): add transitions ### Patch Changes - c2ea4f7: fix(Notification): border radius - Updated dependencies [e622eea] - @easypost/[email protected] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e622eea commit 5b5b012

File tree

5 files changed

+24
-3
lines changed

5 files changed

+24
-3
lines changed

Diff for: .changeset/pre.json

+3
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,15 @@
3535
"empty-pandas-matter",
3636
"empty-paws-float",
3737
"fair-mayflies-invite",
38+
"few-points-repeat",
3839
"fifty-years-relate",
3940
"five-humans-battle",
4041
"fluffy-cherries-behave",
4142
"forty-bears-heal",
4243
"forty-books-peel",
4344
"forty-crabs-invent",
4445
"fresh-kids-peel",
46+
"fresh-phones-talk",
4547
"friendly-planets-worry",
4648
"gentle-parrots-appear",
4749
"giant-hairs-pump",
@@ -120,6 +122,7 @@
120122
"slimy-trees-peel",
121123
"slow-mayflies-turn",
122124
"small-dodos-sniff",
125+
"small-eggs-invite",
123126
"small-houses-confess",
124127
"small-keys-peel",
125128
"small-windows-impress",

Diff for: easy-ui-icons/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @easypost/easy-ui-icons
22

3+
## 1.0.0-alpha.39
4+
5+
### Minor Changes
6+
7+
- e622eea: Adds TrackChanges icon
8+
39
## 1.0.0-alpha.38
410

511
### Minor Changes

Diff for: easy-ui-icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@easypost/easy-ui-icons",
3-
"version": "1.0.0-alpha.38",
3+
"version": "1.0.0-alpha.39",
44
"exports": {
55
"./*": {
66
"types": "./dist/*.d.ts",

Diff for: easy-ui-react/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @easypost/easy-ui
22

3+
## 1.0.0-alpha.76
4+
5+
### Minor Changes
6+
7+
- 35e6d73: feat(Notification): add transitions
8+
9+
### Patch Changes
10+
11+
- c2ea4f7: fix(Notification): border radius
12+
- Updated dependencies [e622eea]
13+
- @easypost/easy-ui-icons@1.0.0-alpha.39
14+
315
## 1.0.0-alpha.75
416

517
### Patch Changes

Diff for: easy-ui-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@easypost/easy-ui",
3-
"version": "1.0.0-alpha.75",
3+
"version": "1.0.0-alpha.76",
44
"exports": {
55
"./*": {
66
"types": "./dist/*.d.ts",
@@ -29,7 +29,7 @@
2929
"test:watch": "vitest"
3030
},
3131
"dependencies": {
32-
"@easypost/easy-ui-icons": "1.0.0-alpha.38",
32+
"@easypost/easy-ui-icons": "1.0.0-alpha.39",
3333
"@easypost/easy-ui-tokens": "1.0.0-alpha.15",
3434
"@react-aria/toast": "^3.0.1",
3535
"@react-aria/utils": "^3.28.1",

0 commit comments

Comments
 (0)