From b508895e9078ff011392ea43c308efe188d5a875 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 10:37:01 -0400 Subject: [PATCH] chore: version packages (#798) Co-authored-by: github-actions[bot] --- .changeset/cyan-boxes-cheer.md | 5 ----- .changeset/odd-beds-peel.md | 5 ----- .changeset/odd-terms-fry.md | 5 ----- .changeset/ten-turkeys-switch.md | 5 ----- .changeset/weak-scissors-vanish.md | 5 ----- packages/pharos-site/CHANGELOG.md | 17 +++++++++++++++++ packages/pharos-site/package.json | 4 ++-- packages/pharos/CHANGELOG.md | 6 ++++++ packages/pharos/package.json | 2 +- 9 files changed, 26 insertions(+), 28 deletions(-) delete mode 100644 .changeset/cyan-boxes-cheer.md delete mode 100644 .changeset/odd-beds-peel.md delete mode 100644 .changeset/odd-terms-fry.md delete mode 100644 .changeset/ten-turkeys-switch.md delete mode 100644 .changeset/weak-scissors-vanish.md diff --git a/.changeset/cyan-boxes-cheer.md b/.changeset/cyan-boxes-cheer.md deleted file mode 100644 index 490ebc8fc..000000000 --- a/.changeset/cyan-boxes-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ithaka/pharos-site': patch ---- - -Fix storybook links to point to documentation story of components diff --git a/.changeset/odd-beds-peel.md b/.changeset/odd-beds-peel.md deleted file mode 100644 index f6bed371e..000000000 --- a/.changeset/odd-beds-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ithaka/pharos-site': patch ---- - -Fix mobile sidenav diff --git a/.changeset/odd-terms-fry.md b/.changeset/odd-terms-fry.md deleted file mode 100644 index 2e113957d..000000000 --- a/.changeset/odd-terms-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ithaka/pharos-site': major ---- - -Update Gatsby to v5 and drop MDX support diff --git a/.changeset/ten-turkeys-switch.md b/.changeset/ten-turkeys-switch.md deleted file mode 100644 index 6b68bbd31..000000000 --- a/.changeset/ten-turkeys-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ithaka/pharos': minor ---- - -Add upload, save, and pin icons diff --git a/.changeset/weak-scissors-vanish.md b/.changeset/weak-scissors-vanish.md deleted file mode 100644 index 78bf64d13..000000000 --- a/.changeset/weak-scissors-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ithaka/pharos-site': patch ---- - -Set Content-Security-Policy to allow iframes in storybook diff --git a/packages/pharos-site/CHANGELOG.md b/packages/pharos-site/CHANGELOG.md index dec983944..40a36f679 100644 --- a/packages/pharos-site/CHANGELOG.md +++ b/packages/pharos-site/CHANGELOG.md @@ -1,5 +1,22 @@ # @ithaka/pharos-site +## 7.0.0 + +### Major Changes + +- [#776](https://github.com/ithaka/pharos/pull/776) [`f19a406`](https://github.com/ithaka/pharos/commit/f19a4069c27df448f6178dd0974aafeba69bffd1) Thanks [@daneah](https://github.com/daneah)! - Update Gatsby to v5 and drop MDX support + +### Patch Changes + +- [#781](https://github.com/ithaka/pharos/pull/781) [`4f8c37d`](https://github.com/ithaka/pharos/commit/4f8c37d19188c765bf5703db57866c82f5740245) Thanks [@brentswisher](https://github.com/brentswisher)! - Fix storybook links to point to documentation story of components + +- [#782](https://github.com/ithaka/pharos/pull/782) [`90dbc66`](https://github.com/ithaka/pharos/commit/90dbc66ad6d474ac8a34baadffa2a53e29e725fd) Thanks [@brentswisher](https://github.com/brentswisher)! - Fix mobile sidenav + +- [#778](https://github.com/ithaka/pharos/pull/778) [`5fc4213`](https://github.com/ithaka/pharos/commit/5fc421336457f23ad34971a40f620384082ba598) Thanks [@brentswisher](https://github.com/brentswisher)! - Set Content-Security-Policy to allow iframes in storybook + +- Updated dependencies [[`24c01ac`](https://github.com/ithaka/pharos/commit/24c01ac044ecab771dfea008e034c8443eee6f7d)]: + - @ithaka/pharos@14.4.0 + ## 6.0.1 ### Patch Changes diff --git a/packages/pharos-site/package.json b/packages/pharos-site/package.json index 0d31e0713..3d51b17bb 100644 --- a/packages/pharos-site/package.json +++ b/packages/pharos-site/package.json @@ -4,9 +4,9 @@ "access": "public" }, "description": "Pharos acts as a guiding light to helps us create consistent, dependable and focused experiences for all of JSTOR users.", - "version": "6.0.1", + "version": "7.0.0", "dependencies": { - "@ithaka/pharos": "^14.0.1", + "@ithaka/pharos": "^14.4.0", "@reach/router": "^1.3.4", "@webcomponents/scoped-custom-element-registry": "^0.0.3", "gatsby": "^5.13.7", diff --git a/packages/pharos/CHANGELOG.md b/packages/pharos/CHANGELOG.md index 0a85f7f4e..bf7e948ef 100644 --- a/packages/pharos/CHANGELOG.md +++ b/packages/pharos/CHANGELOG.md @@ -1,5 +1,11 @@ # @ithaka/pharos +## 14.4.0 + +### Minor Changes + +- [#796](https://github.com/ithaka/pharos/pull/796) [`24c01ac`](https://github.com/ithaka/pharos/commit/24c01ac044ecab771dfea008e034c8443eee6f7d) Thanks [@ichittaro-Ithaka](https://github.com/ichittaro-Ithaka)! - Add upload, save, and pin icons + ## 14.3.0 ### Minor Changes diff --git a/packages/pharos/package.json b/packages/pharos/package.json index 6da46fb93..4d229d02c 100644 --- a/packages/pharos/package.json +++ b/packages/pharos/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "14.3.0", + "version": "14.4.0", "description": "Pharos web components for products and experiences", "files": [ "lib",