Skip to content

Commit 58c9807

Browse files
Version Packages (Andarist#312)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3c71884 commit 58c9807

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.changeset/purple-yaks-grin.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# react-textarea-autosize
22

3+
## 8.3.2
4+
5+
### Patch Changes
6+
7+
- [`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+
39
## 8.3.1
410

511
### Patch Changes

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-textarea-autosize",
33
"description": "textarea component for React which grows with content",
4-
"version": "8.3.1",
4+
"version": "8.3.2",
55
"keywords": [
66
"autosize",
77
"grow",
@@ -21,9 +21,7 @@
2121
"./dist/react-textarea-autosize.esm.js": "./dist/react-textarea-autosize.browser.esm.js"
2222
},
2323
"sideEffects": false,
24-
"files": [
25-
"dist"
26-
],
24+
"files": ["dist"],
2725
"author": "Andrey Popp <[email protected]> (httsps://andreypopp.com/)",
2826
"contributors": [
2927
"Mateusz Burzyński <[email protected]> (https://github.com/Andarist)"

0 commit comments

Comments
 (0)