Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
neogeek committed Oct 13, 2022
1 parent 0665c71 commit f5c376e
Show file tree
Hide file tree
Showing 30 changed files with 60 additions and 53 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [v4.0.0-preview.18](https://github.com/docsbydoxdox/doxdox/tree/v4.0.0-preview.18) - (2022-10-13)

[Full Changelog](https://github.com/docsbydoxdox/doxdox/compare/v4.0.0-preview.17...v4.0.0-preview.18)

- [hotfix] Updated packages. [#209](https://github.com/docsbydoxdox/doxdox/pull/209)
- [hotfix] Add prototype support custom parser [#207](https://github.com/docsbydoxdox/doxdox/pull/207)

## [v4.0.0-preview.17](https://github.com/docsbydoxdox/doxdox/tree/v4.0.0-preview.17) - (2022-10-09)

[Full Changelog](https://github.com/docsbydoxdox/doxdox/compare/v4.0.0-preview.16...v4.0.0-preview.17)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ doxdox also features support for extendibility via custom plugins for both parsi
### Globally

```bash
$ npm install [email protected].17 -g
$ npm install [email protected].18 -g
```

### Locally

```bash
$ npm install [email protected].17 --save-dev
$ npm install [email protected].18 --save-dev
```

## Usage
Expand Down Expand Up @@ -160,7 +160,7 @@ Included Layouts:
For more information on NPM run scripts visit <https://docs.npmjs.com/cli/v8/commands/npm-run-script>.

```bash
$ npm install [email protected].17 --save-dev
$ npm install [email protected].18 --save-dev
```

```json
Expand Down
2 changes: 1 addition & 1 deletion packages/doxdox-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
## Install

```bash
$ npm install [email protected].17 --save-dev
$ npm install [email protected].18 --save-dev
```
12 changes: 6 additions & 6 deletions packages/doxdox-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "doxdox-cli",
"description": "CLI package for doxdox.",
"version": "4.0.0-preview.17",
"version": "4.0.0-preview.18",
"bin": {
"doxdox": "./dist/src/index.js"
},
Expand All @@ -12,11 +12,11 @@
"node": "^14.18.0 || ^16.10.0 || >=18.0.0"
},
"dependencies": {
"doxdox-core": "4.0.0-preview.17",
"doxdox-parser-jsdoc": "4.0.0-preview.17",
"doxdox-renderer-bootstrap": "4.0.0-preview.17",
"doxdox-renderer-json": "4.0.0-preview.17",
"doxdox-renderer-markdown": "4.0.0-preview.17",
"doxdox-core": "4.0.0-preview.18",
"doxdox-parser-jsdoc": "4.0.0-preview.18",
"doxdox-renderer-bootstrap": "4.0.0-preview.18",
"doxdox-renderer-json": "4.0.0-preview.18",
"doxdox-renderer-markdown": "4.0.0-preview.18",
"globby": "13.1.2",
"import-from": "4.0.0",
"parse-cmd-args": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/doxdox-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
## Install

```bash
$ npm install [email protected].17 [email protected].17 [email protected].17 --save-dev
$ npm install [email protected].18 [email protected].18 [email protected].18 --save-dev
```
2 changes: 1 addition & 1 deletion packages/doxdox-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "doxdox-core",
"description": "Core package for doxdox.",
"version": "4.0.0-preview.17",
"version": "4.0.0-preview.18",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/doxdox-parser-custom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
## Install

```bash
$ npm install [email protected].17 [email protected].17 --save-dev
$ npm install [email protected].18 [email protected].18 --save-dev
```
4 changes: 2 additions & 2 deletions packages/doxdox-parser-custom/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "doxdox-parser-custom",
"description": "Custom parser for doxdox",
"version": "4.0.0-preview.17",
"version": "4.0.0-preview.18",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
Expand All @@ -13,7 +13,7 @@
"super-regex": "0.2.0"
},
"peerDependencies": {
"doxdox-core": "4.0.0-preview.17"
"doxdox-core": "4.0.0-preview.18"
},
"peerDependenciesMeta": {
"doxdox-core": {
Expand Down
2 changes: 1 addition & 1 deletion packages/doxdox-parser-dox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
## Install

```bash
$ npm install [email protected].17 [email protected].17 --save-dev
$ npm install [email protected].18 [email protected].18 --save-dev
```
4 changes: 2 additions & 2 deletions packages/doxdox-parser-dox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "doxdox-parser-dox",
"description": "dox parser for doxdox",
"version": "4.0.0-preview.17",
"version": "4.0.0-preview.18",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
Expand All @@ -12,7 +12,7 @@
"dox": "1.0.0"
},
"peerDependencies": {
"doxdox-core": "4.0.0-preview.17"
"doxdox-core": "4.0.0-preview.18"
},
"peerDependenciesMeta": {
"doxdox-core": {
Expand Down
2 changes: 1 addition & 1 deletion packages/doxdox-parser-jsdoc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
## Install

```bash
$ npm install [email protected].17 [email protected].17 --save-dev
$ npm install [email protected].18 [email protected].18 --save-dev
```
4 changes: 2 additions & 2 deletions packages/doxdox-parser-jsdoc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "doxdox-parser-jsdoc",
"description": "JSDoc parser for doxdox",
"version": "4.0.0-preview.17",
"version": "4.0.0-preview.18",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
Expand All @@ -14,7 +14,7 @@
"temp": "0.9.4"
},
"peerDependencies": {
"doxdox-core": "4.0.0-preview.17"
"doxdox-core": "4.0.0-preview.18"
},
"peerDependenciesMeta": {
"doxdox-core": {
Expand Down
2 changes: 1 addition & 1 deletion packages/doxdox-parser-template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
## Install

```bash
$ npm install [email protected].17 [email protected].17 --save-dev
$ npm install [email protected].18 [email protected].18 --save-dev
```
4 changes: 2 additions & 2 deletions packages/doxdox-parser-template/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "doxdox-parser-template",
"description": "Example parser for doxdox",
"version": "4.0.0-preview.17",
"version": "4.0.0-preview.18",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"engines": {
"node": "^14.18.0 || ^16.10.0 || >=18.0.0"
},
"peerDependencies": {
"doxdox-core": "4.0.0-preview.17"
"doxdox-core": "4.0.0-preview.18"
},
"peerDependenciesMeta": {
"doxdox-core": {
Expand Down
2 changes: 1 addition & 1 deletion packages/doxdox-renderer-bootstrap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
## Install

```bash
$ npm install [email protected].17 [email protected].17 --save-dev
$ npm install [email protected].18 [email protected].18 --save-dev
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions packages/doxdox-renderer-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "doxdox-renderer-bootstrap",
"description": "Bootstrap renderer for doxdox.",
"version": "4.0.0-preview.17",
"version": "4.0.0-preview.18",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
Expand All @@ -14,7 +14,7 @@
"markdown-table": "3.0.2"
},
"peerDependencies": {
"doxdox-core": "4.0.0-preview.17"
"doxdox-core": "4.0.0-preview.18"
},
"peerDependenciesMeta": {
"doxdox-core": {
Expand Down
2 changes: 1 addition & 1 deletion packages/doxdox-renderer-dash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
## Install

```bash
$ npm install [email protected].17 [email protected].17 --save-dev
$ npm install [email protected].18 [email protected].18 --save-dev
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions packages/doxdox-renderer-dash/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "doxdox-renderer-dash",
"description": "Dash renderer for doxdox.",
"version": "4.0.0-preview.17",
"version": "4.0.0-preview.18",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
Expand All @@ -17,7 +17,7 @@
"temp": "0.9.4"
},
"peerDependencies": {
"doxdox-core": "4.0.0-preview.17"
"doxdox-core": "4.0.0-preview.18"
},
"peerDependenciesMeta": {
"doxdox-core": {
Expand Down
2 changes: 1 addition & 1 deletion packages/doxdox-renderer-github-wiki/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
## Install

```bash
$ npm install [email protected].17 [email protected].17 --save-dev
$ npm install [email protected].18 [email protected].18 --save-dev
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions packages/doxdox-renderer-github-wiki/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "doxdox-renderer-github-wiki",
"description": "GitHub Wiki renderer for doxdox.",
"version": "4.0.0-preview.17",
"version": "4.0.0-preview.18",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
Expand All @@ -13,7 +13,7 @@
"markdown-table": "3.0.2"
},
"peerDependencies": {
"doxdox-core": "4.0.0-preview.17"
"doxdox-core": "4.0.0-preview.18"
},
"peerDependenciesMeta": {
"doxdox-core": {
Expand Down
2 changes: 1 addition & 1 deletion packages/doxdox-renderer-json/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
## Install

```bash
$ npm install [email protected].17 [email protected].17 --save-dev
$ npm install [email protected].18 [email protected].18 --save-dev
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions packages/doxdox-renderer-json/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "doxdox-renderer-json",
"description": "JSON renderer for doxdox.",
"version": "4.0.0-preview.17",
"version": "4.0.0-preview.18",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"engines": {
"node": "^14.18.0 || ^16.10.0 || >=18.0.0"
},
"peerDependencies": {
"doxdox-core": "4.0.0-preview.17"
"doxdox-core": "4.0.0-preview.18"
},
"peerDependenciesMeta": {
"doxdox-core": {
Expand Down
2 changes: 1 addition & 1 deletion packages/doxdox-renderer-markdown/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
## Install

```bash
$ npm install [email protected].17 [email protected].17 --save-dev
$ npm install [email protected].18 [email protected].18 --save-dev
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions packages/doxdox-renderer-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "doxdox-renderer-markdown",
"description": "Markdown renderer for doxdox.",
"version": "4.0.0-preview.17",
"version": "4.0.0-preview.18",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
Expand All @@ -12,7 +12,7 @@
"markdown-table": "3.0.2"
},
"peerDependencies": {
"doxdox-core": "4.0.0-preview.17"
"doxdox-core": "4.0.0-preview.18"
},
"peerDependenciesMeta": {
"doxdox-core": {
Expand Down
2 changes: 1 addition & 1 deletion packages/doxdox-renderer-pdf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
## Install

```bash
$ npm install [email protected].17 [email protected].17 --save-dev
$ npm install [email protected].18 [email protected].18 --save-dev
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions packages/doxdox-renderer-pdf/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "doxdox-renderer-pdf",
"description": "PDF renderer for doxdox.",
"version": "4.0.0-preview.17",
"version": "4.0.0-preview.18",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
Expand All @@ -15,7 +15,7 @@
"markdown-table": "3.0.2"
},
"peerDependencies": {
"doxdox-core": "4.0.0-preview.17"
"doxdox-core": "4.0.0-preview.18"
},
"peerDependenciesMeta": {
"doxdox-core": {
Expand Down
2 changes: 1 addition & 1 deletion packages/doxdox-renderer-template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
## Install

```bash
$ npm install [email protected].17 [email protected].17 --save-dev
$ npm install [email protected].18 [email protected].18 --save-dev
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions packages/doxdox-renderer-template/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "doxdox-renderer-template",
"description": "Example renderer for doxdox.",
"version": "4.0.0-preview.17",
"version": "4.0.0-preview.18",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"engines": {
"node": "^14.18.0 || ^16.10.0 || >=18.0.0"
},
"peerDependencies": {
"doxdox-core": "4.0.0-preview.17"
"doxdox-core": "4.0.0-preview.18"
},
"peerDependenciesMeta": {
"doxdox-core": {
Expand Down
2 changes: 1 addition & 1 deletion packages/doxdox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
## Install

```bash
$ npm install [email protected].17 --save-dev
$ npm install [email protected].18 --save-dev
```
Loading

0 comments on commit f5c376e

Please sign in to comment.