From a051b66cc8ddb26f469005104bc7c0409fc0ed9d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 10:18:18 -0500 Subject: [PATCH] chore: version packages (#863) Co-authored-by: github-actions[bot] --- .changeset/shaggy-fireants-sniff.md | 5 ----- packages/pharos/CHANGELOG.md | 6 ++++++ packages/pharos/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/shaggy-fireants-sniff.md diff --git a/.changeset/shaggy-fireants-sniff.md b/.changeset/shaggy-fireants-sniff.md deleted file mode 100644 index 9af360b43..000000000 --- a/.changeset/shaggy-fireants-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ithaka/pharos': minor ---- - -Allow complex content in tables through new table body, row, and cell custom elements diff --git a/packages/pharos/CHANGELOG.md b/packages/pharos/CHANGELOG.md index 64da6daec..2ebbb675a 100644 --- a/packages/pharos/CHANGELOG.md +++ b/packages/pharos/CHANGELOG.md @@ -1,5 +1,11 @@ # @ithaka/pharos +## 14.7.0 + +### Minor Changes + +- [#840](https://github.com/ithaka/pharos/pull/840) [`308b8af`](https://github.com/ithaka/pharos/commit/308b8af940d0c581ce952a74fccfe7c429c492c7) Thanks [@brentswisher](https://github.com/brentswisher)! - Allow complex content in tables through new table body, row, and cell custom elements + ## 14.6.0 ### Minor Changes diff --git a/packages/pharos/package.json b/packages/pharos/package.json index 3ab7a06d5..630f1bb75 100644 --- a/packages/pharos/package.json +++ b/packages/pharos/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "14.6.0", + "version": "14.7.0", "description": "Pharos web components for products and experiences", "files": [ "lib",