Skip to content

Commit

Permalink
Bump to webdoc 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ShukantPal committed Jun 7, 2022
1 parent d20ba1d commit eb67225
Show file tree
Hide file tree
Showing 31 changed files with 160 additions and 45 deletions.
2 changes: 1 addition & 1 deletion .idea/codestream.xml

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

2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"definitionName": "lockStepVersion",
"policyName": "webdoc",
"version": "1.6.0",
"version": "1.6.1",
"nextBump": "patch"
}
]
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"url": "https://github.com/SukantPal/webdoc/issues"
},
"dependencies": {
"@webdoc/cli": "^1.6.0"
"@webdoc/cli": "^1.6.1"
},
"gitHead": "a2866c1a42f60180a74add7bc1b0f42d8bb16330",
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/webdoc-cli/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@webdoc/cli",
"entries": [
{
"version": "1.6.1",
"tag": "@webdoc/cli_v1.6.1",
"date": "Tue, 07 Jun 2022 02:12:51 GMT",
"comments": {}
},
{
"version": "1.6.0",
"tag": "@webdoc/cli_v1.6.0",
Expand Down
7 changes: 6 additions & 1 deletion packages/webdoc-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @webdoc/cli

This log was last generated on Mon, 06 Jun 2022 00:15:27 GMT and should not be manually modified.
This log was last generated on Tue, 07 Jun 2022 02:12:51 GMT and should not be manually modified.

## 1.6.1
Tue, 07 Jun 2022 02:12:51 GMT

*Version update only*

## 1.6.0
Mon, 06 Jun 2022 00:15:27 GMT
Expand Down
18 changes: 9 additions & 9 deletions packages/webdoc-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webdoc/cli",
"version": "1.6.0",
"version": "1.6.1",
"description": "CLI for @webdoc monorepo",
"bin": {
"webdoc": "./cli.js"
Expand Down Expand Up @@ -40,14 +40,14 @@
"url": "https://github.com/SukantPal/webdoc/issues"
},
"dependencies": {
"@webdoc/default-template": "^1.6.0",
"@webdoc/externalize": "^1.6.0",
"@webdoc/legacy-template": "^1.6.0",
"@webdoc/model": "^1.6.0",
"@webdoc/parser": "^1.6.0",
"@webdoc/plugin-markdown": "^1.6.0",
"@webdoc/template-library": "^1.6.0",
"@webdoc/types": "^1.6.0",
"@webdoc/default-template": "^1.6.1",
"@webdoc/externalize": "^1.6.1",
"@webdoc/legacy-template": "^1.6.1",
"@webdoc/model": "^1.6.1",
"@webdoc/parser": "^1.6.1",
"@webdoc/plugin-markdown": "^1.6.1",
"@webdoc/template-library": "^1.6.1",
"@webdoc/types": "^1.6.1",
"array.prototype.flatmap": "~1.2.3",
"fs-extra": "^9.0.1",
"globby": "11.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/webdoc-default-template/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@webdoc/default-template",
"entries": [
{
"version": "1.6.1",
"tag": "@webdoc/default-template_v1.6.1",
"date": "Tue, 07 Jun 2022 02:12:51 GMT",
"comments": {
"none": [
{
"comment": "Add a \"properties\" table for showing the subproperties of class members. Fixed pages for functions being generated without parameter or return data."
}
]
}
},
{
"version": "1.6.0",
"tag": "@webdoc/default-template_v1.6.0",
Expand Down
9 changes: 8 additions & 1 deletion packages/webdoc-default-template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @webdoc/default-template

This log was last generated on Mon, 06 Jun 2022 00:15:27 GMT and should not be manually modified.
This log was last generated on Tue, 07 Jun 2022 02:12:51 GMT and should not be manually modified.

## 1.6.1
Tue, 07 Jun 2022 02:12:51 GMT

### Updates

- Add a "properties" table for showing the subproperties of class members. Fixed pages for functions being generated without parameter or return data.

## 1.6.0
Mon, 06 Jun 2022 00:15:27 GMT
Expand Down
8 changes: 4 additions & 4 deletions packages/webdoc-default-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webdoc/default-template",
"version": "1.6.0",
"version": "1.6.1",
"description": "webdoc's default template",
"keywords": [
"webdoc",
Expand Down Expand Up @@ -41,9 +41,9 @@
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-react": "^7.10.1",
"@webdoc/model": "^1.6.0",
"@webdoc/template-library": "^1.6.0",
"@webdoc/types": "^1.6.0",
"@webdoc/model": "^1.6.1",
"@webdoc/template-library": "^1.6.1",
"@webdoc/types": "^1.6.1",
"code-prettify": "^0.1.0",
"fs-extra": "^9.0.1",
"highlight.js": "~10.7.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/webdoc-externalize/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@webdoc/externalize",
"entries": [
{
"version": "1.6.1",
"tag": "@webdoc/externalize_v1.6.1",
"date": "Tue, 07 Jun 2022 02:12:51 GMT",
"comments": {}
},
{
"version": "1.6.0",
"tag": "@webdoc/externalize_v1.6.0",
Expand Down
7 changes: 6 additions & 1 deletion packages/webdoc-externalize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @webdoc/externalize

This log was last generated on Mon, 06 Jun 2022 00:15:27 GMT and should not be manually modified.
This log was last generated on Tue, 07 Jun 2022 02:12:51 GMT and should not be manually modified.

## 1.6.1
Tue, 07 Jun 2022 02:12:51 GMT

*Version update only*

## 1.6.0
Mon, 06 Jun 2022 00:15:27 GMT
Expand Down
8 changes: 4 additions & 4 deletions packages/webdoc-externalize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webdoc/externalize",
"version": "1.6.0",
"version": "1.6.1",
"description": "Links your documentation to external APIs and vice versa!",
"keywords": [
"json",
Expand Down Expand Up @@ -38,8 +38,8 @@
},
"dependencies": {
"@babel/core": "^7.9.0",
"@webdoc/model": "^1.6.0",
"@webdoc/types": "^1.6.0",
"@webdoc/model": "^1.6.1",
"@webdoc/types": "^1.6.1",
"lodash": "^4.17.20"
},
"devDependencies": {
Expand All @@ -52,7 +52,7 @@
"@babel/register": "^7.9.0",
"@webdoc/babel-preset": "^1.0.0",
"@webdoc/eslint-config": "^1.0.0",
"@webdoc/parser": "^1.6.0",
"@webdoc/parser": "^1.6.1",
"chai": "~4.3.4",
"del": "5.1.0",
"eslint": "^6.8.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/webdoc-legacy-template/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@webdoc/legacy-template",
"entries": [
{
"version": "1.6.1",
"tag": "@webdoc/legacy-template_v1.6.1",
"date": "Tue, 07 Jun 2022 02:12:51 GMT",
"comments": {}
},
{
"version": "1.6.0",
"tag": "@webdoc/legacy-template_v1.6.0",
Expand Down
7 changes: 6 additions & 1 deletion packages/webdoc-legacy-template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @webdoc/legacy-template

This log was last generated on Mon, 06 Jun 2022 00:15:27 GMT and should not be manually modified.
This log was last generated on Tue, 07 Jun 2022 02:12:51 GMT and should not be manually modified.

## 1.6.1
Tue, 07 Jun 2022 02:12:51 GMT

*Version update only*

## 1.6.0
Mon, 06 Jun 2022 00:15:27 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/webdoc-legacy-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webdoc/legacy-template",
"version": "1.6.0",
"version": "1.6.1",
"description": "Port of the JSDoc default template to webdoc!",
"keywords": [
"webdoc",
Expand Down Expand Up @@ -40,8 +40,8 @@
"url": "https://github.com/SukantPal/webdoc/issues"
},
"dependencies": {
"@webdoc/model": "^1.6.0",
"@webdoc/template-library": "^1.6.0",
"@webdoc/model": "^1.6.1",
"@webdoc/template-library": "^1.6.1",
"bluebird": "^3.7.2",
"code-prettify": "^0.1.0",
"color-themes-for-google-code-prettify": "^2.0.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/webdoc-model/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@webdoc/model",
"entries": [
{
"version": "1.6.1",
"tag": "@webdoc/model_v1.6.1",
"date": "Tue, 07 Jun 2022 02:12:51 GMT",
"comments": {}
},
{
"version": "1.6.0",
"tag": "@webdoc/model_v1.6.0",
Expand Down
7 changes: 6 additions & 1 deletion packages/webdoc-model/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @webdoc/model

This log was last generated on Mon, 06 Jun 2022 00:15:27 GMT and should not be manually modified.
This log was last generated on Tue, 07 Jun 2022 02:12:51 GMT and should not be manually modified.

## 1.6.1
Tue, 07 Jun 2022 02:12:51 GMT

*Version update only*

## 1.6.0
Mon, 06 Jun 2022 00:15:27 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/webdoc-model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webdoc/model",
"version": "1.6.0",
"version": "1.6.1",
"description": "Doclet API for JavaScript",
"keywords": [
"doclet",
Expand Down Expand Up @@ -36,7 +36,7 @@
"url": "https://github.com/SukantPal/webdoc/issues"
},
"dependencies": {
"@webdoc/types": "^1.6.0",
"@webdoc/types": "^1.6.1",
"catharsis": "0.8.11",
"nanoid": "~3.1.16",
"taffydb": "2.7.3"
Expand Down
12 changes: 12 additions & 0 deletions packages/webdoc-parser/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@webdoc/parser",
"entries": [
{
"version": "1.6.1",
"tag": "@webdoc/parser_v1.6.1",
"date": "Tue, 07 Jun 2022 02:12:51 GMT",
"comments": {
"none": [
{
"comment": "Fix issues with documenting object properties with string literal keys. Fix parsing of standalone @function documentation comments."
}
]
}
},
{
"version": "1.6.0",
"tag": "@webdoc/parser_v1.6.0",
Expand Down
9 changes: 8 additions & 1 deletion packages/webdoc-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @webdoc/parser

This log was last generated on Mon, 06 Jun 2022 00:15:27 GMT and should not be manually modified.
This log was last generated on Tue, 07 Jun 2022 02:12:51 GMT and should not be manually modified.

## 1.6.1
Tue, 07 Jun 2022 02:12:51 GMT

### Updates

- Fix issues with documenting object properties with string literal keys. Fix parsing of standalone @function documentation comments.

## 1.6.0
Mon, 06 Jun 2022 00:15:27 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/webdoc-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webdoc/parser",
"version": "1.6.0",
"version": "1.6.1",
"description": "Doc-tree parser for JavaScript",
"keywords": [
"parser",
Expand Down Expand Up @@ -39,8 +39,8 @@
"@babel/parser": "^7.9.4",
"@babel/traverse": "7.9.5",
"@babel/types": "7.9.5",
"@webdoc/model": "^1.6.0",
"@webdoc/types": "^1.6.0",
"@webdoc/model": "^1.6.1",
"@webdoc/types": "^1.6.1",
"lodash": "^4.17.20",
"missionlog": "1.6.0",
"nanoid": "~3.1.16"
Expand Down
6 changes: 6 additions & 0 deletions packages/webdoc-plugin-markdown/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@webdoc/plugin-markdown",
"entries": [
{
"version": "1.6.1",
"tag": "@webdoc/plugin-markdown_v1.6.1",
"date": "Tue, 07 Jun 2022 02:12:51 GMT",
"comments": {}
},
{
"version": "1.6.0",
"tag": "@webdoc/plugin-markdown_v1.6.0",
Expand Down
7 changes: 6 additions & 1 deletion packages/webdoc-plugin-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @webdoc/plugin-markdown

This log was last generated on Mon, 06 Jun 2022 00:15:27 GMT and should not be manually modified.
This log was last generated on Tue, 07 Jun 2022 02:12:51 GMT and should not be manually modified.

## 1.6.1
Tue, 07 Jun 2022 02:12:51 GMT

*Version update only*

## 1.6.0
Mon, 06 Jun 2022 00:15:27 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/webdoc-plugin-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webdoc/plugin-markdown",
"version": "1.6.0",
"version": "1.6.1",
"description": "Use markdown syntax in your documentation",
"keywords": [
"webdoc",
Expand Down
6 changes: 6 additions & 0 deletions packages/webdoc-template-library/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@webdoc/template-library",
"entries": [
{
"version": "1.6.1",
"tag": "@webdoc/template-library_v1.6.1",
"date": "Tue, 07 Jun 2022 02:12:51 GMT",
"comments": {}
},
{
"version": "1.6.0",
"tag": "@webdoc/template-library_v1.6.0",
Expand Down
7 changes: 6 additions & 1 deletion packages/webdoc-template-library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @webdoc/template-library

This log was last generated on Mon, 06 Jun 2022 00:15:27 GMT and should not be manually modified.
This log was last generated on Tue, 07 Jun 2022 02:12:51 GMT and should not be manually modified.

## 1.6.1
Tue, 07 Jun 2022 02:12:51 GMT

*Version update only*

## 1.6.0
Mon, 06 Jun 2022 00:15:27 GMT
Expand Down
Loading

0 comments on commit eb67225

Please sign in to comment.