@primer/doctocat-nextjs 0.0.0-20260129104707 → 0.0.0-20260202231146

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,18 +1,18 @@
1
1
  # @primer/doctocat-nextjs
2
2
 
3
- ## 0.0.0-20260129104707
3
+ ## 0.0.0-20260202231146
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Fake entry to force publishing
8
8
 
9
- ## 0.0.0-20260129104706
9
+ ## 0.0.0-20260202231144
10
10
 
11
11
  ### Minor Changes
12
12
 
13
13
  - [#87](https://github.com/primer/doctocat-nextjs/pull/87) [`a0aa353`](https://github.com/primer/doctocat-nextjs/commit/a0aa353c296543f98d5a32d38f3d5631a7081f96) Thanks [@rezrah](https://github.com/rezrah)! - Upgrades Next.js and Nextra.
14
14
  - **Next.js version >= v16.x is now required**. v15.x is no longer supported.
15
- - `nextra` version >= `4.6.1` is now required
15
+ - `nextra` version is now `4.6.x`
16
16
 
17
17
  ## 0.8.1
18
18
 
@@ -3,6 +3,10 @@
3
3
  text-decoration: none !important;
4
4
  }
5
5
 
6
+ .Heading__anchor::after {
7
+ display: none;
8
+ }
9
+
6
10
  .Heading__anchorIcon {
7
11
  position: relative;
8
12
  visibility: hidden;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/doctocat-nextjs",
3
- "version": "0.0.0-20260129104707",
3
+ "version": "0.0.0-20260202231146",
4
4
  "description": "A Next.js theme for building Primer documentation sites",
5
5
  "main": "index.js",
6
6
  "type": "module",