Skip to content

Commit

Permalink
chore: version packages (#830)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 31, 2024
1 parent fc902f2 commit c1d9076
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-icons-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-cougars-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-cows-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-starfishes-look.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/strange-planes-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-cherries-suffer.md

This file was deleted.

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

## 7.1.0

### Minor Changes

- [#825](https://github.com/ithaka/pharos/pull/825) [`fc902f2`](https://github.com/ithaka/pharos/commit/fc902f2511d584fc0126a58302f401be3faef9ad) Thanks [@michael-iden](https://github.com/michael-iden)! - Add switch component

### Patch Changes

- Updated dependencies [[`6bdaff3`](https://github.com/ithaka/pharos/commit/6bdaff31237685978d34d4c85133e0fb70565031), [`52f56af`](https://github.com/ithaka/pharos/commit/52f56af6a76e0c34f7a8e79d83aced61fc6e66e4), [`8eefe16`](https://github.com/ithaka/pharos/commit/8eefe16c4fcd411c59d7380d9baa130503f6883d), [`62a6b66`](https://github.com/ithaka/pharos/commit/62a6b66b46123247554324bd1cb7b5feeb4c2170), [`fc902f2`](https://github.com/ithaka/pharos/commit/fc902f2511d584fc0126a58302f401be3faef9ad), [`0717dd8`](https://github.com/ithaka/pharos/commit/0717dd891380306b60e8009609d832dfce1aa0f0)]:
- @ithaka/pharos@14.5.0

## 7.0.0

### Major 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.0.0",
"version": "7.1.0",
"dependencies": {
"@ithaka/pharos": "^14.4.0",
"@ithaka/pharos": "^14.5.0",
"@reach/router": "^1.3.4",
"@webcomponents/scoped-custom-element-registry": "^0.0.3",
"gatsby": "^5.13.7",
Expand Down
18 changes: 18 additions & 0 deletions packages/pharos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @ithaka/pharos

## 14.5.0

### Minor Changes

- [#813](https://github.com/ithaka/pharos/pull/813) [`6bdaff3`](https://github.com/ithaka/pharos/commit/6bdaff31237685978d34d4c85133e0fb70565031) Thanks [@brentswisher](https://github.com/brentswisher)! - Add sticky header option to table component. Fix bug preventing hideCaption from correctly hiding a table caption.

- [#810](https://github.com/ithaka/pharos/pull/810) [`52f56af`](https://github.com/ithaka/pharos/commit/52f56af6a76e0c34f7a8e79d83aced61fc6e66e4) Thanks [@brentswisher](https://github.com/brentswisher)! - Add component tokens to table and change default header background

- [#825](https://github.com/ithaka/pharos/pull/825) [`fc902f2`](https://github.com/ithaka/pharos/commit/fc902f2511d584fc0126a58302f401be3faef9ad) Thanks [@michael-iden](https://github.com/michael-iden)! - Add switch component

- [#824](https://github.com/ithaka/pharos/pull/824) [`0717dd8`](https://github.com/ithaka/pharos/commit/0717dd891380306b60e8009609d832dfce1aa0f0) Thanks [@sirrah-tam](https://github.com/sirrah-tam)! - Radio buttons: Add aria-describedby association for validation message

### Patch Changes

- [#801](https://github.com/ithaka/pharos/pull/801) [`8eefe16`](https://github.com/ithaka/pharos/commit/8eefe16c4fcd411c59d7380d9baa130503f6883d) Thanks [@brentswisher](https://github.com/brentswisher)! - Fix error message when no table caption is provided to recommend correct attribute to visually hide it

- [#829](https://github.com/ithaka/pharos/pull/829) [`62a6b66`](https://github.com/ithaka/pharos/commit/62a6b66b46123247554324bd1cb7b5feeb4c2170) Thanks [@sirrah-tam](https://github.com/sirrah-tam)! - Update the radio button SVG icon to use aria-hidden instead of aria-label

## 14.4.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.4.0",
"version": "14.5.0",
"description": "Pharos web components for products and experiences",
"files": [
"lib",
Expand Down

0 comments on commit c1d9076

Please sign in to comment.