Skip to content

Commit

Permalink
Merge pull request #485 from tgreyuk/changeset-release/next
Browse files Browse the repository at this point in the history
Version Packages (next)
  • Loading branch information
tgreyuk authored Oct 20, 2023
2 parents 6c1746c + 2742883 commit 04a88ff
Show file tree
Hide file tree
Showing 5 changed files with 20 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 @@ -48,6 +48,7 @@
"polite-planets-knock",
"polite-ways-hang",
"proud-feet-poke",
"proud-houses-tie",
"proud-mugs-pull",
"quiet-birds-taste",
"red-snails-jump",
Expand All @@ -57,6 +58,7 @@
"sharp-timers-brush",
"shiny-ducks-lie",
"six-bottles-rescue",
"sixty-hornets-argue",
"smart-spoons-kneel",
"stale-suns-explain",
"swift-radios-remember",
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.18

### Patch Changes

- Support Docusaurus 3
- Updated peer dependencies
- typedoc-plugin-markdown@4.0.0-next.24

## 1.0.0-next.17 (2023-09-26)

### 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.17",
"version": "1.0.0-next.18",
"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.22"
"typedoc-plugin-markdown": ">=4.0.0-next.24"
},
"scripts": {
"lint": "eslint ./src --ext .ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/typedoc-plugin-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 4.0.0-next.24

### Patch Changes

- Correctly resolve packge readme urls from member pages ([#483](https://github.com/tgreyuk/typedoc-plugin-markdown/issues/483))
- Prevent trigger of reversed link syntax rule on index access types ([#484](https://github.com/tgreyuk/typedoc-plugin-markdown/issues/484))

## 4.0.0-next.23 (2023-10-09)

### 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.23",
"version": "4.0.0-next.24",
"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 04a88ff

Please sign in to comment.