Skip to content

Commit

Permalink
Version Packages (#312)
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 Mar 2, 2021
1 parent 3c71884 commit 58c9807
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/purple-yaks-grin.md

This file was deleted.

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

## 8.3.2

### Patch Changes

- [`3c71884`](https://github.com/Andarist/react-textarea-autosize/commit/3c7188444e66e0e199d90fbfec554f2b97695f38) [#311](https://github.com/Andarist/react-textarea-autosize/pull/311) Thanks [@Andarist](https://github.com/Andarist)! - Changed `TextareaAutosizeProps` to a TS interface which fixes the problem of "resolved" being type alias being inlined in the emitted types declaration which could cause incompatibilities with some versions of `@types/react`.

## 8.3.1

### Patch 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.1",
"version": "8.3.2",
"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 58c9807

Please sign in to comment.