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 Apr 26, 2024
1 parent 96bdb40 commit f5df6d7
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
@@ -1,5 +1,5 @@
{
"version": "0.18.1",
"version": "0.18.2",
"npmClient": "yarn",
"command": {
"publish": {
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.18.1",
"version": "0.18.2",
"description": "An advanced documentation generator supporting document aggregation.",
"scripts": {
"check": "tsc --noEmit"
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"license": "MIT",
"dependencies": {
"@pidoc/core": "0.18.1",
"@pidoc/core": "0.18.2",
"piral-cli": "1.5.4",
"piral-cli-webpack5": "1.5.4",
"piral-core": "1.5.4",
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.18.1",
"version": "0.18.2",
"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.18.1",
"version": "0.18.2",
"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 @@ -49,7 +49,7 @@
"license": "MIT",
"dependencies": {
"@asciidoctor/core": "^3.0.4",
"@pidoc/components": "0.18.1",
"@pidoc/components": "0.18.2",
"chokidar": "^3.6.0",
"keyword-extractor": "0.0.28",
"markdown-it": "^14.1.0",
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.18.1",
"version": "0.18.2",
"description": "Example documentation page",
"scripts": {
"start": "pidoc debug",
Expand All @@ -19,6 +19,6 @@
"homepage": "https://pidoc.js.org",
"license": "MIT",
"dependencies": {
"pidoc": "0.18.1"
"pidoc": "0.18.2"
}
}
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.18.1",
"version": "0.18.2",
"description": "Example documentation page",
"scripts": {
"start": "pidoc debug",
Expand All @@ -22,7 +22,7 @@
"name": "@pidoc/core"
},
"devDependencies": {
"@pidoc/example-app": "0.18.1",
"pidoc": "0.18.1"
"@pidoc/example-app": "0.18.2",
"pidoc": "0.18.2"
}
}

0 comments on commit f5df6d7

Please sign in to comment.