Skip to content

Commit d685601

Browse files
Version Packages
1 parent dcd8034 commit d685601

5 files changed

Lines changed: 14 additions & 19 deletions

File tree

.changeset/forty-ways-remain.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sunny-doodles-appear.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tame-moons-fry.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/theme/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @primer/doctocat-nextjs
22

3+
## 0.9.1
4+
5+
### Patch Changes
6+
7+
- [#92](https://github.com/primer/doctocat-nextjs/pull/92) [`bc694fa`](https://github.com/primer/doctocat-nextjs/commit/bc694fae9e9565c55b67e5b8c9d9302067061226) Thanks [@rezrah](https://github.com/rezrah)! - Increase contrast of the "Skip to main content" link where Primer React link color rules were overriding component-level ones.
8+
9+
- [#91](https://github.com/primer/doctocat-nextjs/pull/91) [`af9b369`](https://github.com/primer/doctocat-nextjs/commit/af9b369e0bba2765ba762d6aa8ba31f619c7b1de) Thanks [@danielguillan](https://github.com/danielguillan)! - [a11y] Fix search results not announced by screen readers and dropdown overflowing viewport at small sizes
10+
11+
- [#94](https://github.com/primer/doctocat-nextjs/pull/94) [`dcd8034`](https://github.com/primer/doctocat-nextjs/commit/dcd803457570c35876eb8f6a609d02e3873e295a) Thanks [@rezrah](https://github.com/rezrah)! - Increase contrast of all `code span` syntax highlights in code fences on light mode.
12+
13+
Before: 4.31:1 AA (fails WCAG AA)
14+
After: 5.03:1 AA (passes WCAG AA)
15+
316
## 0.9.0
417

518
### Minor Changes

packages/theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/doctocat-nextjs",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "A Next.js theme for building Primer documentation sites",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)