diff --git a/.changeset/happy-hounds-peel.md b/.changeset/happy-hounds-peel.md deleted file mode 100644 index 1ed41afe4..000000000 --- a/.changeset/happy-hounds-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ithaka/pharos": patch ---- - -Re-add change to toast dismissal from PR #475 that was dropped in a tricky merge resolution diff --git a/.changeset/orange-fireants-impress.md b/.changeset/orange-fireants-impress.md deleted file mode 100644 index e4ec07246..000000000 --- a/.changeset/orange-fireants-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ithaka/pharos': minor ---- - -Create table component diff --git a/packages/pharos/CHANGELOG.md b/packages/pharos/CHANGELOG.md index 5a468240e..b3ce5573b 100644 --- a/packages/pharos/CHANGELOG.md +++ b/packages/pharos/CHANGELOG.md @@ -1,5 +1,15 @@ # @ithaka/pharos +## 14.1.0 + +### Minor Changes + +- [#695](https://github.com/ithaka/pharos/pull/695) [`b864531`](https://github.com/ithaka/pharos/commit/b864531e28d392fcc165bfdb4321115d28d6d756) Thanks [@jialin-he](https://github.com/jialin-he)! - Create table component + +### Patch Changes + +- [#720](https://github.com/ithaka/pharos/pull/720) [`06d29c4`](https://github.com/ithaka/pharos/commit/06d29c4fe03a9553fbb688d2c9c3d65af84349f2) Thanks [@michael-iden](https://github.com/michael-iden)! - Re-add change to toast dismissal from PR #475 that was dropped in a tricky merge resolution + ## 14.0.1 ### Patch Changes diff --git a/packages/pharos/package.json b/packages/pharos/package.json index a306868c1..710d94c21 100644 --- a/packages/pharos/package.json +++ b/packages/pharos/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "14.0.1", + "version": "14.1.0", "description": "Pharos web components for products and experiences", "files": [ "lib",