Skip to content

Commit 1e422d8

Browse files
Version Packages (next)
1 parent 9af7879 commit 1e422d8

File tree

9 files changed

+48
-15
lines changed

9 files changed

+48
-15
lines changed

.changeset/pre.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,22 @@
22
"mode": "pre",
33
"tag": "next",
44
"initialVersions": {
5-
"typedoc-plugin-markdown": "3.13.4"
5+
"typedoc-plugin-markdown": "3.13.4",
6+
"docusaurus-plugin-typedoc": "0.17.6",
7+
"typedoc-bitbucket-theme": "1.0.0",
8+
"typedoc-github-wiki-theme": "1.0.1",
9+
"typedoc-gitlab-wiki-theme": "1.0.0",
10+
"typedoc-hugo-theme": "1.0.0",
11+
"vuepress-plugin-typedoc": "0.11.1"
612
},
7-
"changesets": []
13+
"changesets": [
14+
"calm-dingos-sip",
15+
"chilly-carrots-beg",
16+
"cyan-news-explode",
17+
"khaki-maps-destroy",
18+
"late-apricots-smash",
19+
"neat-carrots-sparkle",
20+
"olive-boats-care",
21+
"serious-flies-teach"
22+
]
823
}

packages/docusaurus-plugin-typedoc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"homepage": "https://github.com/tgreyuk/typedoc-plugin-markdown/tree/master/packages/docusaurus-plugin-typedoc",
1818
"peerDependencies": {
1919
"typedoc": ">=0.23.0",
20-
"typedoc-plugin-markdown": ">=3.13.0"
20+
"typedoc-plugin-markdown": ">=4.0.0-next.0"
2121
},
2222
"devDependencies": {
23-
"typedoc-plugin-markdown": "^3.13.0"
23+
"typedoc-plugin-markdown": "^4.0.0-next.0"
2424
},
2525
"scripts": {
2626
"lint": "eslint ./src --ext .ts",

packages/typedoc-bitbucket-theme/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"license": "MIT",
2626
"peerDependencies": {
2727
"typedoc": ">=0.23.0",
28-
"typedoc-plugin-markdown": ">=3.13.0"
28+
"typedoc-plugin-markdown": ">=4.0.0-next.0"
2929
},
3030
"devDependencies": {
31-
"typedoc-plugin-markdown": "^3.13.0"
31+
"typedoc-plugin-markdown": "^4.0.0-next.0"
3232
},
3333
"keywords": [
3434
"typedoc-theme"

packages/typedoc-github-wiki-theme/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"license": "MIT",
2626
"peerDependencies": {
2727
"typedoc": ">=0.23.0",
28-
"typedoc-plugin-markdown": ">=3.13.0"
28+
"typedoc-plugin-markdown": ">=4.0.0-next.0"
2929
},
3030
"devDependencies": {
31-
"typedoc-plugin-markdown": "^3.13.0"
31+
"typedoc-plugin-markdown": "^4.0.0-next.0"
3232
},
3333
"keywords": [
3434
"typedoc",

packages/typedoc-gitlab-wiki-theme/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"license": "MIT",
2626
"peerDependencies": {
2727
"typedoc": ">=0.23.0",
28-
"typedoc-plugin-markdown": ">=3.13.0"
28+
"typedoc-plugin-markdown": ">=4.0.0-next.0"
2929
},
3030
"devDependencies": {
31-
"typedoc-plugin-markdown": "^3.13.0"
31+
"typedoc-plugin-markdown": "^4.0.0-next.0"
3232
},
3333
"keywords": [
3434
"typedoc",

packages/typedoc-hugo-theme/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"license": "MIT",
2626
"peerDependencies": {
2727
"typedoc": ">=0.23.0",
28-
"typedoc-plugin-markdown": ">=3.13.0"
28+
"typedoc-plugin-markdown": ">=4.0.0-next.0"
2929
},
3030
"devDependencies": {
31-
"typedoc-plugin-markdown": "^3.13.0"
31+
"typedoc-plugin-markdown": "^4.0.0-next.0"
3232
},
3333
"keywords": [
3434
"typedoc",

packages/typedoc-plugin-markdown/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Change Log
22

3+
## 4.0.0-next.0
4+
5+
### Major Changes
6+
7+
Removed Handlebars
8+
9+
### Patch Changes
10+
11+
Test message
12+
Test
13+
14+
- test issue #333
15+
Changes multilines
16+
More
17+
Test issue #333
18+
- test PR (#370)
19+
- test issue (#352)
20+
321
## [3.13.4](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/[email protected]@3.13.4) (2022-07-20)
422

523
### Fixes

packages/typedoc-plugin-markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typedoc-plugin-markdown",
3-
"version": "3.13.4",
3+
"version": "4.0.0-next.0",
44
"description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.",
55
"main": "dist/index.js",
66
"files": [

packages/vuepress-plugin-typedoc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
},
2828
"peerDependencies": {
2929
"typedoc": ">=0.23.0",
30-
"typedoc-plugin-markdown": ">=3.13.0"
30+
"typedoc-plugin-markdown": ">=4.0.0-next.0"
3131
},
3232
"devDependencies": {
33-
"typedoc-plugin-markdown": ">=3.13.0"
33+
"typedoc-plugin-markdown": ">=4.0.0-next.0"
3434
},
3535
"license": "MIT",
3636
"keywords": [

0 commit comments

Comments
 (0)