Skip to content

Commit

Permalink
Merge pull request #409 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 14, 2023
2 parents b79ab37 + 79d05b7 commit 6ae2f59
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@
"fair-rice-smoke",
"forty-cows-jam",
"hungry-papayas-punch",
"late-keys-whisper",
"mighty-deers-dress",
"nasty-starfishes-ring",
"olive-points-hug",
"polite-planets-knock",
"proud-mugs-pull",
"selfish-coins-bake",
"sharp-timers-brush",
"ten-numbers-tease",
"thin-pigs-shout",
"twenty-moose-promise"
]
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.4

### Patch Changes

- Simplify frontmatter implementation
- Updated peer dependencies
- typedoc-plugin-markdown@4.0.0-next.5

## 1.0.0-next.3

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

## 4.0.0-next.5

### Patch Changes

- Fix incorrect heading levels
- Slugify output filenames
- Expose `groupBySymbols` option

## 4.0.0-next.4

### 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.4",
"version": "4.0.0-next.5",
"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 6ae2f59

Please sign in to comment.