Skip to content

Commit

Permalink
chore: bump versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Oct 11, 2022
1 parent f3d3654 commit 81cc3b0
Show file tree
Hide file tree
Showing 49 changed files with 471 additions and 25 deletions.
13 changes: 12 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,16 @@
"@reach/window-size": "0.17.0",
"reach-storybook": "0.0.0"
},
"changesets": []
"changesets": [
"curly-lobsters-do",
"great-seahorses-dream",
"heavy-actors-perform",
"lemon-feet-listen",
"light-ways-laugh",
"neat-dolphins-own",
"red-jeans-deliver",
"red-toys-rhyme",
"spicy-jeans-join",
"tall-planets-share"
]
}
18 changes: 18 additions & 0 deletions packages/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# @reach/accordion

## 0.18.0-pre.0

### Minor Changes

- We have simplified our build setup to remove a boatload of dependencies. Build output for all packages may look slightly different, though functionally packages that don't have explicit changes marked in the release notes have not changed. ([`c2a1794b`](https://github.com/reach/reach-ui/commit/c2a1794b6818822080f428a1cbe2cec2b4a0a218))

This may affect you if you use `patch-package` to modify output code. If you need support for legacy browsers, the new bundle may not transpile the same ECMA features as before. In that case you may want to transpile Reach packages directly.

