Skip to content

Commit 738eb35

Browse files
author
github-actions
committed
v1.4.4
1 parent 32a7366 commit 738eb35

File tree

14 files changed

+49
-7
lines changed

14 files changed

+49
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 1.4.4 (2024-08-05)
7+
8+
### Bug Fixes
9+
10+
* **ethers:** move to peer dependency ([32a7366](https://github.com/morpho-org/sdks/commit/32a7366e2a83a6a98bb0be69fc9d88f650174bf7))
11+
612
## 1.4.3 (2024-08-02)
713

814
**Note:** Version bump only for package @morpho-org/sdks

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"npmClient": "yarn",
55
"useWorkspaces": true
66
}

packages/blue-api-sdk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 1.4.4 (2024-08-05)
7+
8+
### Bug Fixes
9+
10+
* **ethers:** move to peer dependency ([32a7366](https://github.com/morpho-org/sdks/commit/32a7366e2a83a6a98bb0be69fc9d88f650174bf7))
11+
612
## 1.4.3 (2024-08-02)
713

814
**Note:** Version bump only for package @morpho-org/blue-api-sdk

packages/blue-api-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morpho-org/blue-api-sdk",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"author": "Morpho Association <[email protected]>",
55
"main": "src/index.ts",
66
"files": [

packages/blue-sdk-ethers/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 1.4.4 (2024-08-05)
7+
8+
### Bug Fixes
9+
10+
* **ethers:** move to peer dependency ([32a7366](https://github.com/morpho-org/sdks/commit/32a7366e2a83a6a98bb0be69fc9d88f650174bf7))
11+
612
## 1.4.3 (2024-08-02)
713

814
**Note:** Version bump only for package @morpho-org/blue-sdk-ethers

packages/blue-sdk-ethers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morpho-org/blue-sdk-ethers",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"author": "Morpho Association <[email protected]>",
55
"license": "MIT",
66
"main": "src/index.ts",

packages/blue-sdk-viem/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 1.4.4 (2024-08-05)
7+
8+
### Bug Fixes
9+
10+
* **ethers:** move to peer dependency ([32a7366](https://github.com/morpho-org/sdks/commit/32a7366e2a83a6a98bb0be69fc9d88f650174bf7))
11+
612
## 1.4.3 (2024-08-02)
713

814
**Note:** Version bump only for package @morpho-org/blue-sdk-viem

packages/blue-sdk-viem/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morpho-org/blue-sdk-viem",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"author": "Morpho Association <[email protected]>",
55
"license": "MIT",
66
"main": "src/index.ts",

packages/blue-sdk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 1.4.4 (2024-08-05)
7+
8+
### Bug Fixes
9+
10+
* **ethers:** move to peer dependency ([32a7366](https://github.com/morpho-org/sdks/commit/32a7366e2a83a6a98bb0be69fc9d88f650174bf7))
11+
612
## 1.4.3 (2024-08-02)
713

814
**Note:** Version bump only for package @morpho-org/blue-sdk

packages/blue-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morpho-org/blue-sdk",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"author": "Morpho Association <[email protected]>",
55
"license": "MIT",
66
"main": "src/index.ts",

0 commit comments

Comments
 (0)