Skip to content

Commit 469a64f

Browse files
Version Packages (alpha) (#1736)
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 - 5710284: feat: support test mode and displaying logo for HostedUILayout ## @easypost/[email protected] ### Minor Changes - 5710284: feat: support test mode and displaying logo for HostedUILayout ### Patch Changes - Updated dependencies [5710284] - @easypost/[email protected] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5710284 commit 469a64f

File tree

5 files changed

+21
-3
lines changed

5 files changed

+21
-3
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"long-bananas-push",
7474
"loud-penguins-kiss",
7575
"lucky-balloons-join",
76+
"major-rats-sneeze",
7677
"many-coins-carry",
7778
"many-peas-remember",
7879
"mean-pants-smile",

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.40
4+
5+
### Minor Changes
6+
7+
- 5710284: feat: support test mode and displaying logo for HostedUILayout
8+
39
## 1.0.0-alpha.39
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.39",
3+
"version": "1.0.0-alpha.40",
44
"exports": {
55
"./*": {
66
"types": "./dist/*.d.ts",

easy-ui-react/CHANGELOG.md

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

3+
## 1.0.0-alpha.81
4+
5+
### Minor Changes
6+
7+
- 5710284: feat: support test mode and displaying logo for HostedUILayout
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [5710284]
12+
- @easypost/easy-ui-icons@1.0.0-alpha.40
13+
314
## 1.0.0-alpha.80
415

516
### 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.80",
3+
"version": "1.0.0-alpha.81",
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.39",
32+
"@easypost/easy-ui-icons": "1.0.0-alpha.40",
3333
"@easypost/easy-ui-tokens": "1.0.0-alpha.16",
3434
"@react-aria/toast": "^3.0.1",
3535
"@react-aria/utils": "^3.28.2",

0 commit comments

Comments
 (0)