@primer/doctocat-nextjs 0.0.0-20251114183111 → 0.0.0-20251114193003

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @primer/doctocat-nextjs
2
2
 
3
- ## 0.0.0-20251114183111
3
+ ## 0.0.0-20251114193003
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Fake entry to force publishing
8
8
 
9
- ## 0.0.0-20251114183109
9
+ ## 0.0.0-20251114193001
10
10
 
11
11
  ### Patch Changes
12
12
 
@@ -49,7 +49,7 @@ export function Sidebar({pageMap}: SidebarProps) {
49
49
  return (
50
50
  <div className={styles.Sidebar}>
51
51
  {activeHeaderLink && (
52
- <Heading as="h2" size="6" className={styles.Sidebar__title} id="nav-list-heading">
52
+ <Heading as="h2" size="6" className={styles.Sidebar__title} id="nav-list-heading">
53
53
  {activeHeaderLink.title}
54
54
  <span className="visually-hidden"> navigation</span>
55
55
  </Heading>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/doctocat-nextjs",
3
- "version": "0.0.0-20251114183111",
3
+ "version": "0.0.0-20251114193003",
4
4
  "description": "A Next.js theme for building Primer documentation sites",
5
5
  "main": "index.js",
6
6
  "type": "module",