@primer/doctocat-nextjs 0.5.8 → 0.6.0

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 +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @primer/doctocat-nextjs
2
2
 
3
+ ## 0.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#63](https://github.com/primer/doctocat-nextjs/pull/63) [`9a090ee`](https://github.com/primer/doctocat-nextjs/commit/9a090eec47c64dc46f8eac14ec00548d421e8019) Thanks [@rezrah](https://github.com/rezrah)! - Moves `@primer/react-brand` to a peer-dependency.
8
+
9
+ This change prevents a mismatch of versions between Doctocat and the project using it. Going forward, the latter will be preferred.
10
+
3
11
  ## 0.5.8
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/doctocat-nextjs",
3
- "version": "0.5.8",
3
+ "version": "0.6.0",
4
4
  "description": "A Next.js theme for building Primer documentation sites",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -15,6 +15,7 @@
15
15
  "author": "GitHub, Inc.",
16
16
  "license": "MIT",
17
17
  "peerDependencies": {
18
+ "@primer/react-brand": ">=0.54.0",
18
19
  "next": "^15.0.0",
19
20
  "react": ">=18.0.0 <20.0.0",
20
21
  "react-dom": ">=18.0.0 <20.0.0"
@@ -23,7 +24,6 @@
23
24
  "@next/mdx": "15.3.5",
24
25
  "@primer/octicons-react": "19.15.1",
25
26
  "@primer/react": "^37.11.0",
26
- "@primer/react-brand": "0.54.0",
27
27
  "@types/lodash.debounce": "^4.0.9",
28
28
  "framer-motion": "12.4.0",
29
29
  "lodash.debounce": "^4.0.8",