Skip to content

Commit

Permalink
v1.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 29, 2024
1 parent 98606c1 commit a1d7b59
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "1.12.4",
"version": "1.12.5",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/blue-api-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpho-org/blue-api-sdk",
"version": "1.12.4",
"version": "1.12.5",
"author": "Morpho Association <[email protected]>",
"main": "src/index.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/blue-sdk-ethers-liquidation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpho-org/blue-sdk-ethers-liquidation",
"version": "1.12.4",
"version": "1.12.5",
"author": "Morpho Association <[email protected]>",
"main": "src/index.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/blue-sdk-ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpho-org/blue-sdk-ethers",
"version": "1.12.4",
"version": "1.12.5",
"author": "Morpho Association <[email protected]>",
"license": "MIT",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/blue-sdk-viem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpho-org/blue-sdk-viem",
"version": "1.12.4",
"version": "1.12.5",
"author": "Morpho Association <[email protected]>",
"license": "MIT",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/blue-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpho-org/blue-sdk",
"version": "1.12.4",
"version": "1.12.5",
"author": "Morpho Association <[email protected]>",
"license": "MIT",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/morpho-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpho-org/morpho-test",
"version": "1.12.4",
"version": "1.12.5",
"main": "src/index.ts",
"files": [
"lib"
Expand Down
2 changes: 1 addition & 1 deletion packages/morpho-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpho-org/morpho-ts",
"version": "1.12.4",
"version": "1.12.5",
"author": "Morpho Association <[email protected]>",
"license": "MIT",
"main": "src/index.ts",
Expand Down

0 comments on commit a1d7b59

Please sign in to comment.