Skip to content

Commit

Permalink
Merge pull request #477 from tgreyuk/changeset-release/next
Browse files Browse the repository at this point in the history
Version Packages (next)
  • Loading branch information
tgreyuk authored Sep 26, 2023
2 parents 11fe000 + a8f68f5 commit 04b3410
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"changesets": [
"angry-cars-wash",
"big-cooks-lick",
"big-ties-dance",
"breezy-avocados-lie",
"brown-mangos-rhyme",
"brown-years-deliver",
Expand All @@ -27,6 +28,7 @@
"funny-news-hug",
"fuzzy-news-decide",
"giant-mails-rest",
"heavy-snakes-press",
"hungry-papayas-punch",
"khaki-dogs-cheat",
"late-keys-whisper",
Expand Down
10 changes: 10 additions & 0 deletions packages/docusaurus-plugin-typedoc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.0.0-next.17

### Patch Changes

- Fixed sidebar ids
- Added option to filter sidebar items (sidebar.filteredIds)
- Added option to pretty output sidebar (sidebar.pretty)
- Updated peer dependencies
- typedoc-plugin-markdown@4.0.0-next.22

## 1.0.0-next.16

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/docusaurus-plugin-typedoc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docusaurus-plugin-typedoc",
"version": "1.0.0-next.16",
"version": "1.0.0-next.17",
"description": "A Docusaurus v2 plugin to build API documentation with TypeDoc.",
"main": "dist/index.js",
"files": [
Expand All @@ -16,7 +16,7 @@
},
"homepage": "https://github.com/tgreyuk/typedoc-plugin-markdown/tree/master/packages/docusaurus-plugin-typedoc",
"peerDependencies": {
"typedoc-plugin-markdown": ">=4.0.0-next.21"
"typedoc-plugin-markdown": ">=4.0.0-next.22"
},
"scripts": {
"lint": "eslint ./src --ext .ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/typedoc-plugin-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.0.0-next.22

### Patch Changes

- Updated index filenames and Removed indexFileName option

## 4.0.0-next.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typedoc-plugin-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typedoc-plugin-markdown",
"version": "4.0.0-next.21",
"version": "4.0.0-next.22",
"description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 04b3410

Please sign in to comment.