diff --git a/.changeset/fresh-snakes-hope.md b/.changeset/fresh-snakes-hope.md deleted file mode 100644 index b28e446b5..000000000 --- a/.changeset/fresh-snakes-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ithaka/pharos': patch ---- - -Remove unnecessary scrollbars from modal and enable Node 22 support diff --git a/.changeset/lovely-shirts-visit.md b/.changeset/lovely-shirts-visit.md deleted file mode 100644 index 7efffc696..000000000 --- a/.changeset/lovely-shirts-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ithaka/pharos': patch ---- - -Update min height styling of textarea diff --git a/packages/pharos/CHANGELOG.md b/packages/pharos/CHANGELOG.md index d18b17f02..fece0a520 100644 --- a/packages/pharos/CHANGELOG.md +++ b/packages/pharos/CHANGELOG.md @@ -1,5 +1,13 @@ # @ithaka/pharos +## 14.5.1 + +### Patch Changes + +- [#827](https://github.com/ithaka/pharos/pull/827) [`91870ce`](https://github.com/ithaka/pharos/commit/91870ce321913fcb288e4fb948416b1a2966c49f) Thanks [@michael-iden](https://github.com/michael-iden)! - Remove unnecessary scrollbars from modal and enable Node 22 support + +- [#833](https://github.com/ithaka/pharos/pull/833) [`fa946f2`](https://github.com/ithaka/pharos/commit/fa946f26e9918840eb1eda8fb8ef3b8c1536fffb) Thanks [@mariadevadoss](https://github.com/mariadevadoss)! - Update min height styling of textarea + ## 14.5.0 ### Minor Changes diff --git a/packages/pharos/package.json b/packages/pharos/package.json index 811f742e3..bd975c997 100644 --- a/packages/pharos/package.json +++ b/packages/pharos/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "14.5.0", + "version": "14.5.1", "description": "Pharos web components for products and experiences", "files": [ "lib",