Skip to content

Commit

Permalink
Version Packages (#374)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jun 21, 2023
1 parent d33b120 commit bafd5cc
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-pears-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-moose-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-doors-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-doors-swim.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,19 @@
# react-textarea-autosize

## 8.5.0

### Minor Changes

- [#373](https://github.com/Andarist/react-textarea-autosize/pull/373) [`05b014a`](https://github.com/Andarist/react-textarea-autosize/commit/05b014a8c46834bba42ccd506d18e28064b9dc9a) Thanks [@Andarist](https://github.com/Andarist)! - Compatibility with node's ESM has been improved. `import TextareaAutosize from 'react-textarea-autosize';` was always meant to provide you the default export of this package (the exported component) and now node should load it this way.

* [#373](https://github.com/Andarist/react-textarea-autosize/pull/373) [`05b014a`](https://github.com/Andarist/react-textarea-autosize/commit/05b014a8c46834bba42ccd506d18e28064b9dc9a) Thanks [@Andarist](https://github.com/Andarist)! - SSR environments should now be able to pick smaller bundles through `package.json#exports`.

- [#373](https://github.com/Andarist/react-textarea-autosize/pull/373) [`05b014a`](https://github.com/Andarist/react-textarea-autosize/commit/05b014a8c46834bba42ccd506d18e28064b9dc9a) Thanks [@Andarist](https://github.com/Andarist)! - This package no longer depends on `process.env.NODE_ENV`. To get dev-only warnings you have to configure your bundler/runtime to use the `development` condition.

### Patch Changes

- [#370](https://github.com/Andarist/react-textarea-autosize/pull/370) [`d33b120`](https://github.com/Andarist/react-textarea-autosize/commit/d33b1200198eb49a3579225a118389e0e1fb82cd) Thanks [@ArnaudRinquin](https://github.com/ArnaudRinquin)! - Add a guard against potentially missing `documents.fonts`

## 8.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "react-textarea-autosize",
"description": "textarea component for React which grows with content",
"version": "8.4.1",
"version": "8.5.0",
"keywords": [
"autosize",
"grow",
Expand Down

0 comments on commit bafd5cc

Please sign in to comment.