Skip to content

Commit

Permalink
chore: Update version for release (pre) (#974)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 11, 2022
1 parent bdaa545 commit 3335ce3
Show file tree
Hide file tree
Showing 49 changed files with 242 additions and 24 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"lemon-feet-listen",
"light-ways-laugh",
"neat-dolphins-own",
"popular-olives-joke",
"red-jeans-deliver",
"red-toys-rhyme",
"spicy-bears-fold",
Expand Down
9 changes: 9 additions & 0 deletions packages/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @reach/accordion

## 0.18.0-pre.2

### Patch Changes

- Updated dependencies:
- `@reach/auto-id@0.18.0-pre.2`
- `@reach/descendants@0.18.0-pre.2`
- `@reach/utils@0.18.0-pre.2`

## 0.18.0-pre.1

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/accordion",
"version": "0.18.0-pre.1",
"version": "0.18.0-pre.2",
"description": "Accessible React accordion component",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/alert-dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @reach/alert-dialog

## 0.18.0-pre.2

### Patch Changes

- Updated dependencies:
- `@reach/auto-id@0.18.0-pre.2`
- `@reach/dialog@0.18.0-pre.2`
- `@reach/utils@0.18.0-pre.2`

## 0.18.0-pre.1

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/alert-dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/alert-dialog",
"version": "0.18.0-pre.1",
"version": "0.18.0-pre.2",
"description": "Accessible React Alert Dialog.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/alert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @reach/alert

## 0.18.0-pre.2

### Patch Changes

- Updated dependencies:
- `@reach/utils@0.18.0-pre.2`
- `@reach/visually-hidden@0.18.0-pre.2`

## 0.18.0-pre.1

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/alert",
"version": "0.18.0-pre.1",
"version": "0.18.0-pre.2",
"description": "Screen-reader-friendly alert messages.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/auto-id/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @reach/auto-id

## 0.18.0-pre.2

### Patch Changes

- Fix buggy fallback implementation for React 18 ([`78afc322`](https://github.com/reach/reach-ui/commit/78afc3227a94281ff872019524480837950d0d92))
- Updated dependencies:
- `@reach/utils@0.18.0-pre.2`

## 0.18.0-pre.1

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/auto-id/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/auto-id",
"version": "0.18.0-pre.1",
"version": "0.18.0-pre.2",
"description": "Autogenerate IDs to facilitate WAI-ARIA and server rendering.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @reach/checkbox

## 0.18.0-pre.2

### Patch Changes

- Updated dependencies:
- `@reach/auto-id@0.18.0-pre.2`
- `@reach/machine@0.18.0-pre.2`
- `@reach/utils@0.18.0-pre.2`

## 0.18.0-pre.1

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/checkbox",
"version": "0.18.0-pre.1",
"version": "0.18.0-pre.2",
"description": "Accessible components to build custom, tri-state checkboxes in React.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/combobox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @reach/combobox

## 0.18.0-pre.2

### Patch Changes

- Updated dependencies:
- `@reach/auto-id@0.18.0-pre.2`
- `@reach/descendants@0.18.0-pre.2`
- `@reach/popover@0.18.0-pre.2`
- `@reach/portal@0.18.0-pre.2`
- `@reach/utils@0.18.0-pre.2`

## 0.18.0-pre.1

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/combobox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/combobox",
"version": "0.18.0-pre.1",
"version": "0.18.0-pre.2",
"description": "Accessible React Combobox (Autocomplete).",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/descendants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @reach/descendants

## 0.18.0-pre.2

### Patch Changes

- Updated dependencies:
- `@reach/utils@0.18.0-pre.2`

## 0.18.0-pre.1

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/descendants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/descendants",
"version": "0.18.0-pre.1",
"version": "0.18.0-pre.2",
"description": "A descendant index solution for better accessibility support in compound components",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @reach/dialog

## 0.18.0-pre.2

### Patch Changes

- Updated dependencies:
- `@reach/portal@0.18.0-pre.2`
- `@reach/utils@0.18.0-pre.2`

## 0.18.0-pre.1

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/dialog",
"version": "0.18.0-pre.1",
"version": "0.18.0-pre.2",
"description": "Accessible React Modal Dialog.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/disclosure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @reach/disclosure

## 0.18.0-pre.2

### Patch Changes

- Updated dependencies:
- `@reach/auto-id@0.18.0-pre.2`
- `@reach/utils@0.18.0-pre.2`

## 0.18.0-pre.1

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/disclosure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/disclosure",
"version": "0.18.0-pre.1",
"version": "0.18.0-pre.2",
"description": "Accessible React disclosure component",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @reach/dropdown

## 0.18.0-pre.2

### Patch Changes

- Updated dependencies:
- `@reach/auto-id@0.18.0-pre.2`
- `@reach/descendants@0.18.0-pre.2`
- `@reach/popover@0.18.0-pre.2`
- `@reach/utils@0.18.0-pre.2`

## 0.18.0-pre.1

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/dropdown",
"version": "0.18.0-pre.1",
"version": "0.18.0-pre.2",
"description": "React dropdown menu.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/listbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @reach/listbox

## 0.18.0-pre.2

### Patch Changes

- Updated dependencies:
- `@reach/auto-id@0.18.0-pre.2`
- `@reach/descendants@0.18.0-pre.2`
- `@reach/machine@0.18.0-pre.2`
- `@reach/popover@0.18.0-pre.2`
- `@reach/utils@0.18.0-pre.2`

## 0.18.0-pre.1

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/listbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/listbox",
"version": "0.18.0-pre.1",
"version": "0.18.0-pre.2",
"description": "Accessible React listbox input.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/machine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @reach/machine

## 0.18.0-pre.2

### Patch Changes

- Updated dependencies:
- `@reach/utils@0.18.0-pre.2`

## 0.18.0-pre.1

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/machine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/machine",
"version": "0.18.0-pre.1",
"version": "0.18.0-pre.2",
"description": "State machine utilities for the Reach UI library.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/menu-button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @reach/menu-button

## 0.18.0-pre.2

### Patch Changes

- Updated dependencies:
- `@reach/dropdown@0.18.0-pre.2`
- `@reach/popover@0.18.0-pre.2`
- `@reach/utils@0.18.0-pre.2`

## 0.18.0-pre.1

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/menu-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/menu-button",
"version": "0.18.0-pre.1",
"version": "0.18.0-pre.2",
"description": "Accessible React button dropdown menu.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/popover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @reach/popover

## 0.18.0-pre.2

### Patch Changes

- Updated dependencies:
- `@reach/portal@0.18.0-pre.2`
- `@reach/rect@0.18.0-pre.2`
- `@reach/utils@0.18.0-pre.2`

## 0.18.0-pre.1

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/popover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/popover",
"version": "0.18.0-pre.1",
"version": "0.18.0-pre.2",
"description": "Render a portal positioned relative to another element.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/portal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @reach/portal

## 0.18.0-pre.2

### Patch Changes

- Updated dependencies:
- `@reach/utils@0.18.0-pre.2`

## 0.18.0-pre.1

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/portal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/portal",
"version": "0.18.0-pre.1",
"version": "0.18.0-pre.2",
"description": "Declarative portals for React",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/rect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @reach/rect

## 0.18.0-pre.2

### Patch Changes

- Updated dependencies:
- `@reach/utils@0.18.0-pre.2`

## 0.18.0-pre.1

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/rect",
"version": "0.18.0-pre.1",
"version": "0.18.0-pre.2",
"description": "Measure React elements position in the DOM",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/skip-nav/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @reach/skip-nav

## 0.18.0-pre.2

### Patch Changes

- Updated dependencies:
- `@reach/utils@0.18.0-pre.2`

## 0.18.0-pre.1

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/skip-nav/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/skip-nav",
"version": "0.18.0-pre.1",
"version": "0.18.0-pre.2",
"description": "Skip navigation links for screen reader and keyboard users.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
Loading

0 comments on commit 3335ce3

Please sign in to comment.