Skip to content

Commit

Permalink
Github CI build: __run_2 v5.0.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Oct 29, 2024
1 parent f03a453 commit a2bba63
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages": [
"packages/*"
],
"version": "4.3.1",
"version": "5.0.0",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/root",
"version": "4.3.1",
"version": "5.0.0",
"description": "Generate documentation in markdown for TypeScript API",
"main": "./src/index.js",
"bin": "./bin/tsdoc.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/ts-doc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/ts-doc",
"version": "4.3.1",
"version": "5.0.0",
"description": "Generate documentation in markdown for TypeScript API",
"main": "./src/index.js",
"bin": {
Expand Down Expand Up @@ -34,11 +34,11 @@
"fs-extra": "8.1.0",
"glob": "7.1.6",
"globby": "8.0.2",
"lodash": "^4.17.21",
"listr": "^0.14.3",
"lodash": "^4.17.21",
"normalize-path": "3.0.0",
"read-pkg-up": "7.0.0"
},
"devDependencies": {},
"peerDependencies": {}
}
}

0 comments on commit a2bba63

Please sign in to comment.