diff --git a/.changeset/tame-ravens-kick.md b/.changeset/tame-ravens-kick.md deleted file mode 100644 index d3d25cf4a..000000000 --- a/.changeset/tame-ravens-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ithaka/pharos': patch ---- - -Fix subtle select image card accessibility with overlay diff --git a/packages/pharos/CHANGELOG.md b/packages/pharos/CHANGELOG.md index 35b26e0a9..26ec30e24 100644 --- a/packages/pharos/CHANGELOG.md +++ b/packages/pharos/CHANGELOG.md @@ -1,5 +1,11 @@ # @ithaka/pharos +## 12.17.2 + +### Patch Changes + +- [#488](https://github.com/ithaka/pharos/pull/488) [`497fdbb`](https://github.com/ithaka/pharos/commit/497fdbb50521dc49fdfde483cf98509328ebc305) Thanks [@jialin-he](https://github.com/jialin-he)! - Fix subtle select image card accessibility with overlay + ## 12.17.1 ### Patch Changes diff --git a/packages/pharos/package.json b/packages/pharos/package.json index 4ee8b57c1..09e227fcd 100644 --- a/packages/pharos/package.json +++ b/packages/pharos/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "12.17.1", + "version": "12.17.2", "description": "Pharos web components for products and experiences", "files": [ "lib",