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
7 changes: 0 additions & 7 deletions .changeset/fast-dodos-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-poems-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-frogs-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-tomatoes-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-deers-hear.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/silent-pants-appear.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stupid-olives-compare.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tasty-dryers-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-buckets-sneeze.md

This file was deleted.

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

## 5.5.0

### Minor Changes

- [#630](https://github.com/ithaka/pharos/pull/630) [`ff057f1`](https://github.com/ithaka/pharos/commit/ff057f17289fce0fc45c8626e901aab51dfebda6) Thanks [@satya-achanta-venkata](https://github.com/satya-achanta-venkata)! - Add newly created components to init components files so that developer can start using the components without any manual changes

### Patch Changes

- [#644](https://github.com/ithaka/pharos/pull/644) [`55c263f`](https://github.com/ithaka/pharos/commit/55c263f71c9a9d2fd759c4d2ed6fc98e7d57b5a4) Thanks [@daneah](https://github.com/daneah)! - Upgrade to TypeScript 5

## 5.4.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.4.0",
"version": "5.5.0",
"description": "Pharos Web Component Generator",
"preferGlobal": true,
"dependencies": {
Expand Down
17 changes: 17 additions & 0 deletions packages/pharos-site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @ithaka/pharos-site

## 5.14.0

### Minor Changes

- [#643](https://github.com/ithaka/pharos/pull/643) [`9cf3860`](https://github.com/ithaka/pharos/commit/9cf3860ccc88222bc0a1e7022e0ce0676d092f2b) Thanks [@nkamau](https://github.com/nkamau)! - Add elevation tokens and docs

### Patch Changes

- [#644](https://github.com/ithaka/pharos/pull/644) [`55c263f`](https://github.com/ithaka/pharos/commit/55c263f71c9a9d2fd759c4d2ed6fc98e7d57b5a4) Thanks [@daneah](https://github.com/daneah)! - Upgrade to TypeScript 5

- [#660](https://github.com/ithaka/pharos/pull/660) [`0bea422`](https://github.com/ithaka/pharos/commit/0bea422f878e79a61ffaed7efbf5be3c540a6838) Thanks [@brentswisher](https://github.com/brentswisher)! - Update all icons to use a11y-hidden and a11y-title syntax over description

- [#666](https://github.com/ithaka/pharos/pull/666) [`79229b2`](https://github.com/ithaka/pharos/commit/79229b2e1cd3248ad84e93832980242be622ff83) Thanks [@brentswisher](https://github.com/brentswisher)! - Update internal button usage to use a11y-pressed and a11y-label attributes

- Updated dependencies [[`55c263f`](https://github.com/ithaka/pharos/commit/55c263f71c9a9d2fd759c4d2ed6fc98e7d57b5a4), [`05eca95`](https://github.com/ithaka/pharos/commit/05eca95ed9b36b35548e93e5687ad79845ef6796), [`9ef1e18`](https://github.com/ithaka/pharos/commit/9ef1e186ab5659917ccdfb8930f34c8de14ff93c), [`1875aaa`](https://github.com/ithaka/pharos/commit/1875aaa410dfacc4576da8d4969820f47523c50a), [`9cf3860`](https://github.com/ithaka/pharos/commit/9cf3860ccc88222bc0a1e7022e0ce0676d092f2b), [`0bea422`](https://github.com/ithaka/pharos/commit/0bea422f878e79a61ffaed7efbf5be3c540a6838), [`79229b2`](https://github.com/ithaka/pharos/commit/79229b2e1cd3248ad84e93832980242be622ff83), [`3ad3fd6`](https://github.com/ithaka/pharos/commit/3ad3fd635823c577b16eac1af9259bb52da311b5)]:
- @ithaka/pharos@13.3.0

## 5.13.5

### 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": "5.13.5",
"version": "5.14.0",
"dependencies": {
"@ithaka/pharos": "^13.2.2",
"@ithaka/pharos": "^13.3.0",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@webcomponents/scoped-custom-element-registry": "^0.0.3",
Expand Down
22 changes: 22 additions & 0 deletions packages/pharos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @ithaka/pharos

## 13.3.0

### Minor Changes

- [#646](https://github.com/ithaka/pharos/pull/646) [`05eca95`](https://github.com/ithaka/pharos/commit/05eca95ed9b36b35548e93e5687ad79845ef6796) Thanks [@brentswisher](https://github.com/brentswisher)! - Add a11y-title and a11y-hidden properties to pharos-icon and deprecate description

- [#628](https://github.com/ithaka/pharos/pull/628) [`9ef1e18`](https://github.com/ithaka/pharos/commit/9ef1e186ab5659917ccdfb8930f34c8de14ff93c) Thanks [@sirrah-tam](https://github.com/sirrah-tam)! - Update PharosButton to use a11y naming convention and include wider ARIA support

- [#643](https://github.com/ithaka/pharos/pull/643) [`9cf3860`](https://github.com/ithaka/pharos/commit/9cf3860ccc88222bc0a1e7022e0ce0676d092f2b) Thanks [@nkamau](https://github.com/nkamau)! - Add elevation tokens and docs

### Patch Changes

- [#644](https://github.com/ithaka/pharos/pull/644) [`55c263f`](https://github.com/ithaka/pharos/commit/55c263f71c9a9d2fd759c4d2ed6fc98e7d57b5a4) Thanks [@daneah](https://github.com/daneah)! - Upgrade to TypeScript 5

- [#645](https://github.com/ithaka/pharos/pull/645) [`1875aaa`](https://github.com/ithaka/pharos/commit/1875aaa410dfacc4576da8d4969820f47523c50a) Thanks [@brentswisher](https://github.com/brentswisher)! - Update external sidenav links to open in a new tab

- [#660](https://github.com/ithaka/pharos/pull/660) [`0bea422`](https://github.com/ithaka/pharos/commit/0bea422f878e79a61ffaed7efbf5be3c540a6838) Thanks [@brentswisher](https://github.com/brentswisher)! - Update all icons to use a11y-hidden and a11y-title syntax over description

- [#666](https://github.com/ithaka/pharos/pull/666) [`79229b2`](https://github.com/ithaka/pharos/commit/79229b2e1cd3248ad84e93832980242be622ff83) Thanks [@brentswisher](https://github.com/brentswisher)! - Update internal button usage to use a11y-pressed and a11y-label attributes

- [#652](https://github.com/ithaka/pharos/pull/652) [`3ad3fd6`](https://github.com/ithaka/pharos/commit/3ad3fd635823c577b16eac1af9259bb52da311b5) Thanks [@sirrah-tam](https://github.com/sirrah-tam)! - Update radio/checkbox group labelling to include aria-describedby and remove aria-labelledby

## 13.2.2

### Patch 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": "13.2.2",
"version": "13.3.0",
"description": "Pharos web components for products and experiences",
"files": [
"lib",
Expand Down