Skip to content

Commit

Permalink
v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev Dyne.org committed Oct 13, 2023
1 parent 798838e commit bdefa5e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
20 changes: 11 additions & 9 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "1.2.3",
"command": {
"publish": {
"conventionalCommits": true
}
},
"packages": ["pkg/*"],
"npmClient": "pnpm"
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "1.2.4",
"command": {
"publish": {
"conventionalCommits": true
}
},
"packages": [
"pkg/*"
],
"npmClient": "pnpm"
}
2 changes: 1 addition & 1 deletion pkg/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slangroom/http",
"version": "1.2.3",
"version": "1.2.4",
"dependencies": {
"@slangroom/core": "workspace:*",
"@slangroom/deps": "workspace:*",
Expand Down

0 comments on commit bdefa5e

Please sign in to comment.