From 896596a5a9ab02d566f528442758a43633843481 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 18:23:36 +0200 Subject: [PATCH] Version Packages (#387) Co-authored-by: github-actions[bot] --- .changeset/gentle-carrots-smoke.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/gentle-carrots-smoke.md diff --git a/.changeset/gentle-carrots-smoke.md b/.changeset/gentle-carrots-smoke.md deleted file mode 100644 index 3168aca2..00000000 --- a/.changeset/gentle-carrots-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-textarea-autosize': patch ---- - -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. diff --git a/CHANGELOG.md b/CHANGELOG.md index cf3be5df..0dd8bcf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # react-textarea-autosize +## 8.5.3 + +### Patch Changes + +- [#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.5.2 ### Patch Changes diff --git a/package.json b/package.json index 13a47f7a..85be71cc 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.2", + "version": "8.5.3", "keywords": [ "autosize", "grow",