Skip to content

Commit

Permalink
Version Packages (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 21, 2023
1 parent 0225345 commit 55289ba
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 6 deletions.
8 changes: 6 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"mode": "pre",
"tag": "next",
"initialVersions": {
"typedoc-plugin-markdown": "3.13.4"
"typedoc-plugin-markdown": "3.13.4",
"docusaurus-plugin-typedoc": "0.17.6"
},
"changesets": []
"changesets": [
"polite-planets-knock",
"twenty-moose-promise"
]
}
11 changes: 11 additions & 0 deletions packages/docusaurus-plugin-typedoc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 1.0.0-next.0

### Minor Changes

- Compatibility updates for typedoc-plugin-markdown

### Patch Changes

- Updated peer dependencies
- [email protected]

## [0.17.6](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/[email protected]@0.17.6) (2022-06-27)

**Note:** Version bump only for package docusaurus-plugin-typedoc
Expand Down
6 changes: 3 additions & 3 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": "0.17.6",
"version": "1.0.0-next.0",
"description": "A Docusaurus v2 plugin to build API documentation with TypeDoc.",
"main": "dist/index.js",
"files": [
Expand All @@ -17,10 +17,10 @@
"homepage": "https://github.com/tgreyuk/typedoc-plugin-markdown/tree/master/packages/docusaurus-plugin-typedoc",
"peerDependencies": {
"typedoc": ">=0.23.0",
"typedoc-plugin-markdown": ">=3.13.0"
"typedoc-plugin-markdown": ">=4.0.0-next.0"
},
"devDependencies": {
"typedoc-plugin-markdown": "^3.13.0"
"typedoc-plugin-markdown": "^4.0.0-next.0"
},
"scripts": {
"lint": "eslint ./src --ext .ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/typedoc-plugin-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 4.0.0-next.0

### Major Changes

- Removal of handlebars.
- MDX 2 support as standard.
- Updated directory structure to follow the project module structure.
- Ability to choose which symbols should be rendered to a single doc, with the ability to add all symbols into single doc.
- Ability to choose between list/table styles.
- UI improvements.

## [3.13.4](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/[email protected]@3.13.4) (2022-07-20)

### Fixes
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": "3.13.4",
"version": "4.0.0-next.0",
"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 55289ba

Please sign in to comment.