Skip to content

Commit

Permalink
Merge pull request #7 from primer/changeset-release/main
Browse files Browse the repository at this point in the history
Release tracking
  • Loading branch information
rezrah authored Jan 15, 2024
2 parents 937f773 + 4828245 commit 43a8685
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-insects-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-bears-search.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.3

### Patch Changes

- Updated dependencies [[`937f773`](https://github.com/primer/doctocat-nextjs/commit/937f77385bc6c4d2c6289d0a6f12122373789f73), [`7703a7b`](https://github.com/primer/doctocat-nextjs/commit/7703a7b86bc906ff981a7f864a9916c963a35087)]:
- @primer/doctocat-nextjs@0.0.3

## 0.0.2

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

## 0.0.3

### Patch Changes

- [`937f773`](https://github.com/primer/doctocat-nextjs/commit/937f77385bc6c4d2c6289d0a6f12122373789f73) Thanks [@rezrah](https://github.com/rezrah)! - Redesign index pages to match current Doctocat styles

- [`7703a7b`](https://github.com/primer/doctocat-nextjs/commit/7703a7b86bc906ff981a7f864a9916c963a35087) Thanks [@rezrah](https://github.com/rezrah)! - Fixed code bg in dark mode and applied fixed width to toc to prevent layout shift

## 0.0.2

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

0 comments on commit 43a8685

Please sign in to comment.