Skip to content

Commit 7838eba

Browse files
Version Packages
1 parent 1b72c82 commit 7838eba

5 files changed

Lines changed: 21 additions & 14 deletions

File tree

.changeset/public-ties-thank.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/site/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# doctocat-nextjs-site
22

3+
## 0.0.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1b72c82`](https://github.com/primer/doctocat-nextjs/commit/1b72c8203115a0e1c7bb511b7abe257cc33ab558)]:
8+
- @primer/doctocat-nextjs@0.10.0
9+
310
## 0.0.13
411

512
### Patch Changes

packages/site/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "doctocat-nextjs-site",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"private": true,
55
"description": "Documentation theme",
66
"type": "module",
@@ -22,7 +22,7 @@
2222
},
2323
"homepage": "https://github.com/primer/doctocat-nextjs#readme",
2424
"dependencies": {
25-
"@primer/doctocat-nextjs": "^0.9.0",
25+
"@primer/doctocat-nextjs": "^0.10.0",
2626
"@primer/octicons-react": "19.23.1",
2727
"eslint-config-next": "16.2.2",
2828
"next": "16.2.2",

packages/theme/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @primer/doctocat-nextjs
22

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- [#99](https://github.com/primer/doctocat-nextjs/pull/99) [`1b72c82`](https://github.com/primer/doctocat-nextjs/commit/1b72c8203115a0e1c7bb511b7abe257cc33ab558) Thanks [@rezrah](https://github.com/rezrah)! - Updated dependencies to latest versions.
8+
- `@primer/react` 38.3.0 → 38.18.0
9+
- `@primer/octicons-react` 19.15.1 → 19.23.1
10+
- `@next/mdx` and `next` 16.1.6 → 16.2.2
11+
- `framer-motion` 12.23.24 → 12.38.0
12+
- Replaced `Hero.Image` with standalone `Image` from `@primer/react-brand` for compatibility with 0.65.1
13+
314
## 0.9.1
415

516
### Patch Changes

packages/theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/doctocat-nextjs",
3-
"version": "0.9.1",
3+
"version": "0.10.0",
44
"description": "A Next.js theme for building Primer documentation sites",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)