@primer/doctocat-nextjs 0.0.0-20250707074701 → 0.0.0-20250715184451
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 +3 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
# @primer/doctocat-nextjs
|
|
2
2
|
|
|
3
|
-
## 0.0.0-
|
|
3
|
+
## 0.0.0-20250715184451
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Fake entry to force publishing
|
|
8
8
|
|
|
9
|
-
## 0.
|
|
9
|
+
## 0.5.8
|
|
10
10
|
|
|
11
11
|
### Patch Changes
|
|
12
12
|
|
|
13
13
|
- [#59](https://github.com/primer/doctocat-nextjs/pull/59) [`c24a5b9`](https://github.com/primer/doctocat-nextjs/commit/c24a5b98aad639b42213ad230d923907115eb864) Thanks [@danielguillan](https://github.com/danielguillan)! - Switched sidebar navigation and content document order for improved accessibility
|
|
14
14
|
|
|
15
|
-
- [#61](https://github.com/primer/doctocat-nextjs/pull/61) [`
|
|
15
|
+
- [#61](https://github.com/primer/doctocat-nextjs/pull/61) [`1446089`](https://github.com/primer/doctocat-nextjs/commit/14460897dbcd248f688c13b9085128707abbda25) Thanks [@rezrah](https://github.com/rezrah)! - React code previews now support dot-notation in component names. E.g. Hero.Image.
|
|
16
16
|
|
|
17
17
|
## 0.5.7
|
|
18
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@primer/doctocat-nextjs",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-20250715184451",
|
|
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",
|