Skip to content

Commit

Permalink
Merge pull request #422 from tgreyuk/changeset-release/next
Browse files Browse the repository at this point in the history
Version Packages (next)
  • Loading branch information
tgreyuk committed Apr 25, 2023
2 parents 904f0be + 5f84372 commit 6a7aab0
Show file tree
Hide file tree
Showing 5 changed files with 19 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 @@ -16,6 +16,7 @@
"forty-cows-jam",
"hungry-papayas-punch",
"late-keys-whisper",
"long-crabs-own",
"mighty-deers-dress",
"nasty-starfishes-ring",
"olive-points-hug",
Expand All @@ -25,6 +26,7 @@
"selfish-coins-bake",
"sharp-timers-brush",
"shiny-ducks-lie",
"six-bottles-rescue",
"swift-radios-remember",
"ten-numbers-tease",
"thin-pigs-shout",
Expand Down
8 changes: 8 additions & 0 deletions packages/docusaurus-plugin-typedoc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.0.0-next.8

### Patch Changes

- Simplified category.yml generation and further refactoring
- Updated peer dependencies
- typedoc-plugin-markdown@4.0.0-next.9

## 1.0.0-next.7

### 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.7",
"version": "1.0.0-next.8",
"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.8"
"typedoc-plugin-markdown": ">=4.0.0-next.9"
},
"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.9

### Patch Changes

- Discover prettier config files

## 4.0.0-next.8

### 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.8",
"version": "4.0.0-next.9",
"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 6a7aab0

Please sign in to comment.