Skip to content

Commit 7238aa4

Browse files
Version Packages (alpha) (#1893)
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-icons@1.0.0-alpha.55 ### Minor Changes - 89dd83d: adds box icon ## @easypost/easy-ui@1.0.0-alpha.120 ### Patch Changes - Updated dependencies [89dd83d] - @easypost/easy-ui-icons@1.0.0-alpha.55 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 89dd83d commit 7238aa4

5 files changed

Lines changed: 17 additions & 3 deletions

File tree

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@
141141
"shaggy-bats-hope",
142142
"sharp-plums-remember",
143143
"sharp-snakes-care",
144+
"sharp-stars-stick",
144145
"shiny-pigs-reply",
145146
"short-hats-mate",
146147
"short-lizards-promise",

easy-ui-icons/CHANGELOG.md

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

3+
## 1.0.0-alpha.55
4+
5+
### Minor Changes
6+
7+
- 89dd83d: adds box icon
8+
39
## 1.0.0-alpha.54
410

511
### Minor Changes

easy-ui-icons/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-icons",
3-
"version": "1.0.0-alpha.54",
3+
"version": "1.0.0-alpha.55",
44
"exports": {
55
"./*": {
66
"types": "./dist/*.d.ts",

easy-ui-react/CHANGELOG.md

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

3+
## 1.0.0-alpha.120
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [89dd83d]
8+
- @easypost/easy-ui-icons@1.0.0-alpha.55
9+
310
## 1.0.0-alpha.119
411

512
### Patch Changes

easy-ui-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@easypost/easy-ui",
3-
"version": "1.0.0-alpha.119",
3+
"version": "1.0.0-alpha.120",
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.54",
32+
"@easypost/easy-ui-icons": "1.0.0-alpha.55",
3333
"@easypost/easy-ui-tokens": "1.0.0-alpha.17",
3434
"@react-aria/toast": "^3.0.9",
3535
"@react-aria/utils": "^3.32.0",

0 commit comments

Comments
 (0)