Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/five-areas-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-olives-chew.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hip-beds-rest.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/khaki-ends-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-lands-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-planes-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-schools-see.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/petite-doodles-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-days-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/some-clowns-join.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/pharos-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ithaka/pharos-cli

## 5.6.1

### Patch Changes

- [#1103](https://github.com/ithaka/pharos/pull/1103) [`ac02bf9`](https://github.com/ithaka/pharos/commit/ac02bf9c8918ec8967ee1b7343c4ca70171afec3) Thanks [@sirrah-tam](https://github.com/sirrah-tam)! - Deps-dev updates: bumps the non-major versions of packages

## 5.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pharos-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "5.6.0",
"version": "5.6.1",
"description": "Pharos Web Component Generator",
"preferGlobal": true,
"dependencies": {
Expand Down
13 changes: 13 additions & 0 deletions packages/pharos-site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @ithaka/pharos-site

## 7.3.0

### Minor Changes

- [#1152](https://github.com/ithaka/pharos/pull/1152) [`4ca59d4`](https://github.com/ithaka/pharos/commit/4ca59d4c109a56d9d4b5da6a76ae0e41e4c46e2a) Thanks [@jialin-he](https://github.com/jialin-he)! - Add input variant for pagination

### Patch Changes

- [#1103](https://github.com/ithaka/pharos/pull/1103) [`ac02bf9`](https://github.com/ithaka/pharos/commit/ac02bf9c8918ec8967ee1b7343c4ca70171afec3) Thanks [@sirrah-tam](https://github.com/sirrah-tam)! - Deps-dev updates: bumps the non-major versions of packages

- Updated dependencies [[`e10f4f6`](https://github.com/ithaka/pharos/commit/e10f4f6577a003b1a0e36117b62d9da6e90b093c), [`cadd08d`](https://github.com/ithaka/pharos/commit/cadd08daa2749f0afa394796939e3758f98fb366), [`4ca59d4`](https://github.com/ithaka/pharos/commit/4ca59d4c109a56d9d4b5da6a76ae0e41e4c46e2a), [`ac02bf9`](https://github.com/ithaka/pharos/commit/ac02bf9c8918ec8967ee1b7343c4ca70171afec3), [`8208d18`](https://github.com/ithaka/pharos/commit/8208d189ac959d2fcda42e0ad6bb1ba7c37f9a72), [`ef755f4`](https://github.com/ithaka/pharos/commit/ef755f495b53fd5a14dfbd6dbfd8f68a93ab9bbf), [`3ecf0d1`](https://github.com/ithaka/pharos/commit/3ecf0d1cb349af445b0558430de1a59b54769638), [`17f8fbd`](https://github.com/ithaka/pharos/commit/17f8fbd298063d40ccf09504ae61719bbd5fc2f3), [`3aba97a`](https://github.com/ithaka/pharos/commit/3aba97a356f7956db7fda7937a5ba26cb6391e35), [`ec05491`](https://github.com/ithaka/pharos/commit/ec0549100883fda8101bd683a435cbc8e0cfd518)]:
- @ithaka/pharos@14.22.0

## 7.2.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/pharos-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "7.2.3",
"version": "7.3.0",
"dependencies": {
"@ithaka/pharos": "^14.21.0",
"@ithaka/pharos": "^14.22.0",
"@reach/router": "^1.3.4",
"@webcomponents/scoped-custom-element-registry": "^0.0.10",
"gatsby": "^5.15.0",
Expand Down
26 changes: 26 additions & 0 deletions packages/pharos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @ithaka/pharos

## 14.22.0

### Minor Changes

- [#1078](https://github.com/ithaka/pharos/pull/1078) [`cadd08d`](https://github.com/ithaka/pharos/commit/cadd08daa2749f0afa394796939e3758f98fb366) Thanks [@afiasco](https://github.com/afiasco)! - Default link var to null to avoid additional navigational issues

- [#1152](https://github.com/ithaka/pharos/pull/1152) [`4ca59d4`](https://github.com/ithaka/pharos/commit/4ca59d4c109a56d9d4b5da6a76ae0e41e4c46e2a) Thanks [@jialin-he](https://github.com/jialin-he)! - Add input variant for pagination

- [#1123](https://github.com/ithaka/pharos/pull/1123) [`ef755f4`](https://github.com/ithaka/pharos/commit/ef755f495b53fd5a14dfbd6dbfd8f68a93ab9bbf) Thanks [@brentswisher](https://github.com/brentswisher)! - Add show and hide icons

- [#1115](https://github.com/ithaka/pharos/pull/1115) [`3ecf0d1`](https://github.com/ithaka/pharos/commit/3ecf0d1cb349af445b0558430de1a59b54769638) Thanks [@brentswisher](https://github.com/brentswisher)! - Add gear icon

### Patch Changes

- [#1138](https://github.com/ithaka/pharos/pull/1138) [`e10f4f6`](https://github.com/ithaka/pharos/commit/e10f4f6577a003b1a0e36117b62d9da6e90b093c) Thanks [@brentswisher](https://github.com/brentswisher)! - Add compact spacing option to tabs

- [#1103](https://github.com/ithaka/pharos/pull/1103) [`ac02bf9`](https://github.com/ithaka/pharos/commit/ac02bf9c8918ec8967ee1b7343c4ca70171afec3) Thanks [@sirrah-tam](https://github.com/sirrah-tam)! - Deps-dev updates: bumps the non-major versions of packages

- [#1154](https://github.com/ithaka/pharos/pull/1154) [`8208d18`](https://github.com/ithaka/pharos/commit/8208d189ac959d2fcda42e0ad6bb1ba7c37f9a72) Thanks [@brentswisher](https://github.com/brentswisher)! - Fix console error thrown when hovering over an image card with no title

- [#1149](https://github.com/ithaka/pharos/pull/1149) [`17f8fbd`](https://github.com/ithaka/pharos/commit/17f8fbd298063d40ccf09504ae61719bbd5fc2f3) Thanks [@brentswisher](https://github.com/brentswisher)! - Add shared helper to centralize text highlighting logic across components

- [#1151](https://github.com/ithaka/pharos/pull/1151) [`3aba97a`](https://github.com/ithaka/pharos/commit/3aba97a356f7956db7fda7937a5ba26cb6391e35) Thanks [@brentswisher](https://github.com/brentswisher)! - Fix display issue with error placeholder in collection image cards

- [#1145](https://github.com/ithaka/pharos/pull/1145) [`ec05491`](https://github.com/ithaka/pharos/commit/ec0549100883fda8101bd683a435cbc8e0cfd518) Thanks [@brentswisher](https://github.com/brentswisher)! - Fix bug where image cards were displaying with no height in Firefox

## 14.21.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pharos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "14.21.0",
"version": "14.22.0",
"description": "Pharos web components for products and experiences",
"files": [
"lib",
Expand Down