Skip to content

Commit

Permalink
bump versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Oct 13, 2022
1 parent 39a2de6 commit 43f450d
Show file tree
Hide file tree
Showing 68 changed files with 263 additions and 1,665 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-bobcats-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-lobsters-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-seahorses-dream.md

This file was deleted.

29 changes: 0 additions & 29 deletions .changeset/heavy-actors-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-foxes-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-gifts-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-feet-listen.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/light-ways-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-dolphins-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-olives-joke.md

This file was deleted.

53 changes: 0 additions & 53 deletions .changeset/pre.json

This file was deleted.

27 changes: 0 additions & 27 deletions .changeset/red-jeans-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-toys-rhyme.md

This file was deleted.

27 changes: 0 additions & 27 deletions .changeset/spicy-bears-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-jeans-join.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stupid-eels-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-planets-share.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/ten-trees-punch.md

This file was deleted.

71 changes: 11 additions & 60 deletions packages/accordion/CHANGELOG.md
@@ -1,73 +1,24 @@
# @reach/accordion
# `@reach/accordion`

## 0.18.0-pre.5
## 0.18.0

### Patch Changes

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

## 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

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

## 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

- 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/auto-id@0.18.0-pre.1`
- `@reach/descendants@0.18.0-pre.1`
- `@reach/utils@0.18.0-pre.1`
### BREAKING Changes

## 0.18.0-pre.0
- All default exports have been removed. Replace all default imports with the appropriate documented named export.
- The output directory structure has changed slightly. Module files are now named `reach-<pkg>.mjs` instead of `reach-<pkg>.esm.js`.

### 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))
- 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.

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))
- 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.

### 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`
- `@reach/auto-id@0.18.0`
- `@reach/descendants@0.18.0`
- `@reach/utils@0.18.0`
- `@reach/polymorphic@0.18.0`
2 changes: 1 addition & 1 deletion packages/accordion/package.json
@@ -1,6 +1,6 @@
{
"name": "@reach/accordion",
"version": "0.18.0-pre.5",
"version": "0.18.0",
"description": "Accessible React accordion component",
"author": "React Training <hello@reacttraining.com>",
"license": "MIT",
Expand Down

0 comments on commit 43f450d

Please sign in to comment.