Skip to content

Commit

Permalink
Version Packages (#308)
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 Feb 10, 2021
1 parent 49d7d04 commit 90196ef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-kiwis-boil.md

This file was deleted.

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

## 8.3.1

### Patch Changes

- [`49d7d04`](https://github.com/Andarist/react-textarea-autosize/commit/49d7d04737136bea93b17f3c7eadb675a10a25ae) [#305](https://github.com/Andarist/react-textarea-autosize/pull/305) Thanks [@mxschmitt](https://github.com/mxschmitt)! - Moved internal `'resize'` listener to the layout effect since React 17 calls cleanups of regular effects asynchronously. This ensures that we don't ever try to access the already unmounted ref in our listener.

## 8.3.0

### Minor Changes
Expand Down
6 changes: 2 additions & 4 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "react-textarea-autosize",
"description": "textarea component for React which grows with content",
"version": "8.3.0",
"version": "8.3.1",
"keywords": [
"autosize",
"grow",
Expand All @@ -21,9 +21,7 @@
"./dist/react-textarea-autosize.esm.js": "./dist/react-textarea-autosize.browser.esm.js"
},
"sideEffects": false,
"files": [
"dist"
],
"files": ["dist"],
"author": "Andrey Popp <8mayday@gmail.com> (httsps://andreypopp.com/)",
"contributors": [
"Mateusz Burzyński <mateuszburzynski@gmail.com> (https://github.com/Andarist)"
Expand Down

0 comments on commit 90196ef

Please sign in to comment.