Skip to content

Commit

Permalink
Bump to webdoc 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ShukantPal committed Jun 6, 2022
1 parent 2e858cb commit 118cac2
Show file tree
Hide file tree
Showing 30 changed files with 143 additions and 44 deletions.
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.5.7",
"version": "1.6.0",
"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.5.7"
"@webdoc/cli": "^1.6.0"
},
"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.0",
"tag": "@webdoc/cli_v1.6.0",
"date": "Mon, 06 Jun 2022 00:15:27 GMT",
"comments": {}
},
{
"version": "1.5.7",
"tag": "@webdoc/cli_v1.5.7",
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 Sun, 20 Feb 2022 18:11:30 GMT and should not be manually modified.
This log was last generated on Mon, 06 Jun 2022 00:15:27 GMT and should not be manually modified.

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

*Version update only*

## 1.5.7
Sun, 20 Feb 2022 18:11:30 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.5.7",
"version": "1.6.0",
"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.5.7",
"@webdoc/externalize": "^1.5.7",
"@webdoc/legacy-template": "^1.5.7",
"@webdoc/model": "^1.5.7",
"@webdoc/parser": "^1.5.7",
"@webdoc/plugin-markdown": "^1.5.7",
"@webdoc/template-library": "^1.5.7",
"@webdoc/types": "^1.5.7",
"@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",
"array.prototype.flatmap": "~1.2.3",
"fs-extra": "^9.0.1",
"globby": "11.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/webdoc-default-template/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@webdoc/default-template",
"entries": [
{
"version": "1.6.0",
"tag": "@webdoc/default-template_v1.6.0",
"date": "Mon, 06 Jun 2022 00:15:27 GMT",
"comments": {}
},
{
"version": "1.5.7",
"tag": "@webdoc/default-template_v1.5.7",
Expand Down
7 changes: 6 additions & 1 deletion packages/webdoc-default-template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @webdoc/default-template

This log was last generated on Sun, 20 Feb 2022 18:11:30 GMT and should not be manually modified.
This log was last generated on Mon, 06 Jun 2022 00:15:27 GMT and should not be manually modified.

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

*Version update only*

## 1.5.7
Sun, 20 Feb 2022 18:11:30 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.5.7",
"version": "1.6.0",
"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.5.7",
"@webdoc/template-library": "^1.5.7",
"@webdoc/types": "^1.5.7",
"@webdoc/model": "^1.6.0",
"@webdoc/template-library": "^1.6.0",
"@webdoc/types": "^1.6.0",
"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.0",
"tag": "@webdoc/externalize_v1.6.0",
"date": "Mon, 06 Jun 2022 00:15:27 GMT",
"comments": {}
},
{
"version": "1.5.7",
"tag": "@webdoc/externalize_v1.5.7",
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 Sun, 20 Feb 2022 18:11:30 GMT and should not be manually modified.
This log was last generated on Mon, 06 Jun 2022 00:15:27 GMT and should not be manually modified.

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

*Version update only*

## 1.5.7
Sun, 20 Feb 2022 18:11:30 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.5.7",
"version": "1.6.0",
"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.5.7",
"@webdoc/types": "^1.5.7",
"@webdoc/model": "^1.6.0",
"@webdoc/types": "^1.6.0",
"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.5.7",
"@webdoc/parser": "^1.6.0",
"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.0",
"tag": "@webdoc/legacy-template_v1.6.0",
"date": "Mon, 06 Jun 2022 00:15:27 GMT",
"comments": {}
},
{
"version": "1.5.7",
"tag": "@webdoc/legacy-template_v1.5.7",
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 Sun, 20 Feb 2022 18:11:30 GMT and should not be manually modified.
This log was last generated on Mon, 06 Jun 2022 00:15:27 GMT and should not be manually modified.

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

*Version update only*

## 1.5.7
Sun, 20 Feb 2022 18:11:30 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.5.7",
"version": "1.6.0",
"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.5.7",
"@webdoc/template-library": "^1.5.7",
"@webdoc/model": "^1.6.0",
"@webdoc/template-library": "^1.6.0",
"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.0",
"tag": "@webdoc/model_v1.6.0",
"date": "Mon, 06 Jun 2022 00:15:27 GMT",
"comments": {}
},
{
"version": "1.5.7",
"tag": "@webdoc/model_v1.5.7",
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 Sun, 20 Feb 2022 18:11:30 GMT and should not be manually modified.
This log was last generated on Mon, 06 Jun 2022 00:15:27 GMT and should not be manually modified.

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

*Version update only*

## 1.5.7
Sun, 20 Feb 2022 18:11:30 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.5.7",
"version": "1.6.0",
"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.5.7",
"@webdoc/types": "^1.6.0",
"catharsis": "0.8.11",
"nanoid": "~3.1.16",
"taffydb": "2.7.3"
Expand Down
6 changes: 6 additions & 0 deletions packages/webdoc-parser/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@webdoc/parser",
"entries": [
{
"version": "1.6.0",
"tag": "@webdoc/parser_v1.6.0",
"date": "Mon, 06 Jun 2022 00:15:27 GMT",
"comments": {}
},
{
"version": "1.5.7",
"tag": "@webdoc/parser_v1.5.7",
Expand Down
7 changes: 6 additions & 1 deletion packages/webdoc-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @webdoc/parser

This log was last generated on Sun, 20 Feb 2022 18:11:30 GMT and should not be manually modified.
This log was last generated on Mon, 06 Jun 2022 00:15:27 GMT and should not be manually modified.

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

*Version update only*

## 1.5.7
Sun, 20 Feb 2022 18:11:30 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.5.7",
"version": "1.6.0",
"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.5.7",
"@webdoc/types": "^1.5.7",
"@webdoc/model": "^1.6.0",
"@webdoc/types": "^1.6.0",
"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.0",
"tag": "@webdoc/plugin-markdown_v1.6.0",
"date": "Mon, 06 Jun 2022 00:15:27 GMT",
"comments": {}
},
{
"version": "1.5.7",
"tag": "@webdoc/plugin-markdown_v1.5.7",
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 Sun, 20 Feb 2022 18:11:30 GMT and should not be manually modified.
This log was last generated on Mon, 06 Jun 2022 00:15:27 GMT and should not be manually modified.

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

*Version update only*

## 1.5.7
Sun, 20 Feb 2022 18:11:30 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.5.7",
"version": "1.6.0",
"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.0",
"tag": "@webdoc/template-library_v1.6.0",
"date": "Mon, 06 Jun 2022 00:15:27 GMT",
"comments": {}
},
{
"version": "1.5.7",
"tag": "@webdoc/template-library_v1.5.7",
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 Sun, 20 Feb 2022 18:11:30 GMT and should not be manually modified.
This log was last generated on Mon, 06 Jun 2022 00:15:27 GMT and should not be manually modified.

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

*Version update only*

## 1.5.7
Sun, 20 Feb 2022 18:11:30 GMT
Expand Down
8 changes: 4 additions & 4 deletions packages/webdoc-template-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webdoc/template-library",
"version": "1.5.7",
"version": "1.6.0",
"description": "Goodies for @webdoc template packages! See @webdoc/legacy-template for an example!",
"keywords": [
"webdoc",
Expand Down Expand Up @@ -40,9 +40,9 @@
"url": "https://github.com/SukantPal/webdoc/issues"
},
"dependencies": {
"@webdoc/externalize": "^1.5.7",
"@webdoc/model": "^1.5.7",
"@webdoc/types": "^1.5.7",
"@webdoc/externalize": "^1.6.0",
"@webdoc/model": "^1.6.0",
"@webdoc/types": "^1.6.0",
"catharsis": "0.8.11",
"fs-extra": "^9.0.1",
"git-branch": "2.0.1",
Expand Down
Loading

0 comments on commit 118cac2

Please sign in to comment.