Skip to content

Commit

Permalink
chore: Update version for release (pre) (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 12, 2022
1 parent 447066e commit 2fa6593
Show file tree
Hide file tree
Showing 51 changed files with 328 additions and 27 deletions.
8 changes: 6 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@
"@reach/utils": "0.17.0",
"@reach/visually-hidden": "0.17.0",
"@reach/window-size": "0.17.0",
"reach-storybook": "0.0.0"
"reach-storybook": "0.0.0",
"@reach/polymorphic": "0.18.0-pre.3"
},
"changesets": [
"curly-lobsters-do",
"great-seahorses-dream",
"heavy-actors-perform",
"kind-foxes-sneeze",
"late-gifts-beam",
"lemon-feet-listen",
"light-ways-laugh",
Expand All @@ -43,6 +45,8 @@
"red-toys-rhyme",
"spicy-bears-fold",
"spicy-jeans-join",
"tall-planets-share"
"stupid-eels-stare",
"tall-planets-share",
"ten-trees-punch"
]
}
14 changes: 14 additions & 0 deletions packages/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @reach/accordion

## 0.18.0-pre.4

### Minor Changes

- We no longer check that our internal styles are included by looking for a defined CSS custom property. You can still include our base styles as before, but this removes the need to define `--reach-<pkg>` in your own stylesheets to silence dev warnings. ([`69df3a03`](https://github.com/reach/reach-ui/commit/69df3a038d12c0e731778c9ac6e18ba6f81fbb49))

### Patch Changes

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

## 0.18.0-pre.3

### Patch 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.3",
"version": "0.18.0-pre.4",
"description": "Accessible React accordion component",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
14 changes: 14 additions & 0 deletions packages/alert-dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @reach/alert-dialog

## 0.18.0-pre.4

### Minor Changes

- We no longer check that our internal styles are included by looking for a defined CSS custom property. You can still include our base styles as before, but this removes the need to define `--reach-<pkg>` in your own stylesheets to silence dev warnings. ([`69df3a03`](https://github.com/reach/reach-ui/commit/69df3a038d12c0e731778c9ac6e18ba6f81fbb49))

### Patch Changes

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

## 0.18.0-pre.3

### Patch 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.3",
"version": "0.18.0-pre.4",
"description": "Accessible React Alert Dialog.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/alert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @reach/alert

## 0.18.0-pre.4

### Patch Changes

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

## 0.18.0-pre.3

### Patch 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.3",
"version": "0.18.0-pre.4",
"description": "Screen-reader-friendly alert messages.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/auto-id/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @reach/auto-id

## 0.18.0-pre.4

### Patch Changes

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

## 0.18.0-pre.3

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

## 0.18.0-pre.4

### Minor Changes

- We no longer check that our internal styles are included by looking for a defined CSS custom property. You can still include our base styles as before, but this removes the need to define `--reach-<pkg>` in your own stylesheets to silence dev warnings. ([`69df3a03`](https://github.com/reach/reach-ui/commit/69df3a038d12c0e731778c9ac6e18ba6f81fbb49))

### Patch Changes

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

## 0.18.0-pre.3

### Patch 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.3",
"version": "0.18.0-pre.4",
"description": "Accessible components to build custom, tri-state checkboxes in React.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
16 changes: 16 additions & 0 deletions packages/combobox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @reach/combobox

## 0.18.0-pre.4

### Minor Changes

- We no longer check that our internal styles are included by looking for a defined CSS custom property. You can still include our base styles as before, but this removes the need to define `--reach-<pkg>` in your own stylesheets to silence dev warnings. ([`69df3a03`](https://github.com/reach/reach-ui/commit/69df3a038d12c0e731778c9ac6e18ba6f81fbb49))

### Patch Changes

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

## 0.18.0-pre.3

### Patch 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.3",
"version": "0.18.0-pre.4",
"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.4

### Patch Changes

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

## 0.18.0-pre.3

### Patch 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.3",
"version": "0.18.0-pre.4",
"description": "A descendant index solution for better accessibility support in compound components",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
13 changes: 13 additions & 0 deletions packages/dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @reach/dialog

## 0.18.0-pre.4

### Minor Changes

- We no longer check that our internal styles are included by looking for a defined CSS custom property. You can still include our base styles as before, but this removes the need to define `--reach-<pkg>` in your own stylesheets to silence dev warnings. ([`69df3a03`](https://github.com/reach/reach-ui/commit/69df3a038d12c0e731778c9ac6e18ba6f81fbb49))

### Patch Changes

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

## 0.18.0-pre.3

### Patch 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.3",
"version": "0.18.0-pre.4",
"description": "Accessible React Modal Dialog.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
13 changes: 13 additions & 0 deletions packages/disclosure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @reach/disclosure

## 0.18.0-pre.4

### Minor Changes

- We no longer check that our internal styles are included by looking for a defined CSS custom property. You can still include our base styles as before, but this removes the need to define `--reach-<pkg>` in your own stylesheets to silence dev warnings. ([`69df3a03`](https://github.com/reach/reach-ui/commit/69df3a038d12c0e731778c9ac6e18ba6f81fbb49))

### Patch Changes

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

## 0.18.0-pre.3

### Patch 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.3",
"version": "0.18.0-pre.4",
"description": "Accessible React disclosure component",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
15 changes: 15 additions & 0 deletions packages/dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @reach/dropdown

## 0.18.0-pre.4

### Minor Changes

- We no longer check that our internal styles are included by looking for a defined CSS custom property. You can still include our base styles as before, but this removes the need to define `--reach-<pkg>` in your own stylesheets to silence dev warnings. ([`69df3a03`](https://github.com/reach/reach-ui/commit/69df3a038d12c0e731778c9ac6e18ba6f81fbb49))

### Patch Changes

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

## 0.18.0-pre.3

### Patch 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.3",
"version": "0.18.0-pre.4",
"description": "React dropdown menu.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
16 changes: 16 additions & 0 deletions packages/listbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @reach/listbox

## 0.18.0-pre.4

### Minor Changes

- We no longer check that our internal styles are included by looking for a defined CSS custom property. You can still include our base styles as before, but this removes the need to define `--reach-<pkg>` in your own stylesheets to silence dev warnings. ([`69df3a03`](https://github.com/reach/reach-ui/commit/69df3a038d12c0e731778c9ac6e18ba6f81fbb49))

### Patch Changes

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

## 0.18.0-pre.3

### Patch 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.3",
"version": "0.18.0-pre.4",
"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.4

### Patch Changes

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

## 0.18.0-pre.3

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

## 0.18.0-pre.4

### Minor Changes

- We no longer check that our internal styles are included by looking for a defined CSS custom property. You can still include our base styles as before, but this removes the need to define `--reach-<pkg>` in your own stylesheets to silence dev warnings. ([`69df3a03`](https://github.com/reach/reach-ui/commit/69df3a038d12c0e731778c9ac6e18ba6f81fbb49))

### Patch Changes

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

## 0.18.0-pre.3

### Patch 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.3",
"version": "0.18.0-pre.4",
"description": "Accessible React button dropdown menu.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/polymorphic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# @reach/polymorphic

## 0.18.0-pre.4

### Minor Changes

- All `Polymorphic` types that were previously exported from `@reach/utils` have been moved to a separate package `@reach/polymorphic`. As `@reach/utils` is an internal package, this [breaking] change should not affect you [if you listened to us and did not use the package directly]. ([`e0f6dab0`](https://github.com/reach/reach-ui/commit/e0f6dab0c018a95d921bbeef0433bcb3a23365ee))
2 changes: 1 addition & 1 deletion packages/polymorphic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reach/polymorphic",
"version": "0.18.0-pre.3",
"version": "0.18.0-pre.4",
"description": "Internal utility types for polymorphism in Reach UI.",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down
Loading

0 comments on commit 2fa6593

Please sign in to comment.