Skip to content

Commit

Permalink
Merge pull request #3 from primer/changeset-release/main
Browse files Browse the repository at this point in the history
Release tracking
  • Loading branch information
rezrah authored Dec 18, 2023
2 parents f61c5ba + de031ea commit 98fd255
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-points-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-bikes-report.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/points-worry-beige.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-apples-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-chefs-work.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions packages/site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doctocat-nextjs-site",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"description": "Documentation theme",
"scripts": {
Expand All @@ -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",
Expand Down
17 changes: 17 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 98fd255

Please sign in to comment.