@primer/doctocat-nextjs 0.0.0-20251124214113 → 0.0.0-20251124215110

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-20251124214113
3
+ ## 0.0.0-20251124215110
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Fake entry to force publishing
8
8
 
9
- ## 0.0.0-20251124214111
9
+ ## 0.0.0-20251124215108
10
10
 
11
11
  ### Patch Changes
12
12
 
@@ -142,7 +142,7 @@ export function Sidebar({pageMap}: SidebarProps) {
142
142
  as={NextLink}
143
143
  key={landingPageItem.route}
144
144
  href={landingPageItem.route}
145
- style={{textTransform: 'capitalize'}}
145
+ style={{textTransform: 'capitalize'}}
146
146
  aria-current={isCurrentOrChild ? 'page' : undefined}
147
147
  className={styles.NavListItem}
148
148
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/doctocat-nextjs",
3
- "version": "0.0.0-20251124214113",
3
+ "version": "0.0.0-20251124215110",
4
4
  "description": "A Next.js theme for building Primer documentation sites",
5
5
  "main": "index.js",
6
6
  "type": "module",