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 Sep 20, 2022
1 parent c035639 commit a25ba80
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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.15.1",
"version": "0.16.0",
"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.15.1",
"version": "0.16.0",
"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.15.1",
"@pidoc/core": "0.16.0",
"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.15.1",
"version": "0.16.0",
"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.15.1",
"version": "0.16.0",
"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 @@ -59,7 +59,7 @@
"homepage": "https://docs.piral.io",
"license": "MIT",
"dependencies": {
"@pidoc/components": "0.15.1",
"@pidoc/components": "0.16.0",
"chokidar": "^3.5.3",
"keyword-extractor": "0.0.20",
"markdown-it": "^12.0.6",
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.15.1",
"version": "0.16.0",
"description": "Example documentation page",
"scripts": {
"start": "pidoc debug",
Expand All @@ -12,6 +12,6 @@
"homepage": "https://docs.piral.io",
"license": "MIT",
"dependencies": {
"pidoc": "0.15.1"
"pidoc": "0.16.0"
}
}
6 changes: 3 additions & 3 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.15.1",
"version": "0.16.0",
"description": "Example documentation page",
"scripts": {
"start": "pidoc debug",
Expand All @@ -15,7 +15,7 @@
"name": "@pidoc/core"
},
"devDependencies": {
"@pidoc/example-app": "0.15.1",
"pidoc": "0.15.1"
"@pidoc/example-app": "0.16.0",
"pidoc": "0.16.0"
}
}

0 comments on commit a25ba80

Please sign in to comment.