Skip to content

Commit 896596a

Browse files
Version Packages (#387)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b3dc597 commit 896596a

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/gentle-carrots-smoke.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# react-textarea-autosize
22

3+
## 8.5.3
4+
5+
### Patch Changes
6+
7+
- [#386](https://github.com/Andarist/react-textarea-autosize/pull/386) [`b3dc597`](https://github.com/Andarist/react-textarea-autosize/commit/b3dc597c7b33e7fc858e82b1605f1fe1137ec775) Thanks [@Andarist](https://github.com/Andarist)! - Distribute completely separate files for the `worker` condition to avoid bundlers from aliasing files targeting node to the ones targeting browsers through the `package.json#browser` alias field.
8+
39
## 8.5.2
410

511
### Patch Changes

package.json

+1-1
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.5.2",
4+
"version": "8.5.3",
55
"keywords": [
66
"autosize",
77
"grow",

0 commit comments

Comments
 (0)