Skip to content

Commit

Permalink
Version Packages (alpha) (#740)
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

-   37325e5: Create `<ProductLayout />` component

## @easypost/[email protected]

### Minor Changes

- b3cc8a2: feat: support traditional aria labelling for TextField,
Textarea, and Select
- e9cfa62: fix Stepper: Stepper should have a single font style and
support a visible outline
-   5de6ddf: Create `<FocusedProductLayout />` component
- 0cfafc2: feat(SearchNav): support PrimaryCTAItem and Title components
-   37325e5: Create `<ProductLayout />` component
- a3ef1e0: feat: support base styles for internal UnstyledButton
component
-   dc52dff: feat: add new color token aliases

### Patch Changes

-   Updated dependencies [5de6ddf]
-   Updated dependencies [37325e5]
-   Updated dependencies [dc52dff]
    -   @easypost/[email protected]
    -   @easypost/[email protected]

## @easypost/[email protected]

### Minor Changes

-   5de6ddf: Create `<FocusedProductLayout />` component
-   dc52dff: feat: add new color token aliases

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 16, 2023
1 parent 5b26445 commit 879d7e2
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 5 deletions.
7 changes: 7 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,29 @@
"dirty-pillows-love",
"empty-carrots-smash",
"empty-mice-film",
"empty-oranges-laugh",
"empty-pandas-matter",
"fifty-years-relate",
"forty-bears-heal",
"forty-books-peel",
"fresh-kids-peel",
"giant-hairs-pump",
"happy-pens-press",
"hot-adults-pretend",
"large-cows-destroy",
"late-mangos-impress",
"little-colts-whisper",
"metal-comics-clap",
"metal-penguins-float",
"nasty-cups-trade",
"new-balloons-breathe",
"nine-months-hope",
"odd-paws-brake",
"orange-rockets-compare",
"polite-socks-crash",
"rich-keys-guess",
"shaggy-bats-hope",
"sharp-plums-remember",
"sharp-snakes-care",
"shy-mayflies-divide",
"silent-beans-try",
Expand All @@ -48,10 +53,12 @@
"strange-icons-arrive",
"strange-olives-deliver",
"ten-toes-grin",
"three-bulldogs-eat",
"tidy-pans-lick",
"tricky-dogs-live",
"two-poets-drop",
"unlucky-insects-punch",
"violet-turkeys-end",
"violet-weeks-notice",
"warm-jeans-tell",
"wild-adults-unite"
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.13

### Minor Changes

- 37325e5: Create `<ProductLayout />` component

## 1.0.0-alpha.12

### 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.12",
"version": "1.0.0-alpha.13",
"exports": {
"./*": {
"types": "./dist/*.d.ts",
Expand Down
20 changes: 20 additions & 0 deletions easy-ui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @easypost/easy-ui

## 1.0.0-alpha.18

### Minor Changes

- b3cc8a2: feat: support traditional aria labelling for TextField, Textarea, and Select
- e9cfa62: fix Stepper: Stepper should have a single font style and support a visible outline
- 5de6ddf: Create `<FocusedProductLayout />` component
- 0cfafc2: feat(SearchNav): support PrimaryCTAItem and Title components
- 37325e5: Create `<ProductLayout />` component
- a3ef1e0: feat: support base styles for internal UnstyledButton component
- dc52dff: feat: add new color token aliases

### Patch Changes

- Updated dependencies [5de6ddf]
- Updated dependencies [37325e5]
- Updated dependencies [dc52dff]
- @easypost/easy-ui-tokens@1.0.0-alpha.8
- @easypost/easy-ui-icons@1.0.0-alpha.13

## 1.0.0-alpha.17

### 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.17",
"version": "1.0.0-alpha.18",
"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.12",
"@easypost/easy-ui-tokens": "1.0.0-alpha.7",
"@easypost/easy-ui-icons": "1.0.0-alpha.13",
"@easypost/easy-ui-tokens": "1.0.0-alpha.8",
"@react-aria/toast": "^3.0.0-beta.7",
"@react-aria/utils": "^3.22.0",
"@react-stately/toast": "^3.0.0-beta.1",
Expand Down
7 changes: 7 additions & 0 deletions easy-ui-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @easypost/easy-ui-tokens

## 1.0.0-alpha.8

### Minor Changes

- 5de6ddf: Create `<FocusedProductLayout />` component
- dc52dff: feat: add new color token aliases

## 1.0.0-alpha.7

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

0 comments on commit 879d7e2

Please sign in to comment.