-
Notifications
You must be signed in to change notification settings - Fork 560
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update version for release (pre) (#973)
- Loading branch information
1 parent
6e40773
commit 8f75df9
Showing
49 changed files
with
333 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,18 @@ | ||
# @reach/accordion | ||
|
||
## 0.18.0-pre.1 | ||
|
||
### Minor Changes | ||
|
||
- The output directory structure has changed slightly. Module files are now named `reach-<pkg>.mjs` instead of `reach-<pkg>.esm.js`. ([`6e40773f`](https://github.com/reach/reach-ui/commit/6e40773fc0f430dba9029fee57b526a7eb25827e)) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
|
||
## 0.18.0-pre.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/accordion", | ||
"version": "0.18.0-pre.0", | ||
"version": "0.18.0-pre.1", | ||
"description": "Accessible React accordion component", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,18 @@ | ||
# @reach/alert-dialog | ||
|
||
## 0.18.0-pre.1 | ||
|
||
### Minor Changes | ||
|
||
- The output directory structure has changed slightly. Module files are now named `reach-<pkg>.mjs` instead of `reach-<pkg>.esm.js`. ([`6e40773f`](https://github.com/reach/reach-ui/commit/6e40773fc0f430dba9029fee57b526a7eb25827e)) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
|
||
## 0.18.0-pre.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/alert-dialog", | ||
"version": "0.18.0-pre.0", | ||
"version": "0.18.0-pre.1", | ||
"description": "Accessible React Alert Dialog.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
# @reach/alert | ||
|
||
## 0.18.0-pre.1 | ||
|
||
### Minor Changes | ||
|
||
- The output directory structure has changed slightly. Module files are now named `reach-<pkg>.mjs` instead of `reach-<pkg>.esm.js`. ([`6e40773f`](https://github.com/reach/reach-ui/commit/6e40773fc0f430dba9029fee57b526a7eb25827e)) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
|
||
## 0.18.0-pre.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/alert", | ||
"version": "0.18.0-pre.0", | ||
"version": "0.18.0-pre.1", | ||
"description": "Screen-reader-friendly alert messages.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,16 @@ | ||
# @reach/auto-id | ||
|
||
## 0.18.0-pre.1 | ||
|
||
### Minor Changes | ||
|
||
- The output directory structure has changed slightly. Module files are now named `reach-<pkg>.mjs` instead of `reach-<pkg>.esm.js`. ([`6e40773f`](https://github.com/reach/reach-ui/commit/6e40773fc0f430dba9029fee57b526a7eb25827e)) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@reach/[email protected]` | ||
|
||
## 0.18.0-pre.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/auto-id", | ||
"version": "0.18.0-pre.0", | ||
"version": "0.18.0-pre.1", | ||
"description": "Autogenerate IDs to facilitate WAI-ARIA and server rendering.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,18 @@ | ||
# @reach/checkbox | ||
|
||
## 0.18.0-pre.1 | ||
|
||
### Minor Changes | ||
|
||
- The output directory structure has changed slightly. Module files are now named `reach-<pkg>.mjs` instead of `reach-<pkg>.esm.js`. ([`6e40773f`](https://github.com/reach/reach-ui/commit/6e40773fc0f430dba9029fee57b526a7eb25827e)) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
|
||
## 0.18.0-pre.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/checkbox", | ||
"version": "0.18.0-pre.0", | ||
"version": "0.18.0-pre.1", | ||
"description": "Accessible components to build custom, tri-state checkboxes in React.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,20 @@ | ||
# @reach/combobox | ||
|
||
## 0.18.0-pre.1 | ||
|
||
### Minor Changes | ||
|
||
- The output directory structure has changed slightly. Module files are now named `reach-<pkg>.mjs` instead of `reach-<pkg>.esm.js`. ([`6e40773f`](https://github.com/reach/reach-ui/commit/6e40773fc0f430dba9029fee57b526a7eb25827e)) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
|
||
## 0.18.0-pre.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/combobox", | ||
"version": "0.18.0-pre.0", | ||
"version": "0.18.0-pre.1", | ||
"description": "Accessible React Combobox (Autocomplete).", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,16 @@ | ||
# @reach/descendants | ||
|
||
## 0.18.0-pre.1 | ||
|
||
### Minor Changes | ||
|
||
- The output directory structure has changed slightly. Module files are now named `reach-<pkg>.mjs` instead of `reach-<pkg>.esm.js`. ([`6e40773f`](https://github.com/reach/reach-ui/commit/6e40773fc0f430dba9029fee57b526a7eb25827e)) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@reach/[email protected]` | ||
|
||
## 0.18.0-pre.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/descendants", | ||
"version": "0.18.0-pre.0", | ||
"version": "0.18.0-pre.1", | ||
"description": "A descendant index solution for better accessibility support in compound components", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
# @reach/dialog | ||
|
||
## 0.18.0-pre.1 | ||
|
||
### Minor Changes | ||
|
||
- The output directory structure has changed slightly. Module files are now named `reach-<pkg>.mjs` instead of `reach-<pkg>.esm.js`. ([`6e40773f`](https://github.com/reach/reach-ui/commit/6e40773fc0f430dba9029fee57b526a7eb25827e)) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
|
||
## 0.18.0-pre.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/dialog", | ||
"version": "0.18.0-pre.0", | ||
"version": "0.18.0-pre.1", | ||
"description": "Accessible React Modal Dialog.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
# @reach/disclosure | ||
|
||
## 0.18.0-pre.1 | ||
|
||
### Minor Changes | ||
|
||
- The output directory structure has changed slightly. Module files are now named `reach-<pkg>.mjs` instead of `reach-<pkg>.esm.js`. ([`6e40773f`](https://github.com/reach/reach-ui/commit/6e40773fc0f430dba9029fee57b526a7eb25827e)) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
|
||
## 0.18.0-pre.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/disclosure", | ||
"version": "0.18.0-pre.0", | ||
"version": "0.18.0-pre.1", | ||
"description": "Accessible React disclosure component", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
# @reach/dropdown | ||
|
||
## 0.18.0-pre.1 | ||
|
||
### Minor Changes | ||
|
||
- The output directory structure has changed slightly. Module files are now named `reach-<pkg>.mjs` instead of `reach-<pkg>.esm.js`. ([`6e40773f`](https://github.com/reach/reach-ui/commit/6e40773fc0f430dba9029fee57b526a7eb25827e)) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
|
||
## 0.18.0-pre.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/dropdown", | ||
"version": "0.18.0-pre.0", | ||
"version": "0.18.0-pre.1", | ||
"description": "React dropdown menu.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,20 @@ | ||
# @reach/listbox | ||
|
||
## 0.18.0-pre.1 | ||
|
||
### Minor Changes | ||
|
||
- The output directory structure has changed slightly. Module files are now named `reach-<pkg>.mjs` instead of `reach-<pkg>.esm.js`. ([`6e40773f`](https://github.com/reach/reach-ui/commit/6e40773fc0f430dba9029fee57b526a7eb25827e)) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
|
||
## 0.18.0-pre.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/listbox", | ||
"version": "0.18.0-pre.0", | ||
"version": "0.18.0-pre.1", | ||
"description": "Accessible React listbox input.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,16 @@ | ||
# @reach/machine | ||
|
||
## 0.18.0-pre.1 | ||
|
||
### Minor Changes | ||
|
||
- The output directory structure has changed slightly. Module files are now named `reach-<pkg>.mjs` instead of `reach-<pkg>.esm.js`. ([`6e40773f`](https://github.com/reach/reach-ui/commit/6e40773fc0f430dba9029fee57b526a7eb25827e)) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@reach/[email protected]` | ||
|
||
## 0.18.0-pre.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/machine", | ||
"version": "0.18.0-pre.0", | ||
"version": "0.18.0-pre.1", | ||
"description": "State machine utilities for the Reach UI library.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,18 @@ | ||
# @reach/menu-button | ||
|
||
## 0.18.0-pre.1 | ||
|
||
### Minor Changes | ||
|
||
- The output directory structure has changed slightly. Module files are now named `reach-<pkg>.mjs` instead of `reach-<pkg>.esm.js`. ([`6e40773f`](https://github.com/reach/reach-ui/commit/6e40773fc0f430dba9029fee57b526a7eb25827e)) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
|
||
## 0.18.0-pre.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/menu-button", | ||
"version": "0.18.0-pre.0", | ||
"version": "0.18.0-pre.1", | ||
"description": "Accessible React button dropdown menu.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,18 @@ | ||
# @reach/popover | ||
|
||
## 0.18.0-pre.1 | ||
|
||
### Minor Changes | ||
|
||
- The output directory structure has changed slightly. Module files are now named `reach-<pkg>.mjs` instead of `reach-<pkg>.esm.js`. ([`6e40773f`](https://github.com/reach/reach-ui/commit/6e40773fc0f430dba9029fee57b526a7eb25827e)) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
- `@reach/[email protected]` | ||
|
||
## 0.18.0-pre.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/popover", | ||
"version": "0.18.0-pre.0", | ||
"version": "0.18.0-pre.1", | ||
"description": "Render a portal positioned relative to another element.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,16 @@ | ||
# @reach/portal | ||
|
||
## 0.18.0-pre.1 | ||
|
||
### Minor Changes | ||
|
||
- The output directory structure has changed slightly. Module files are now named `reach-<pkg>.mjs` instead of `reach-<pkg>.esm.js`. ([`6e40773f`](https://github.com/reach/reach-ui/commit/6e40773fc0f430dba9029fee57b526a7eb25827e)) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- `@reach/[email protected]` | ||
|
||
## 0.18.0-pre.0 | ||
|
||
### Minor Changes | ||
|
Oops, something went wrong.