@primer/doctocat-nextjs 0.0.0-20250715184451 → 0.0.0-20250715193306

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,11 +1,19 @@
1
1
  # @primer/doctocat-nextjs
2
2
 
3
- ## 0.0.0-20250715184451
3
+ ## 0.0.0-20250715193306
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Fake entry to force publishing
8
8
 
9
+ ## 0.0.0-20250715193304
10
+
11
+ ### Minor Changes
12
+
13
+ - [#63](https://github.com/primer/doctocat-nextjs/pull/63) [`45ebb5b`](https://github.com/primer/doctocat-nextjs/commit/45ebb5b1ceb165e2eaed7563558b52c52c1c1c59) Thanks [@rezrah](https://github.com/rezrah)! - Moves `@primer/react-brand` to a peer-dependency.
14
+
15
+ This changes prevents a mismatch of versions between Doctocat and the project using it. Going forward, the latter will be preferred.
16
+
9
17
  ## 0.5.8
10
18
 
11
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/doctocat-nextjs",
3
- "version": "0.0.0-20250715184451",
3
+ "version": "0.0.0-20250715193306",
4
4
  "description": "A Next.js theme for building Primer documentation sites",
5
5
  "main": "index.js",
6
6
  "type": "module",