@primer/doctocat-nextjs 0.0.0-20251203142059 → 0.0.0-20251204102049
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 +14 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,24 @@
|
|
|
1
1
|
# @primer/doctocat-nextjs
|
|
2
2
|
|
|
3
|
-
## 0.0.0-
|
|
3
|
+
## 0.0.0-20251204102049
|
|
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-20251204102047
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#73](https://github.com/primer/doctocat-nextjs/pull/73) [`8e57e27`](https://github.com/primer/doctocat-nextjs/commit/8e57e272cb57b63e77b184f3e6a74410c97d9fd2) Thanks [@danielguillan](https://github.com/danielguillan)! - Add React 19 support
|
|
14
|
+
- Updated React peer dependency to support React 19
|
|
15
|
+
- Updated @primer/react from v37.11.2 to 38.0.0
|
|
16
|
+
- Updated `@primer/react-brand` from v0.54.0 to v0.60.1
|
|
17
|
+
- Updated `framer-motion` from v12.4.0 to v12.23.24
|
|
18
|
+
- Updated `react-focus-on` from v3.9.4 to v3.10.0
|
|
19
|
+
- Migrated `Label` components to `Token` for React 19 compatibility
|
|
20
|
+
- Fixed type errors in `ReactCodeBlock` and `getRelatedPages` for stricter React 19 types
|
|
21
|
+
- Added explicit `as="button"` to `IconButton` and `as="input"` to `TextInput` components
|
|
10
22
|
|
|
11
23
|
### Patch Changes
|
|
12
24
|
|