Skip to content

Commit

Permalink
Bump to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ShukantPal committed Aug 27, 2022
1 parent 4a699de commit dfe8aca
Show file tree
Hide file tree
Showing 35 changed files with 182 additions and 53 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": "2.1.0",
"version": "2.1.1",
"nextBump": "patch",
"includeEmailInChangeFile": true
}
Expand Down
6 changes: 6 additions & 0 deletions core/webdoc-cli/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@webdoc/cli",
"entries": [
{
"version": "2.1.1",
"tag": "@webdoc/cli_v2.1.1",
"date": "Sat, 27 Aug 2022 09:27:43 GMT",
"comments": {}
},
{
"version": "2.1.0",
"tag": "@webdoc/cli_v2.1.0",
Expand Down
7 changes: 6 additions & 1 deletion core/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 Fri, 26 Aug 2022 09:26:31 GMT and should not be manually modified.
This log was last generated on Sat, 27 Aug 2022 09:27:43 GMT and should not be manually modified.

## 2.1.1
Sat, 27 Aug 2022 09:27:43 GMT

_Version update only_

## 2.1.0
Fri, 26 Aug 2022 09:26:31 GMT
Expand Down
20 changes: 10 additions & 10 deletions core/webdoc-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webdoc/cli",
"version": "2.1.0",
"version": "2.1.1",
"description": "CLI for @webdoc monorepo",
"bin": {
"webdoc": "./cli.js"
Expand Down Expand Up @@ -42,15 +42,15 @@
"dependencies": {
"@sentry/node": "7.2.0",
"@sentry/integrations": "7.2.0",
"@webdoc/default-template": "^2.1.0",
"@webdoc/externalize": "^2.1.0",
"@webdoc/legacy-template": "^2.1.0",
"@webdoc/model": "^2.1.0",
"@webdoc/language-babel": "^2.1.0",
"@webdoc/language-parser": "^2.1.0",
"@webdoc/plugin-markdown": "^2.1.0",
"@webdoc/template-library": "^2.1.0",
"@webdoc/types": "^2.1.0",
"@webdoc/default-template": "^2.1.1",
"@webdoc/externalize": "^2.1.1",
"@webdoc/legacy-template": "^2.1.1",
"@webdoc/model": "^2.1.1",
"@webdoc/language-babel": "^2.1.1",
"@webdoc/language-parser": "^2.1.1",
"@webdoc/plugin-markdown": "^2.1.1",
"@webdoc/template-library": "^2.1.1",
"@webdoc/types": "^2.1.1",
"array.prototype.flatmap": "~1.2.3",
"fs-extra": "^9.0.1",
"globby": "11.0.0",
Expand Down
12 changes: 12 additions & 0 deletions core/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": "2.1.1",
"tag": "@webdoc/default-template_v2.1.1",
"date": "Sat, 27 Aug 2022 09:27:43 GMT",
"comments": {
"none": [
{
"comment": "Fix \"body\" tag misplaced in HTML layout"
}
]
}
},
{
"version": "2.1.0",
"tag": "@webdoc/default-template_v2.1.0",
Expand Down
9 changes: 8 additions & 1 deletion core/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 Fri, 26 Aug 2022 09:26:31 GMT and should not be manually modified.
This log was last generated on Sat, 27 Aug 2022 09:27:43 GMT and should not be manually modified.

## 2.1.1
Sat, 27 Aug 2022 09:27:43 GMT

### Updates

- Fix "body" tag misplaced in HTML layout

## 2.1.0
Fri, 26 Aug 2022 09:26:31 GMT
Expand Down
8 changes: 4 additions & 4 deletions core/webdoc-default-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webdoc/default-template",
"version": "2.1.0",
"version": "2.1.1",
"description": "webdoc's default template",
"keywords": [
"webdoc",
Expand Down Expand Up @@ -42,9 +42,9 @@
"dependencies": {
"@babel/core": "7.18.5",
"@babel/preset-react": "^7.10.1",
"@webdoc/model": "^2.1.0",
"@webdoc/template-library": "^2.1.0",
"@webdoc/types": "^2.1.0",
"@webdoc/model": "^2.1.1",
"@webdoc/template-library": "^2.1.1",
"@webdoc/types": "^2.1.1",
"code-prettify": "^0.1.0",
"fs-extra": "^9.0.1",
"highlight.js": "~10.7.2",
Expand Down
6 changes: 6 additions & 0 deletions core/webdoc-externalize/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@webdoc/externalize",
"entries": [
{
"version": "2.1.1",
"tag": "@webdoc/externalize_v2.1.1",
"date": "Sat, 27 Aug 2022 09:27:43 GMT",
"comments": {}
},
{
"version": "2.1.0",
"tag": "@webdoc/externalize_v2.1.0",
Expand Down
7 changes: 6 additions & 1 deletion core/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 Fri, 26 Aug 2022 09:26:31 GMT and should not be manually modified.
This log was last generated on Sat, 27 Aug 2022 09:27:43 GMT and should not be manually modified.

## 2.1.1
Sat, 27 Aug 2022 09:27:43 GMT

_Version update only_

## 2.1.0
Fri, 26 Aug 2022 09:26:31 GMT
Expand Down
6 changes: 3 additions & 3 deletions core/webdoc-externalize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webdoc/externalize",
"version": "2.1.0",
"version": "2.1.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.18.5",
"@webdoc/model": "^2.1.0",
"@webdoc/types": "^2.1.0",
"@webdoc/model": "^2.1.1",
"@webdoc/types": "^2.1.1",
"lodash": "^4.17.20",
"@babel/plugin-proposal-class-properties": "7.17.12",
"@babel/plugin-transform-flow-comments": "7.17.12"
Expand Down
6 changes: 6 additions & 0 deletions core/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": "2.1.1",
"tag": "@webdoc/legacy-template_v2.1.1",
"date": "Sat, 27 Aug 2022 09:27:43 GMT",
"comments": {}
},
{
"version": "2.1.0",
"tag": "@webdoc/legacy-template_v2.1.0",
Expand Down
7 changes: 6 additions & 1 deletion core/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 Fri, 26 Aug 2022 09:26:31 GMT and should not be manually modified.
This log was last generated on Sat, 27 Aug 2022 09:27:43 GMT and should not be manually modified.

## 2.1.1
Sat, 27 Aug 2022 09:27:43 GMT

_Version update only_

## 2.1.0
Fri, 26 Aug 2022 09:26:31 GMT
Expand Down
6 changes: 3 additions & 3 deletions core/webdoc-legacy-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webdoc/legacy-template",
"version": "2.1.0",
"version": "2.1.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": "^2.1.0",
"@webdoc/template-library": "^2.1.0",
"@webdoc/model": "^2.1.1",
"@webdoc/template-library": "^2.1.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 core/webdoc-model/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@webdoc/model",
"entries": [
{
"version": "2.1.1",
"tag": "@webdoc/model_v2.1.1",
"date": "Sat, 27 Aug 2022 09:27:43 GMT",
"comments": {}
},
{
"version": "2.1.0",
"tag": "@webdoc/model_v2.1.0",
Expand Down
7 changes: 6 additions & 1 deletion core/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 Fri, 26 Aug 2022 09:26:31 GMT and should not be manually modified.
This log was last generated on Sat, 27 Aug 2022 09:27:43 GMT and should not be manually modified.

## 2.1.1
Sat, 27 Aug 2022 09:27:43 GMT

_Version update only_

## 2.1.0
Fri, 26 Aug 2022 09:26:31 GMT
Expand Down
4 changes: 2 additions & 2 deletions core/webdoc-model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webdoc/model",
"version": "2.1.0",
"version": "2.1.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": "^2.1.0",
"@webdoc/types": "^2.1.1",
"catharsis": "0.8.11",
"nanoid": "~3.1.16",
"taffydb": "2.7.3",
Expand Down
6 changes: 6 additions & 0 deletions core/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": "2.1.1",
"tag": "@webdoc/plugin-markdown_v2.1.1",
"date": "Sat, 27 Aug 2022 09:27:43 GMT",
"comments": {}
},
{
"version": "2.1.0",
"tag": "@webdoc/plugin-markdown_v2.1.0",
Expand Down
7 changes: 6 additions & 1 deletion core/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 Fri, 26 Aug 2022 09:26:31 GMT and should not be manually modified.
This log was last generated on Sat, 27 Aug 2022 09:27:43 GMT and should not be manually modified.

## 2.1.1
Sat, 27 Aug 2022 09:27:43 GMT

_Version update only_

## 2.1.0
Fri, 26 Aug 2022 09:26:31 GMT
Expand Down
2 changes: 1 addition & 1 deletion core/webdoc-plugin-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webdoc/plugin-markdown",
"version": "2.1.0",
"version": "2.1.1",
"description": "Use markdown syntax in your documentation",
"keywords": [
"webdoc",
Expand Down
6 changes: 6 additions & 0 deletions core/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": "2.1.1",
"tag": "@webdoc/template-library_v2.1.1",
"date": "Sat, 27 Aug 2022 09:27:43 GMT",
"comments": {}
},
{
"version": "2.1.0",
"tag": "@webdoc/template-library_v2.1.0",
Expand Down
7 changes: 6 additions & 1 deletion core/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 Fri, 26 Aug 2022 09:26:31 GMT and should not be manually modified.
This log was last generated on Sat, 27 Aug 2022 09:27:43 GMT and should not be manually modified.

## 2.1.1
Sat, 27 Aug 2022 09:27:43 GMT

_Version update only_

## 2.1.0
Fri, 26 Aug 2022 09:26:31 GMT
Expand Down
8 changes: 4 additions & 4 deletions core/webdoc-template-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webdoc/template-library",
"version": "2.1.0",
"version": "2.1.1",
"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": "^2.1.0",
"@webdoc/model": "^2.1.0",
"@webdoc/types": "^2.1.0",
"@webdoc/externalize": "^2.1.1",
"@webdoc/model": "^2.1.1",
"@webdoc/types": "^2.1.1",
"catharsis": "0.8.11",
"fs-extra": "^9.0.1",
"@fork-of/git-branch": "2.1.1",
Expand Down
6 changes: 6 additions & 0 deletions core/webdoc-types/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@webdoc/types",
"entries": [
{
"version": "2.1.1",
"tag": "@webdoc/types_v2.1.1",
"date": "Sat, 27 Aug 2022 09:27:43 GMT",
"comments": {}
},
{
"version": "2.1.0",
"tag": "@webdoc/types_v2.1.0",
Expand Down
7 changes: 6 additions & 1 deletion core/webdoc-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @webdoc/types

This log was last generated on Fri, 26 Aug 2022 09:26:31 GMT and should not be manually modified.
This log was last generated on Sat, 27 Aug 2022 09:27:43 GMT and should not be manually modified.

## 2.1.1
Sat, 27 Aug 2022 09:27:43 GMT

_Version update only_

## 2.1.0
Fri, 26 Aug 2022 09:26:31 GMT
Expand Down
2 changes: 1 addition & 1 deletion core/webdoc-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webdoc/types",
"version": "2.1.0",
"version": "2.1.1",
"description": "Type definitions for @webdoc/model",
"keywords": [
"flow",
Expand Down
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": "^2.1.0",
"@webdoc/cli": "^2.1.1",
"@babel/plugin-proposal-class-properties": "7.17.12",
"@babel/plugin-transform-flow-comments": "7.17.12"
},
Expand Down
6 changes: 6 additions & 0 deletions language/language-babel/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@webdoc/language-babel",
"entries": [
{
"version": "2.1.1",
"tag": "@webdoc/language-babel_v2.1.1",
"date": "Sat, 27 Aug 2022 09:27:43 GMT",
"comments": {}
},
{
"version": "2.1.0",
"tag": "@webdoc/language-babel_v2.1.0",
Expand Down
Loading

0 comments on commit dfe8aca

Please sign in to comment.