From 0d82f52c2639ee5edd7afe7bdf701d966a1fd7a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 11:42:50 +0100 Subject: [PATCH] Version Packages (#355) Co-authored-by: github-actions[bot] --- .changeset/light-turtles-peel.md | 7 ------- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/light-turtles-peel.md diff --git a/.changeset/light-turtles-peel.md b/.changeset/light-turtles-peel.md deleted file mode 100644 index 1d2cee0c..00000000 --- a/.changeset/light-turtles-peel.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'react-textarea-autosize': minor ---- - -`exports` field has been added to the `package.json` manifest. - -Thanks to this, the package now includes a `worker` condition that can be utilized by properly configured bundlers when targeting worker-like environments. It fixes the issue with browser-specific files being prioritized by some bundlers when targeting workers. diff --git a/CHANGELOG.md b/CHANGELOG.md index c24d4fd5..009562d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # react-textarea-autosize +## 8.4.0 + +### Minor Changes + +- [#354](https://github.com/Andarist/react-textarea-autosize/pull/354) [`41d10b2`](https://github.com/Andarist/react-textarea-autosize/commit/41d10b2c5c8f9b8040fe208d09cdb60863fa0f29) Thanks [@Andarist](https://github.com/Andarist)! - `exports` field has been added to the `package.json` manifest. + + Thanks to this, the package now includes a `worker` condition that can be utilized by properly configured bundlers when targeting worker-like environments. It fixes the issue with browser-specific files being prioritized by some bundlers when targeting workers. + ## 8.3.4 ### Patch Changes diff --git a/package.json b/package.json index 13f1ed2a..05fe0693 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.3.4", + "version": "8.4.0", "keywords": [ "autosize", "grow",