Skip to content

Commit

Permalink
publish sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Oct 9, 2024
1 parent 45f6e20 commit dc1495f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
"installConfig": {
"hoistingLimits": "workspaces"
}
}
}
2 changes: 1 addition & 1 deletion packages/deployments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zodiac-roles-deployments",
"version": "2.2.5",
"version": "2.2.6",
"license": "LGPL-3.0+",
"main": "build/cjs/index.js",
"module": "build/esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zodiac-roles-sdk",
"version": "2.14.2",
"version": "2.14.3",
"license": "LGPL-3.0+",
"main": "build/cjs/sdk/src/index.js",
"module": "build/esm/sdk/src/index.js",
Expand Down Expand Up @@ -108,4 +108,4 @@
"installConfig": {
"hoistingLimits": "workspaces"
}
}
}
2 changes: 1 addition & 1 deletion packages/subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
"installConfig": {
"hoistingLimits": "workspaces"
}
}
}

0 comments on commit dc1495f

Please sign in to comment.