Skip to content

Commit

Permalink
chore(release): publish v2.4.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 2, 2023
1 parent a5020fb commit 704808b
Show file tree
Hide file tree
Showing 27 changed files with 210 additions and 177 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages": ["mods/*"],
"version": "2.3.1",
"version": "2.4.0",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions mods/common/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mods/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@routr/common",
"version": "2.3.0",
"version": "2.4.0",
"description": "Common package",
"author": "Pedro Sanders <[email protected]>",
"homepage": "https://github.com/fonoster/routr#readme",
Expand Down
10 changes: 5 additions & 5 deletions mods/connect/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions mods/connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@routr/connect",
"version": "2.3.1",
"version": "2.4.0",
"description": "Default processor",
"author": "Pedro Sanders <[email protected]>",
"homepage": "https://github.com/fonoster/routr#readme",
Expand Down Expand Up @@ -28,9 +28,9 @@
"@opentelemetry/sdk-trace-base": "^1.0.4",
"@opentelemetry/sdk-trace-node": "^1.0.4",
"@opentelemetry/semantic-conventions": "^1.0.4",
"@routr/common": "^2.3.0",
"@routr/location": "^2.3.0",
"@routr/processor": "^2.3.0",
"@routr/common": "^2.4.0",
"@routr/location": "^2.4.0",
"@routr/processor": "^2.4.0",
"jsonwebtoken": "^9.0.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 704808b

Please sign in to comment.