@primer/doctocat-nextjs 0.0.0-20250625110636 → 0.0.0-20250625111642
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 +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
# @primer/doctocat-nextjs
|
|
2
2
|
|
|
3
|
-
## 0.0.0-
|
|
3
|
+
## 0.0.0-20250625111642
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Fake entry to force publishing
|
|
8
8
|
|
|
9
|
-
## 0.0.0-
|
|
9
|
+
## 0.0.0-20250625111640
|
|
10
10
|
|
|
11
11
|
### Patch Changes
|
|
12
12
|
|
|
13
|
-
- [`b0e2e2a`](https://github.com/primer/doctocat-nextjs/commit/b0e2e2ae3b6c5f61f3de8e40eecb789e577fb8a3) Thanks [@rezrah](https://github.com/rezrah)! - Add auto-collapsed React code blocks for large code snippets. This feature only applies to code fences with the `jsx live` language identifiers.
|
|
13
|
+
- [#51](https://github.com/primer/doctocat-nextjs/pull/51) [`b0e2e2a`](https://github.com/primer/doctocat-nextjs/commit/b0e2e2ae3b6c5f61f3de8e40eecb789e577fb8a3) Thanks [@rezrah](https://github.com/rezrah)! - Add auto-collapsed React code blocks for large code snippets. This feature only applies to code fences with the `jsx live` language identifiers.
|
|
14
14
|
|
|
15
15
|
E.g.
|
|
16
16
|
|