@primer/doctocat-nextjs 0.0.0-20251219160328 → 0.0.0-20251219161209

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,16 +1,16 @@
1
1
  # @primer/doctocat-nextjs
2
2
 
3
- ## 0.0.0-20251219160328
3
+ ## 0.0.0-20251219161209
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Fake entry to force publishing
8
8
 
9
- ## 0.0.0-20251219160326
9
+ ## 0.0.0-20251219161207
10
10
 
11
11
  ### Patch Changes
12
12
 
13
- - [`58b234f`](https://github.com/primer/doctocat-nextjs/commit/58b234fc348a9261ad73781e031cf2cd40e2abdb) Thanks [@danielguillan](https://github.com/danielguillan)! - Improves accessibility of anchor links by adding an underline
13
+ - [#80](https://github.com/primer/doctocat-nextjs/pull/80) [`58b234f`](https://github.com/primer/doctocat-nextjs/commit/58b234fc348a9261ad73781e031cf2cd40e2abdb) Thanks [@danielguillan](https://github.com/danielguillan)! - Improves accessibility of anchor links by adding an underline
14
14
 
15
15
  ## 0.8.0
16
16
 
@@ -173,7 +173,6 @@
173
173
  .Prose a:not(:global(.custom-component) a),
174
174
  .Prose a:-webkit-any-link:not(:global(.custom-component) a:-webkit-any-link) {
175
175
  color: var(--brand-InlineLink-color-rest);
176
- text-decoration: underline;
177
176
  position: relative;
178
177
  }
179
178
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/doctocat-nextjs",
3
- "version": "0.0.0-20251219160328",
3
+ "version": "0.0.0-20251219161209",
4
4
  "description": "A Next.js theme for building Primer documentation sites",
5
5
  "main": "index.js",
6
6
  "type": "module",