Skip to content

Commit 2f91b93

Browse files
committed
Version bump.
1 parent 2ac206f commit 2f91b93

File tree

25 files changed

+48
-48
lines changed

25 files changed

+48
-48
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ doxdox also features support for extendibility via custom plugins for both parsi
4242
### Globally
4343

4444
```bash
45-
$ npm install [email protected].1 -g
45+
$ npm install [email protected].10 -g
4646
```
4747

4848
### Locally
4949

5050
```bash
51-
$ npm install [email protected].1 --save-dev
51+
$ npm install [email protected].10 --save-dev
5252
```
5353

5454
## Usage
@@ -159,13 +159,13 @@ Included Layouts:
159159
For more information on NPM run scripts visit <https://docs.npmjs.com/cli/v8/commands/npm-run-script>.
160160

161161
```bash
162-
$ npm install [email protected].1 --save-dev
162+
$ npm install [email protected].10 --save-dev
163163
```
164164

165165
```json
166166
{
167167
"devDependencies": {
168-
"doxdox": "4.0.0-preview.1"
168+
"doxdox": "4.0.0-preview.10"
169169
},
170170
"scripts": {
171171
"docs": "doxdox 'lib/**/*.js' --renderer markdown --output DOCUMENTATION.md"

packages/doxdox-cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
## Install
1010

1111
```bash
12-
$ npm install [email protected].1 --save-dev
12+
$ npm install [email protected].10 --save-dev
1313
```

packages/doxdox-cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "doxdox-cli",
33
"description": "CLI package for doxdox.",
4-
"version": "4.0.0-preview.9",
4+
"version": "4.0.0-preview.10",
55
"bin": {
66
"doxdox": "./dist/src/index.js"
77
},
@@ -12,11 +12,11 @@
1212
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
1313
},
1414
"dependencies": {
15-
"doxdox-core": "4.0.0-preview.9",
16-
"doxdox-parser-jsdoc": "4.0.0-preview.9",
17-
"doxdox-renderer-bootstrap": "4.0.0-preview.9",
18-
"doxdox-renderer-json": "4.0.0-preview.9",
19-
"doxdox-renderer-markdown": "4.0.0-preview.9",
15+
"doxdox-core": "4.0.0-preview.10",
16+
"doxdox-parser-jsdoc": "4.0.0-preview.10",
17+
"doxdox-renderer-bootstrap": "4.0.0-preview.10",
18+
"doxdox-renderer-json": "4.0.0-preview.10",
19+
"doxdox-renderer-markdown": "4.0.0-preview.10",
2020
"globby": "13.1.1",
2121
"import-from": "4.0.0",
2222
"parse-cmd-args": "4.0.0",

packages/doxdox-core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
## Install
1010

1111
```bash
12-
12+
$ npm install [email protected].10 [email protected].10 [email protected].10 --save-dev
1313
```

packages/doxdox-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "doxdox-core",
33
"description": "Core package for doxdox.",
4-
"version": "4.0.0-preview.9",
4+
"version": "4.0.0-preview.10",
55
"exports": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"type": "module",

packages/doxdox-parser-jsdoc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
## Install
1010

1111
```bash
12-
$ npm install [email protected].1 [email protected].1 --save-dev
12+
$ npm install [email protected].10 [email protected].10 --save-dev
1313
```

packages/doxdox-parser-jsdoc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "doxdox-parser-jsdoc",
33
"description": "JSDoc parser for doxdox",
4-
"version": "4.0.0-preview.9",
4+
"version": "4.0.0-preview.10",
55
"exports": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"type": "module",
@@ -14,7 +14,7 @@
1414
"temp": "0.9.4"
1515
},
1616
"peerDependencies": {
17-
"doxdox-core": "4.0.0-preview.9"
17+
"doxdox-core": "4.0.0-preview.10"
1818
},
1919
"peerDependenciesMeta": {
2020
"doxdox-core": {

packages/doxdox-parser-template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
## Install
1010

1111
```bash
12-
$ npm install [email protected].1 [email protected].1 --save-dev
12+
$ npm install [email protected].10 [email protected].10 --save-dev
1313
```

packages/doxdox-parser-template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "doxdox-parser-template",
33
"description": "Example parser for doxdox",
4-
"version": "4.0.0-preview.9",
4+
"version": "4.0.0-preview.10",
55
"exports": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"type": "module",
88
"engines": {
99
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
1010
},
1111
"peerDependencies": {
12-
"doxdox-core": "4.0.0-preview.9"
12+
"doxdox-core": "4.0.0-preview.10"
1313
},
1414
"peerDependenciesMeta": {
1515
"doxdox-core": {

packages/doxdox-renderer-bootstrap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
## Install
1010

1111
```bash
12-
$ npm install [email protected].1 [email protected].1 --save-dev
12+
$ npm install [email protected].10 [email protected].10 --save-dev
1313
```
1414

1515
## Usage

0 commit comments

Comments
 (0)