Skip to content

Commit 8d3dcae

Browse files
Version Packages (#102)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 12cdcef commit 8d3dcae

6 files changed

Lines changed: 26 additions & 19 deletions

File tree

.changeset/fix-poster-base-path.md

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

.changeset/safe-dependency-updates.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.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`12cdcef`](https://github.com/primer/doctocat-nextjs/commit/12cdcef2ffe53d4a4da966b8666e9ba884ded712), [`12cdcef`](https://github.com/primer/doctocat-nextjs/commit/12cdcef2ffe53d4a4da966b8666e9ba884ded712)]:
8+
- @primer/doctocat-nextjs@0.11.0
9+
310
## 0.0.14
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.14",
3+
"version": "0.0.15",
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.10.0",
25+
"@primer/doctocat-nextjs": "^0.11.0",
2626
"@primer/octicons-react": "19.33.0",
2727
"eslint-config-next": "16.3.0",
2828
"next": "16.3.0",

packages/theme/CHANGELOG.md

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

3+
## 0.11.0
4+
5+
### Minor Changes
6+
7+
- [#101](https://github.com/primer/doctocat-nextjs/pull/101) [`12cdcef`](https://github.com/primer/doctocat-nextjs/commit/12cdcef2ffe53d4a4da966b8666e9ba884ded712) Thanks [@rezrah](https://github.com/rezrah)! - Updated dependencies to the latest minor and patch versions.
8+
9+
- `@primer/react` 38.18.0 → 38.35.1
10+
- `@primer/octicons-react` 19.23.1 → 19.33.0
11+
- `@next/mdx` 16.2.2 → 16.3.0
12+
- `framer-motion` 12.38.0 → 12.43.0
13+
- `react-is` 19.2.4 → 19.2.8
14+
15+
### Patch Changes
16+
17+
- [#101](https://github.com/primer/doctocat-nextjs/pull/101) [`12cdcef`](https://github.com/primer/doctocat-nextjs/commit/12cdcef2ffe53d4a4da966b8666e9ba884ded712) Thanks [@rezrah](https://github.com/rezrah)! - Prefix video poster paths with the configured base path in live code examples.
18+
319
## 0.10.0
420

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

0 commit comments

Comments
 (0)