Skip to content

Commit

Permalink
[skip ci] publish release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions-bot committed Dec 13, 2021
1 parent 360e6b4 commit 3a631ed
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.13.2",
"version": "0.13.3",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pidoc",
"version": "0.13.2",
"version": "0.13.3",
"description": "An advanced documentation generator supporting document aggregation.",
"scripts": {
"check": "tsc --noEmit"
Expand Down Expand Up @@ -29,7 +29,7 @@
"homepage": "https://docs.piral.io",
"license": "MIT",
"dependencies": {
"@pidoc/core": "0.13.2",
"@pidoc/core": "0.13.3",
"piral-cli": "latest",
"piral-cli-webpack5": "latest",
"piral-core": "latest",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pidoc/components",
"version": "0.13.2",
"version": "0.13.3",
"description": "Components for generating a dynamic documentation experience like for docs.piral.io.",
"main": "./src/index.ts",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pidoc/core",
"version": "0.13.2",
"version": "0.13.3",
"description": "Tools for generating a dynamic documentation experience like for docs.piral.io.",
"app": "./src/index.html",
"main": "./src/tools/index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"homepage": "https://docs.piral.io",
"license": "MIT",
"dependencies": {
"@pidoc/components": "0.13.2",
"@pidoc/components": "0.13.3",
"keyword-extractor": "0.0.20",
"markdown-it": "^12.0.6",
"markdown-it-abbr": "^1.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/example-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pidoc/example-app",
"private": true,
"version": "0.13.2",
"version": "0.13.3",
"description": "Example documentation page",
"scripts": {
"start": "pidoc debug",
Expand All @@ -12,6 +12,6 @@
"homepage": "https://docs.piral.io",
"license": "MIT",
"dependencies": {
"pidoc": "0.13.2"
"pidoc": "0.13.3"
}
}
4 changes: 2 additions & 2 deletions packages/example-doclet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pidoc/example-doclet",
"private": true,
"version": "0.13.2",
"version": "0.13.3",
"description": "Example documentation page",
"scripts": {
"start": "pidoc debug",
Expand All @@ -12,7 +12,7 @@
"homepage": "https://docs.piral.io",
"license": "MIT",
"dependencies": {
"pidoc": "0.13.2"
"pidoc": "0.13.3"
},
"piral": {
"name": "@pidoc/core"
Expand Down

0 comments on commit 3a631ed

Please sign in to comment.