Skip to content

Commit

Permalink
Merge pull request #9 from primer/changeset-release/main
Browse files Browse the repository at this point in the history
Release tracking
  • Loading branch information
rezrah authored Jan 17, 2024
2 parents bbd1b6a + 68fc11e commit 8ca9c41
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 44 deletions.
5 changes: 0 additions & 5 deletions .changeset/hide-mean-turkeys.md

This file was deleted.

31 changes: 0 additions & 31 deletions .changeset/mean-turkeys-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/turkeys-mean-hide.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# doctocat-nextjs-site

## 0.0.4

### Patch Changes

- Updated dependencies [[`fd7f838`](https://github.com/primer/doctocat-nextjs/commit/fd7f83883152512b34dd7601346c03fe53e3ffb3), [`0d0879b`](https://github.com/primer/doctocat-nextjs/commit/0d0879b8e732e74a50861e22a0ff534d0e191a45), [`fd7f838`](https://github.com/primer/doctocat-nextjs/commit/fd7f83883152512b34dd7601346c03fe53e3ffb3)]:
- @primer/doctocat-nextjs@0.0.4

## 0.0.3

### Patch Changes
Expand Down
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.3",
"version": "0.0.4",
"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.3",
"@primer/doctocat-nextjs": "^0.0.4",
"@primer/octicons-react": "^19.8.0",
"eslint-config-next": "^14.0.3",
"next": "^14.0.3",
Expand Down
36 changes: 36 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# @primer/doctocat-nextjs

## 0.0.4

### Patch Changes

- [#8](https://github.com/primer/doctocat-nextjs/pull/8) [`fd7f838`](https://github.com/primer/doctocat-nextjs/commit/fd7f83883152512b34dd7601346c03fe53e3ffb3) Thanks [@rezrah](https://github.com/rezrah)! - Added OpenGraph tags for improved social sharing experience.

- [#8](https://github.com/primer/doctocat-nextjs/pull/8) [`0d0879b`](https://github.com/primer/doctocat-nextjs/commit/0d0879b8e732e74a50861e22a0ff534d0e191a45) Thanks [@rezrah](https://github.com/rezrah)! - Enabled related content navigation using `keywords` and `related` properties in Markdown frontmatter.

Example:

```
---
title: Page A
keywords: ['keyword', 'another keyword']
---
```

```
---
title: Page B
keywords: ['keyword', 'another keyword']
---
```

The matching keyword values above across both pages, will enable automatic related content navigation between the two pages.

or using the `related` property:

```
---
related: [{title: External link example, href: https://example.com}]
---
```

- [#8](https://github.com/primer/doctocat-nextjs/pull/8) [`fd7f838`](https://github.com/primer/doctocat-nextjs/commit/fd7f83883152512b34dd7601346c03fe53e3ffb3) Thanks [@rezrah](https://github.com/rezrah)! - Fixed accessibility violations arising from duplicate landmarks and missing aria labels.

## 0.0.3

### Patch Changes
Expand Down
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.3",
"version": "0.0.4",
"description": "A Next.js theme for building Primer documentation sites",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8ca9c41

Please sign in to comment.