Skip to content

Commit

Permalink
Version Packages (alpha) (#1425)
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/[email protected]

### Minor Changes

-   8c1c613: feat: add icons for ecom support

## @easypost/[email protected]

### Minor Changes

-   2eb11dc: Create `<PillGroup />` component
-   51e5b35: feat: create SplitToggleCard component

### Patch Changes

-   Updated dependencies [8c1c613]
-   Updated dependencies [2eb11dc]
    -   @easypost/[email protected]
    -   @easypost/[email protected]

## @easypost/[email protected]

### Minor Changes

-   2eb11dc: Create `<PillGroup />` component

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 24, 2024
1 parent 8c1c613 commit 17b7d57
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"light-dryers-approve",
"little-colts-whisper",
"little-rocks-nail",
"many-peas-remember",
"mean-pants-smile",
"metal-comics-clap",
"metal-penguins-float",
Expand All @@ -54,6 +55,8 @@
"old-carpets-rush",
"orange-gorillas-return",
"orange-rockets-compare",
"perfect-waves-hunt",
"polite-lamps-shop",
"polite-socks-crash",
"polite-suns-brush",
"purple-owls-fetch",
Expand Down
6 changes: 6 additions & 0 deletions easy-ui-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @easypost/easy-ui-icons

## 1.0.0-alpha.28

### Minor Changes

- 8c1c613: feat: add icons for ecom support

## 1.0.0-alpha.27

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion easy-ui-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@easypost/easy-ui-icons",
"version": "1.0.0-alpha.27",
"version": "1.0.0-alpha.28",
"exports": {
"./*": {
"types": "./dist/*.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions easy-ui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @easypost/easy-ui

## 1.0.0-alpha.46

### Minor Changes

- 2eb11dc: Create `<PillGroup />` component
- 51e5b35: feat: create SplitToggleCard component

### Patch Changes

- Updated dependencies [8c1c613]
- Updated dependencies [2eb11dc]
- @easypost/easy-ui-icons@1.0.0-alpha.28
- @easypost/easy-ui-tokens@1.0.0-alpha.12

## 1.0.0-alpha.45

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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.45",
"version": "1.0.0-alpha.46",
"exports": {
"./*": {
"types": "./dist/*.d.ts",
Expand Down Expand Up @@ -29,8 +29,8 @@
"test:watch": "vitest"
},
"dependencies": {
"@easypost/easy-ui-icons": "1.0.0-alpha.27",
"@easypost/easy-ui-tokens": "1.0.0-alpha.11",
"@easypost/easy-ui-icons": "1.0.0-alpha.28",
"@easypost/easy-ui-tokens": "1.0.0-alpha.12",
"@react-aria/toast": "^3.0.0-beta.12",
"@react-aria/utils": "^3.25.3",
"@react-stately/toast": "^3.0.0-beta.6",
Expand Down
6 changes: 6 additions & 0 deletions easy-ui-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @easypost/easy-ui-tokens

## 1.0.0-alpha.12

### Minor Changes

- 2eb11dc: Create `<PillGroup />` component

## 1.0.0-alpha.11

### 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.11",
"version": "1.0.0-alpha.12",
"exports": {
"./js/*": {
"types": "./dist/js/*.d.ts",
Expand Down

0 comments on commit 17b7d57

Please sign in to comment.