Skip to content

Commit 3c3f74d

Browse files
Version Packages (alpha) (#1646)
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 - e6c7f00: Adds Adjust icon ## @easypost/[email protected] ### Minor Changes - cf80239: updates logo for ForgeLayout ### Patch Changes - Updated dependencies [e6c7f00] - Updated dependencies [cca6e0c] - @easypost/[email protected] - @easypost/[email protected] ## @easypost/[email protected] ### Patch Changes - cca6e0c: fix: upgrade Style Dictionary Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cf80239 commit 3c3f74d

File tree

7 files changed

+33
-5
lines changed

7 files changed

+33
-5
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"changesets": [
1313
"afraid-chicken-wash",
1414
"angry-brooms-agree",
15+
"bitter-times-check",
1516
"blue-shirts-beam",
1617
"brave-doors-hug",
1718
"brown-buckets-whisper",
@@ -88,6 +89,7 @@
8889
"pretty-seals-flow",
8990
"purple-bananas-jog",
9091
"purple-owls-fetch",
92+
"quick-bars-unite",
9193
"quick-bobcats-wait",
9294
"quiet-singers-switch",
9395
"quiet-ways-laugh",
@@ -106,6 +108,7 @@
106108
"shy-zebras-bathe",
107109
"silent-beans-try",
108110
"silly-otters-pump",
111+
"silly-spoons-speak",
109112
"silver-avocados-share",
110113
"six-hairs-greet",
111114
"six-monkeys-chew",

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.38
4+
5+
### Minor Changes
6+
7+
- e6c7f00: Adds Adjust icon
8+
39
## 1.0.0-alpha.37
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.37",
3+
"version": "1.0.0-alpha.38",
44
"exports": {
55
"./*": {
66
"types": "./dist/*.d.ts",

easy-ui-react/CHANGELOG.md

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

3+
## 1.0.0-alpha.74
4+
5+
### Minor Changes
6+
7+
- cf80239: updates logo for ForgeLayout
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [e6c7f00]
12+
- Updated dependencies [cca6e0c]
13+
- @easypost/easy-ui-icons@1.0.0-alpha.38
14+
- @easypost/easy-ui-tokens@1.0.0-alpha.15
15+
316
## 1.0.0-alpha.73
417

518
### Patch Changes

easy-ui-react/package.json

Lines changed: 3 additions & 3 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.73",
3+
"version": "1.0.0-alpha.74",
44
"exports": {
55
"./*": {
66
"types": "./dist/*.d.ts",
@@ -29,8 +29,8 @@
2929
"test:watch": "vitest"
3030
},
3131
"dependencies": {
32-
"@easypost/easy-ui-icons": "1.0.0-alpha.37",
33-
"@easypost/easy-ui-tokens": "1.0.0-alpha.14",
32+
"@easypost/easy-ui-icons": "1.0.0-alpha.38",
33+
"@easypost/easy-ui-tokens": "1.0.0-alpha.15",
3434
"@react-aria/toast": "^3.0.1",
3535
"@react-aria/utils": "^3.28.1",
3636
"@react-stately/toast": "^3.0.0",

easy-ui-tokens/CHANGELOG.md

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

3+
## 1.0.0-alpha.15
4+
5+
### Patch Changes
6+
7+
- cca6e0c: fix: upgrade Style Dictionary
8+
39
## 1.0.0-alpha.14
410

511
### Minor Changes

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

0 commit comments

Comments
 (0)