diff --git a/.changeset/empty-bikes-divide.md b/.changeset/empty-bikes-divide.md deleted file mode 100644 index 0b6198c6a..000000000 --- a/.changeset/empty-bikes-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ithaka/pharos': patch ---- - -link around image on card no longer has `contain: layout` style isolation diff --git a/.changeset/kind-drinks-fold.md b/.changeset/kind-drinks-fold.md deleted file mode 100644 index 01d0dfab9..000000000 --- a/.changeset/kind-drinks-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ithaka/pharos': patch ---- - -set max-width for toasts on mobile diff --git a/packages/pharos/CHANGELOG.md b/packages/pharos/CHANGELOG.md index 7793e750d..a6bacfbe0 100644 --- a/packages/pharos/CHANGELOG.md +++ b/packages/pharos/CHANGELOG.md @@ -1,5 +1,13 @@ # @ithaka/pharos +## 10.3.1 + +### Patch Changes + +- [#140](https://github.com/ithaka/pharos/pull/140) [`91bd5bb`](https://github.com/ithaka/pharos/commit/91bd5bb60a8fef8d248bc8ff2bfa7242751df7cb) Thanks [@michael-iden](https://github.com/michael-iden)! - link around image on card no longer has `contain: layout` style isolation + +* [#142](https://github.com/ithaka/pharos/pull/142) [`efdf62c`](https://github.com/ithaka/pharos/commit/efdf62c10eea72b644a7f61a33cf58542884ec00) Thanks [@Niznikr](https://github.com/Niznikr)! - set max-width for toasts on mobile + ## 10.3.0 ### Minor Changes diff --git a/packages/pharos/package.json b/packages/pharos/package.json index 551cd3ced..2bf2fcf0c 100644 --- a/packages/pharos/package.json +++ b/packages/pharos/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "10.3.0", + "version": "10.3.1", "description": "Pharos web components for products and experiences", "files": [ "lib",