Skip to content

Commit 77cd6c6

Browse files
Version Packages
1 parent e950c9a commit 77cd6c6

File tree

5 files changed

+18
-9
lines changed

5 files changed

+18
-9
lines changed

.changeset/nice-foxes-lick.md

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

packages/site/CHANGELOG.md

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

3+
## 0.0.10
4+
5+
### Patch Changes
6+
7+
- [#38](https://github.com/primer/doctocat-nextjs/pull/38) [`e950c9a`](https://github.com/primer/doctocat-nextjs/commit/e950c9af9ad410025437510113172e207e2e30a2) Thanks [@danielguillan](https://github.com/danielguillan)! - Updated Primer Brand library to v0.54.0
8+
9+
- Updated dependencies [[`e950c9a`](https://github.com/primer/doctocat-nextjs/commit/e950c9af9ad410025437510113172e207e2e30a2)]:
10+
- @primer/doctocat-nextjs@0.5.2
11+
312
## 0.0.9
413

514
### 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.9",
3+
"version": "0.0.10",
44
"private": true,
55
"description": "Documentation theme",
66
"type": "module",
@@ -21,7 +21,7 @@
2121
},
2222
"homepage": "https://github.com/primer/doctocat-nextjs#readme",
2323
"dependencies": {
24-
"@primer/doctocat-nextjs": "^0.5.0",
24+
"@primer/doctocat-nextjs": "^0.5.2",
2525
"@primer/octicons-react": "19.15.1",
2626
"eslint-config-next": "15.2.4",
2727
"next": "15.2.4",

packages/theme/CHANGELOG.md

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

3+
## 0.5.2
4+
5+
### Patch Changes
6+
7+
- [#38](https://github.com/primer/doctocat-nextjs/pull/38) [`e950c9a`](https://github.com/primer/doctocat-nextjs/commit/e950c9af9ad410025437510113172e207e2e30a2) Thanks [@danielguillan](https://github.com/danielguillan)! - Updated Primer Brand library to v0.54.0
8+
39
## 0.5.1
410

511
### 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.5.1",
3+
"version": "0.5.2",
44
"description": "A Next.js theme for building Primer documentation sites",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)