From 5513a8eb3739109ac97355471025137033ddc674 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 19:44:11 +0200 Subject: [PATCH] Version Packages (#398) Co-authored-by: github-actions[bot] --- .changeset/two-turkeys-join.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/two-turkeys-join.md diff --git a/.changeset/two-turkeys-join.md b/.changeset/two-turkeys-join.md deleted file mode 100644 index d61c104e..00000000 --- a/.changeset/two-turkeys-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-textarea-autosize': patch ---- - -Force `display: block` for the hidden textarea to prevent other styles from overriding it and thus breaking the resizing functionality diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dd8bcf4..c8c618ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # react-textarea-autosize +## 8.5.4 + +### Patch Changes + +- [#397](https://github.com/Andarist/react-textarea-autosize/pull/397) [`bf3cad8`](https://github.com/Andarist/react-textarea-autosize/commit/bf3cad84e64cc838834e5c71e6074b96e0109b0c) Thanks [@Oyveloper](https://github.com/Oyveloper)! - Force `display: block` for the hidden textarea to prevent other styles from overriding it and thus breaking the resizing functionality + ## 8.5.3 ### Patch Changes diff --git a/package.json b/package.json index 85be71cc..a07168fd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-textarea-autosize", "description": "textarea component for React which grows with content", - "version": "8.5.3", + "version": "8.5.4", "keywords": [ "autosize", "grow",