Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
neogeek committed Apr 13, 2024
1 parent 21a64d5 commit a9ec4f4
Show file tree
Hide file tree
Showing 31 changed files with 97 additions and 89 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v4.0.0-preview.22](https://github.com/docsbydoxdox/doxdox/tree/v4.0.0-preview.22) - (2024-04-13)

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

- [hotfix] Updated packages. [#223](https://github.com/docsbydoxdox/doxdox/pull/223)
- [hotfix] Added node namespace to node packages. [#222](https://github.com/docsbydoxdox/doxdox/pull/222)
- [hotfix] Fixed issue resolving global packages on windows. [#221](https://github.com/docsbydoxdox/doxdox/pull/221)

## [v4.0.0-preview.21](https://github.com/docsbydoxdox/doxdox/tree/v4.0.0-preview.21) - (2024-04-13)

[Full Changelog](https://github.com/docsbydoxdox/doxdox/compare/v4.0.0-preview.20...v4.0.0-preview.21)
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].21 -g
$ npm install [email protected].22 -g
```

### Locally

```bash
$ npm install [email protected].21 --save-dev
$ npm install [email protected].22 --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].21 --save-dev
$ npm install [email protected].22 --save-dev
```

```json
Expand Down
72 changes: 36 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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].21 --save-dev
$ npm install [email protected].22 --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.21",
"version": "4.0.0-preview.22",
"bin": {
"doxdox": "./dist/src/index.js"
},
Expand All @@ -12,11 +12,11 @@
"node": ">=20"
},
"dependencies": {
"doxdox-core": "4.0.0-preview.21",
"doxdox-parser-jsdoc": "4.0.0-preview.21",
"doxdox-renderer-bootstrap": "4.0.0-preview.21",
"doxdox-renderer-json": "4.0.0-preview.21",
"doxdox-renderer-markdown": "4.0.0-preview.21",
"doxdox-core": "4.0.0-preview.22",
"doxdox-parser-jsdoc": "4.0.0-preview.22",
"doxdox-renderer-bootstrap": "4.0.0-preview.22",
"doxdox-renderer-json": "4.0.0-preview.22",
"doxdox-renderer-markdown": "4.0.0-preview.22",
"globby": "14.0.1",
"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].21 [email protected].21 [email protected].21 --save-dev
$ npm install [email protected].22 [email protected].22 [email protected].22 --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.21",
"version": "4.0.0-preview.22",
"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].21 [email protected].21 --save-dev
$ npm install [email protected].22 [email protected].22 --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.21",
"version": "4.0.0-preview.22",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
Expand All @@ -13,7 +13,7 @@
"super-regex": "1.0.0"
},
"peerDependencies": {
"doxdox-core": "4.0.0-preview.21"
"doxdox-core": "4.0.0-preview.22"
},
"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].21 [email protected].21 --save-dev
$ npm install [email protected].22 [email protected].22 --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.21",
"version": "4.0.0-preview.22",
"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.21"
"doxdox-core": "4.0.0-preview.22"
},
"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].21 [email protected].21 --save-dev
$ npm install [email protected].22 [email protected].22 --save-dev
```
Loading

0 comments on commit a9ec4f4

Please sign in to comment.