Skip to content

Commit

Permalink
Version Packages (alpha) (#1387)
Browse files Browse the repository at this point in the history
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@1.0.0-alpha.45

### Minor Changes

-   8071802: feat(DataGrid): add size support and fix colors
-   b190fa6: feat(Icon): add support for images
-   14eaca7: feat: add NexusLayout
-   0659bb6: feat(Card): support shadow variant

### Patch Changes

-   Updated dependencies [ed36751]
-   Updated dependencies [21a2853]
-   Updated dependencies [0659bb6]
    -   @easypost/easy-ui-tokens@1.0.0-alpha.11

## @easypost/easy-ui-tokens@1.0.0-alpha.11

### Minor Changes

-   ed36751: feat: add new colors
-   21a2853: Update typography tokens
-   0659bb6: feat(Card): support shadow variant

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 22, 2024
1 parent 383cddb commit 17e72b1
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"chilled-meals-whisper",
"chilly-dolphins-obey",
"chilly-spies-cheer",
"clean-pugs-provide",
"clever-feet-clean",
"cool-ties-buy",
"curly-poems-attend",
"curvy-jeans-know",
"dirty-pillows-love",
Expand All @@ -23,6 +26,7 @@
"empty-pandas-matter",
"fifty-years-relate",
"five-humans-battle",
"fluffy-cherries-behave",
"forty-bears-heal",
"forty-books-peel",
"fresh-kids-peel",
Expand Down Expand Up @@ -52,6 +56,8 @@
"orange-rockets-compare",
"polite-socks-crash",
"polite-suns-brush",
"purple-owls-fetch",
"quick-bobcats-wait",
"quiet-singers-switch",
"rich-keys-guess",
"shaggy-bats-hope",
Expand Down
16 changes: 16 additions & 0 deletions easy-ui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @easypost/easy-ui

## 1.0.0-alpha.45

### Minor Changes

- 8071802: feat(DataGrid): add size support and fix colors
- b190fa6: feat(Icon): add support for images
- 14eaca7: feat: add NexusLayout
- 0659bb6: feat(Card): support shadow variant

### Patch Changes

- Updated dependencies [ed36751]
- Updated dependencies [21a2853]
- Updated dependencies [0659bb6]
- @easypost/easy-ui-tokens@1.0.0-alpha.11

## 1.0.0-alpha.44

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions easy-ui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@easypost/easy-ui",
"version": "1.0.0-alpha.44",
"version": "1.0.0-alpha.45",
"exports": {
"./*": {
"types": "./dist/*.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@easypost/easy-ui-icons": "1.0.0-alpha.27",
"@easypost/easy-ui-tokens": "1.0.0-alpha.10",
"@easypost/easy-ui-tokens": "1.0.0-alpha.11",
"@react-aria/toast": "^3.0.0-beta.12",
"@react-aria/utils": "^3.25.3",
"@react-stately/toast": "^3.0.0-beta.6",
Expand Down
8 changes: 8 additions & 0 deletions easy-ui-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @easypost/easy-ui-tokens

## 1.0.0-alpha.11

### Minor Changes

- ed36751: feat: add new colors
- 21a2853: Update typography tokens
- 0659bb6: feat(Card): support shadow variant

## 1.0.0-alpha.10

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion easy-ui-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@easypost/easy-ui-tokens",
"version": "1.0.0-alpha.10",
"version": "1.0.0-alpha.11",
"exports": {
"./js/*": {
"types": "./dist/js/*.d.ts",
Expand Down

0 comments on commit 17e72b1

Please sign in to comment.