diff --git a/.changeset/fifty-icons-pretend.md b/.changeset/fifty-icons-pretend.md deleted file mode 100644 index dea713a89..000000000 --- a/.changeset/fifty-icons-pretend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ithaka/pharos': minor ---- - -Add sticky header option to table component. Fix bug preventing hideCaption from correctly hiding a table caption. diff --git a/.changeset/metal-cougars-taste.md b/.changeset/metal-cougars-taste.md deleted file mode 100644 index fe6bb8f4f..000000000 --- a/.changeset/metal-cougars-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ithaka/pharos': minor ---- - -Add component tokens to table and change default header background diff --git a/.changeset/nice-cows-shave.md b/.changeset/nice-cows-shave.md deleted file mode 100644 index 13bfe6350..000000000 --- a/.changeset/nice-cows-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ithaka/pharos': patch ---- - -Fix error message when no table caption is provided to recommend correct attribute to visually hide it diff --git a/.changeset/silver-starfishes-look.md b/.changeset/silver-starfishes-look.md deleted file mode 100644 index a9c66a657..000000000 --- a/.changeset/silver-starfishes-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ithaka/pharos': patch ---- - -Update the radio button SVG icon to use aria-hidden instead of aria-label diff --git a/.changeset/strange-planes-tap.md b/.changeset/strange-planes-tap.md deleted file mode 100644 index c95e2c81e..000000000 --- a/.changeset/strange-planes-tap.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@ithaka/pharos-site': minor -'@ithaka/pharos': minor ---- - -Add switch component diff --git a/.changeset/thin-cherries-suffer.md b/.changeset/thin-cherries-suffer.md deleted file mode 100644 index f2c4e4c43..000000000 --- a/.changeset/thin-cherries-suffer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ithaka/pharos': minor ---- - -Radio buttons: Add aria-describedby association for validation message diff --git a/packages/pharos-site/CHANGELOG.md b/packages/pharos-site/CHANGELOG.md index 40a36f679..65ef6691d 100644 --- a/packages/pharos-site/CHANGELOG.md +++ b/packages/pharos-site/CHANGELOG.md @@ -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 diff --git a/packages/pharos-site/package.json b/packages/pharos-site/package.json index d580ad321..b4dabb916 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": "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", diff --git a/packages/pharos/CHANGELOG.md b/packages/pharos/CHANGELOG.md index bf7e948ef..d18b17f02 100644 --- a/packages/pharos/CHANGELOG.md +++ b/packages/pharos/CHANGELOG.md @@ -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 diff --git a/packages/pharos/package.json b/packages/pharos/package.json index 7b60e91e1..efef28c2c 100644 --- a/packages/pharos/package.json +++ b/packages/pharos/package.json @@ -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",