diff --git a/.changeset/beige-points-worry.md b/.changeset/beige-points-worry.md deleted file mode 100644 index b5fdb21..0000000 --- a/.changeset/beige-points-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/doctocat-nextjs': patch ---- - -Wrap links with Next's Link component diff --git a/.changeset/nasty-bikes-report.md b/.changeset/nasty-bikes-report.md deleted file mode 100644 index 175b6c5..0000000 --- a/.changeset/nasty-bikes-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/doctocat-nextjs': patch ---- - -Switch hero image order with description and reduce `h2` block start margin diff --git a/.changeset/points-worry-beige.md b/.changeset/points-worry-beige.md deleted file mode 100644 index 44b9380..0000000 --- a/.changeset/points-worry-beige.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@primer/doctocat-nextjs': patch ---- - -- Add MDX to HTML overrides mechanism and apply to headings and anchors -- Added anchor links to headings to match current functionality on primer.style diff --git a/.changeset/silly-apples-fail.md b/.changeset/silly-apples-fail.md deleted file mode 100644 index cb4779a..0000000 --- a/.changeset/silly-apples-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/doctocat-nextjs': patch ---- - -Removed sidebar links and added skip to main content a11y link diff --git a/.changeset/small-chefs-work.md b/.changeset/small-chefs-work.md deleted file mode 100644 index e43b7ad..0000000 --- a/.changeset/small-chefs-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/doctocat-nextjs': patch ---- - -Remove code blocks stylesheet, now merged into global.css diff --git a/packages/site/CHANGELOG.md b/packages/site/CHANGELOG.md new file mode 100644 index 0000000..6f97573 --- /dev/null +++ b/packages/site/CHANGELOG.md @@ -0,0 +1,8 @@ +# doctocat-nextjs-site + +## 0.0.2 + +### Patch Changes + +- Updated dependencies [[`4f28982`](https://github.com/primer/doctocat-nextjs/commit/4f28982e327e75f199f28fad987f1e827deafeb2), [`6f21970`](https://github.com/primer/doctocat-nextjs/commit/6f21970c74f7635be89fc4cd20376d7fe5ca35e7), [`afd4e17`](https://github.com/primer/doctocat-nextjs/commit/afd4e1762f6294a14942d415c693319a874cd3fb), [`b49f218`](https://github.com/primer/doctocat-nextjs/commit/b49f218e9bbc2de720476e21888956bee6081967), [`2742b32`](https://github.com/primer/doctocat-nextjs/commit/2742b3214e7a53416d23f0459dc389f7c22cf5a1)]: + - @primer/doctocat-nextjs@0.0.2 diff --git a/packages/site/package.json b/packages/site/package.json index 9a61aab..a1126f5 100644 --- a/packages/site/package.json +++ b/packages/site/package.json @@ -1,6 +1,6 @@ { "name": "doctocat-nextjs-site", - "version": "0.0.1", + "version": "0.0.2", "private": true, "description": "Documentation theme", "scripts": { @@ -19,7 +19,7 @@ }, "homepage": "https://github.com/primer/doctocat-nextjs#readme", "dependencies": { - "@primer/doctocat-nextjs": "^0.0.1", + "@primer/doctocat-nextjs": "^0.0.2", "@primer/octicons-react": "^19.8.0", "eslint-config-next": "^14.0.3", "next": "^14.0.3", diff --git a/packages/theme/CHANGELOG.md b/packages/theme/CHANGELOG.md new file mode 100644 index 0000000..4cf4c8d --- /dev/null +++ b/packages/theme/CHANGELOG.md @@ -0,0 +1,17 @@ +# @primer/doctocat-nextjs + +## 0.0.2 + +### Patch Changes + +- [#4](https://github.com/primer/doctocat-nextjs/pull/4) [`4f28982`](https://github.com/primer/doctocat-nextjs/commit/4f28982e327e75f199f28fad987f1e827deafeb2) Thanks [@joseph-lozano](https://github.com/joseph-lozano)! - Wrap links with Next's Link component + +- [`6f21970`](https://github.com/primer/doctocat-nextjs/commit/6f21970c74f7635be89fc4cd20376d7fe5ca35e7) Thanks [@rezrah](https://github.com/rezrah)! - Switch hero image order with description and reduce `h2` block start margin + +- [#6](https://github.com/primer/doctocat-nextjs/pull/6) [`afd4e17`](https://github.com/primer/doctocat-nextjs/commit/afd4e1762f6294a14942d415c693319a874cd3fb) Thanks [@rezrah](https://github.com/rezrah)! - - Add MDX to HTML overrides mechanism and apply to headings and anchors + + - Added anchor links to headings to match current functionality on primer.style + +- [`b49f218`](https://github.com/primer/doctocat-nextjs/commit/b49f218e9bbc2de720476e21888956bee6081967) Thanks [@rezrah](https://github.com/rezrah)! - Removed sidebar links and added skip to main content a11y link + +- [#2](https://github.com/primer/doctocat-nextjs/pull/2) [`2742b32`](https://github.com/primer/doctocat-nextjs/commit/2742b3214e7a53416d23f0459dc389f7c22cf5a1) Thanks [@rezrah](https://github.com/rezrah)! - Remove code blocks stylesheet, now merged into global.css diff --git a/packages/theme/package.json b/packages/theme/package.json index 6ffcddc..23533b3 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -1,6 +1,6 @@ { "name": "@primer/doctocat-nextjs", - "version": "0.0.1", + "version": "0.0.2", "description": "A Next.js theme for building Primer documentation sites", "main": "index.js", "scripts": {