- All default exports have been removed. Replace all default imports with the appropriate documented named export. ([`79319a75`](https://github.com/reach/reach-ui/commit/79319a75a639db398c62ca3296896894eb3e539e))

### Patch Changes

- Updated dependencies:
- `@reach/auto-id@0.18.0-pre.0`
- `@reach/descendants@0.18.0-pre.0`
- `@reach/utils@0.18.0-pre.0`
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.17.0",
"version": "0.18.0-pre.0",
"description": "Accessible React accordion component",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
18 changes: 18 additions & 0 deletions packages/alert-dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# @reach/alert-dialog

## 0.18.0-pre.0

### Minor Changes

- We have simplified our build setup to remove a boatload of dependencies. Build output for all packages may look slightly different, though functionally packages that don't have explicit changes marked in the release notes have not changed. ([`c2a1794b`](https://github.com/reach/reach-ui/commit/c2a1794b6818822080f428a1cbe2cec2b4a0a218))

This may affect you if you use `patch-package` to modify output code. If you need support for legacy browsers, the new bundle may not transpile the same ECMA features as before. In that case you may want to transpile Reach packages directly.

- All default exports have been removed. Replace all default imports with the appropriate documented named export. ([`79319a75`](https://github.com/reach/reach-ui/commit/79319a75a639db398c62ca3296896894eb3e539e))

### Patch Changes

- Updated dependencies:
- `@reach/auto-id@0.18.0-pre.0`
- `@reach/dialog@0.18.0-pre.0`
- `@reach/utils@0.18.0-pre.0`
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.17.0",
"version": "0.18.0-pre.0",
"description": "Accessible React Alert Dialog.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
18 changes: 18 additions & 0 deletions packages/alert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# @reach/alert

## 0.18.0-pre.0

### Minor Changes

- We have simplified our build setup to remove a boatload of dependencies. Build output for all packages may look slightly different, though functionally packages that don't have explicit changes marked in the release notes have not changed. ([`c2a1794b`](https://github.com/reach/reach-ui/commit/c2a1794b6818822080f428a1cbe2cec2b4a0a218))

This may affect you if you use `patch-package` to modify output code. If you need support for legacy browsers, the new bundle may not transpile the same ECMA features as before. In that case you may want to transpile Reach packages directly.

- All default exports have been removed. Replace all default imports with the appropriate documented named export. ([`79319a75`](https://github.com/reach/reach-ui/commit/79319a75a639db398c62ca3296896894eb3e539e))

### Patch Changes

- Hide visual messages from screen reader to prevent double read ([`79319a75`](https://github.com/reach/reach-ui/commit/79319a75a639db398c62ca3296896894eb3e539e))
- Updated dependencies:
- `@reach/utils@0.18.0-pre.0`
- `@reach/visually-hidden@0.18.0-pre.0`
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.17.0",
"version": "0.18.0-pre.0",
"description": "Screen-reader-friendly alert messages.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
16 changes: 16 additions & 0 deletions packages/auto-id/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# @reach/auto-id

## 0.18.0-pre.0

### Minor Changes

- We have simplified our build setup to remove a boatload of dependencies. Build output for all packages may look slightly different, though functionally packages that don't have explicit changes marked in the release notes have not changed. ([`c2a1794b`](https://github.com/reach/reach-ui/commit/c2a1794b6818822080f428a1cbe2cec2b4a0a218))

This may affect you if you use `patch-package` to modify output code. If you need support for legacy browsers, the new bundle may not transpile the same ECMA features as before. In that case you may want to transpile Reach packages directly.

- All default exports have been removed. Replace all default imports with the appropriate documented named export. ([`79319a75`](https://github.com/reach/reach-ui/commit/79319a75a639db398c62ca3296896894eb3e539e))

### Patch Changes

- Updated dependencies:
- `@reach/utils@0.18.0-pre.0`
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.17.0",
"version": "0.18.0-pre.0",
"description": "Autogenerate IDs to facilitate WAI-ARIA and server rendering.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
20 changes: 20 additions & 0 deletions packages/checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# @reach/checkbox

## 0.18.0-pre.0

### Minor Changes

- We have simplified our build setup to remove a boatload of dependencies. Build output for all packages may look slightly different, though functionally packages that don't have explicit changes marked in the release notes have not changed. ([`c2a1794b`](https://github.com/reach/reach-ui/commit/c2a1794b6818822080f428a1cbe2cec2b4a0a218))

This may affect you if you use `patch-package` to modify output code. If you need support for legacy browsers, the new bundle may not transpile the same ECMA features as before. In that case you may want to transpile Reach packages directly.

- Uncontrolled input fields inside of a form will now be reset to their default values or cleared on `form.reset` ([`79319a75`](https://github.com/reach/reach-ui/commit/79319a75a639db398c62ca3296896894eb3e539e))
- All default exports have been removed. Replace all default imports with the appropriate documented named export. ([`79319a75`](https://github.com/reach/reach-ui/commit/79319a75a639db398c62ca3296896894eb3e539e))

### Patch Changes

- `useMixedCheckbox` mistakenly derived its `checked` value incorrectly. In practice this was unlikely to cause an issue, but it now derives the guaranteed value from the active component state. ([`79319a75`](https://github.com/reach/reach-ui/commit/79319a75a639db398c62ca3296896894eb3e539e))
- Updated dependencies:
- `@reach/auto-id@0.18.0-pre.0`
- `@reach/machine@0.18.0-pre.0`
- `@reach/utils@0.18.0-pre.0`
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.17.0",
"version": "0.18.0-pre.0",
"description": "Accessible components to build custom, tri-state checkboxes in React.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
22 changes: 22 additions & 0 deletions packages/combobox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# @reach/combobox

## 0.18.0-pre.0

### Minor Changes

- We have simplified our build setup to remove a boatload of dependencies. Build output for all packages may look slightly different, though functionally packages that don't have explicit changes marked in the release notes have not changed. ([`c2a1794b`](https://github.com/reach/reach-ui/commit/c2a1794b6818822080f428a1cbe2cec2b4a0a218))

This may affect you if you use `patch-package` to modify output code. If you need support for legacy browsers, the new bundle may not transpile the same ECMA features as before. In that case you may want to transpile Reach packages directly.

- Uncontrolled input fields inside of a form will now be reset to their default values or cleared on `form.reset` ([`79319a75`](https://github.com/reach/reach-ui/commit/79319a75a639db398c62ca3296896894eb3e539e))
- All default exports have been removed. Replace all default imports with the appropriate documented named export. ([`79319a75`](https://github.com/reach/reach-ui/commit/79319a75a639db398c62ca3296896894eb3e539e))

### Patch Changes

- Fixed a bug to ensure that `ArrowUp` and `ArrowDown` share behavior when the combobox popover is hidden ([`79319a75`](https://github.com/reach/reach-ui/commit/79319a75a639db398c62ca3296896894eb3e539e))
- Updated dependencies:
- `@reach/popover@0.18.0-pre.0`
- `@reach/auto-id@0.18.0-pre.0`
- `@reach/descendants@0.18.0-pre.0`
- `@reach/portal@0.18.0-pre.0`
- `@reach/utils@0.18.0-pre.0`
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.17.0",
"version": "0.18.0-pre.0",
"description": "Accessible React Combobox (Autocomplete).",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
17 changes: 17 additions & 0 deletions packages/descendants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# @reach/descendants

## 0.18.0-pre.0

### Minor Changes

- We have simplified our build setup to remove a boatload of dependencies. Build output for all packages may look slightly different, though functionally packages that don't have explicit changes marked in the release notes have not changed. ([`c2a1794b`](https://github.com/reach/reach-ui/commit/c2a1794b6818822080f428a1cbe2cec2b4a0a218))

This may affect you if you use `patch-package` to modify output code. If you need support for legacy browsers, the new bundle may not transpile the same ECMA features as before. In that case you may want to transpile Reach packages directly.

- All default exports have been removed. Replace all default imports with the appropriate documented named export. ([`79319a75`](https://github.com/reach/reach-ui/commit/79319a75a639db398c62ca3296896894eb3e539e))

### Patch Changes

- Fixed a tiny lil index ordering bug ([`79319a75`](https://github.com/reach/reach-ui/commit/79319a75a639db398c62ca3296896894eb3e539e))
- Updated dependencies:
- `@reach/utils@0.18.0-pre.0`
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.17.0",
"version": "0.18.0-pre.0",
"description": "A descendant index solution for better accessibility support in compound components",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
17 changes: 17 additions & 0 deletions packages/dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# @reach/dialog

## 0.18.0-pre.0

### Minor Changes

- We have simplified our build setup to remove a boatload of dependencies. Build output for all packages may look slightly different, though functionally packages that don't have explicit changes marked in the release notes have not changed. ([`c2a1794b`](https://github.com/reach/reach-ui/commit/c2a1794b6818822080f428a1cbe2cec2b4a0a218))

This may affect you if you use `patch-package` to modify output code. If you need support for legacy browsers, the new bundle may not transpile the same ECMA features as before. In that case you may want to transpile Reach packages directly.

- All default exports have been removed. Replace all default imports with the appropriate documented named export. ([`79319a75`](https://github.com/reach/reach-ui/commit/79319a75a639db398c62ca3296896894eb3e539e))

### Patch Changes

- Updated dependencies:
- `@reach/portal@0.18.0-pre.0`
- `@reach/utils@0.18.0-pre.0`
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.17.0",
"version": "0.18.0-pre.0",
"description": "Accessible React Modal Dialog.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
17 changes: 17 additions & 0 deletions packages/disclosure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# @reach/disclosure

## 0.18.0-pre.0

### Minor Changes

- We have simplified our build setup to remove a boatload of dependencies. Build output for all packages may look slightly different, though functionally packages that don't have explicit changes marked in the release notes have not changed. ([`c2a1794b`](https://github.com/reach/reach-ui/commit/c2a1794b6818822080f428a1cbe2cec2b4a0a218))

This may affect you if you use `patch-package` to modify output code. If you need support for legacy browsers, the new bundle may not transpile the same ECMA features as before. In that case you may want to transpile Reach packages directly.

- All default exports have been removed. Replace all default imports with the appropriate documented named export. ([`79319a75`](https://github.com/reach/reach-ui/commit/79319a75a639db398c62ca3296896894eb3e539e))

### Patch Changes

- Updated dependencies:
- `@reach/auto-id@0.18.0-pre.0`
- `@reach/utils@0.18.0-pre.0`
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.17.0",
"version": "0.18.0-pre.0",
"description": "Accessible React disclosure component",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
19 changes: 19 additions & 0 deletions packages/dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# @reach/dropdown

## 0.18.0-pre.0

### Minor Changes

- We have simplified our build setup to remove a boatload of dependencies. Build output for all packages may look slightly different, though functionally packages that don't have explicit changes marked in the release notes have not changed. ([`c2a1794b`](https://github.com/reach/reach-ui/commit/c2a1794b6818822080f428a1cbe2cec2b4a0a218))

This may affect you if you use `patch-package` to modify output code. If you need support for legacy browsers, the new bundle may not transpile the same ECMA features as before. In that case you may want to transpile Reach packages directly.

- All default exports have been removed. Replace all default imports with the appropriate documented named export. ([`79319a75`](https://github.com/reach/reach-ui/commit/79319a75a639db398c62ca3296896894eb3e539e))

### Patch Changes

- Updated dependencies:
- `@reach/popover@0.18.0-pre.0`
- `@reach/auto-id@0.18.0-pre.0`
- `@reach/descendants@0.18.0-pre.0`
- `@reach/utils@0.18.0-pre.0`
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.17.0",
"version": "0.18.0-pre.0",
"description": "React dropdown menu.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
21 changes: 21 additions & 0 deletions packages/listbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# @reach/listbox

## 0.18.0-pre.0

### Minor Changes

- We have simplified our build setup to remove a boatload of dependencies. Build output for all packages may look slightly different, though functionally packages that don't have explicit changes marked in the release notes have not changed. ([`c2a1794b`](https://github.com/reach/reach-ui/commit/c2a1794b6818822080f428a1cbe2cec2b4a0a218))

This may affect you if you use `patch-package` to modify output code. If you need support for legacy browsers, the new bundle may not transpile the same ECMA features as before. In that case you may want to transpile Reach packages directly.

- Uncontrolled input fields inside of a form will now be reset to their default values or cleared on `form.reset` ([`79319a75`](https://github.com/reach/reach-ui/commit/79319a75a639db398c62ca3296896894eb3e539e))
- All default exports have been removed. Replace all default imports with the appropriate documented named export. ([`79319a75`](https://github.com/reach/reach-ui/commit/79319a75a639db398c62ca3296896894eb3e539e))

### Patch Changes

- Updated dependencies:
- `@reach/popover@0.18.0-pre.0`
- `@reach/auto-id@0.18.0-pre.0`
- `@reach/descendants@0.18.0-pre.0`
- `@reach/machine@0.18.0-pre.0`
- `@reach/utils@0.18.0-pre.0`
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.17.0",
"version": "0.18.0-pre.0",
"description": "Accessible React listbox input.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
16 changes: 16 additions & 0 deletions packages/machine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# @reach/machine

## 0.18.0-pre.0

### Minor Changes

- We have simplified our build setup to remove a boatload of dependencies. Build output for all packages may look slightly different, though functionally packages that don't have explicit changes marked in the release notes have not changed. ([`c2a1794b`](https://github.com/reach/reach-ui/commit/c2a1794b6818822080f428a1cbe2cec2b4a0a218))

This may affect you if you use `patch-package` to modify output code. If you need support for legacy browsers, the new bundle may not transpile the same ECMA features as before. In that case you may want to transpile Reach packages directly.

- All default exports have been removed. Replace all default imports with the appropriate documented named export. ([`79319a75`](https://github.com/reach/reach-ui/commit/79319a75a639db398c62ca3296896894eb3e539e))

### Patch Changes

- Updated dependencies:
- `@reach/utils@0.18.0-pre.0`
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.17.0",
"version": "0.18.0-pre.0",
"description": "State machine utilities for the Reach UI library.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
19 changes: 19 additions & 0 deletions packages/menu-button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# @reach/menu-button

## 0.18.0-pre.0

### Minor Changes

- We have simplified our build setup to remove a boatload of dependencies. Build output for all packages may look slightly different, though functionally packages that don't have explicit changes marked in the release notes have not changed. ([`c2a1794b`](https://github.com/reach/reach-ui/commit/c2a1794b6818822080f428a1cbe2cec2b4a0a218))

This may affect you if you use `patch-package` to modify output code. If you need support for legacy browsers, the new bundle may not transpile the same ECMA features as before. In that case you may want to transpile Reach packages directly.

- All default exports have been removed. Replace all default imports with the appropriate documented named export. ([`79319a75`](https://github.com/reach/reach-ui/commit/79319a75a639db398c62ca3296896894eb3e539e))

### Patch Changes

- Fixed an issue causing duplicate IDs across multiple instances ([`79319a75`](https://github.com/reach/reach-ui/commit/79319a75a639db398c62ca3296896894eb3e539e))
- Updated dependencies:
- `@reach/popover@0.18.0-pre.0`
- `@reach/dropdown@0.18.0-pre.0`
- `@reach/utils@0.18.0-pre.0`
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.17.0",
"version": "0.18.0-pre.0",
"description": "Accessible React button dropdown menu.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
19 changes: 19 additions & 0 deletions packages/popover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# @reach/popover

## 0.18.0-pre.0

### Minor Changes

- We have simplified our build setup to remove a boatload of dependencies. Build output for all packages may look slightly different, though functionally packages that don't have explicit changes marked in the release notes have not changed. ([`c2a1794b`](https://github.com/reach/reach-ui/commit/c2a1794b6818822080f428a1cbe2cec2b4a0a218))

This may affect you if you use `patch-package` to modify output code. If you need support for legacy browsers, the new bundle may not transpile the same ECMA features as before. In that case you may want to transpile Reach packages directly.

- All default exports have been removed. Replace all default imports with the appropriate documented named export. ([`79319a75`](https://github.com/reach/reach-ui/commit/79319a75a639db398c62ca3296896894eb3e539e))

### Patch Changes

- `targetRect` is now observed when the popover is hidden. This fixes a bug where in some cases the popover appeared in the wrong position after reappearing. ([`79319a75`](https://github.com/reach/reach-ui/commit/79319a75a639db398c62ca3296896894eb3e539e))
- Updated dependencies:
- `@reach/portal@0.18.0-pre.0`
- `@reach/rect@0.18.0-pre.0`
- `@reach/utils@0.18.0-pre.0`
Loading

0 comments on commit 81cc3b0

Please sign in to comment.