Skip to content

Commit

Permalink
v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 26, 2024
1 parent 39c3228 commit c5fdf4b
Show file tree
Hide file tree
Showing 16 changed files with 56 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.11.0 (2024-09-26)

### Features

* **blue-sdk-ethers-liquidation:** INTEG-650 - add more margin to the initial start timestamp to avoid CI test errors ([39c3228](https://github.com/morpho-org/sdks/commit/39c32285ce4998b7925c96199f29140088878b0c))

## 1.10.4 (2024-09-23)

**Note:** Version bump only for package @morpho-org/sdks
Expand Down
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.10.4",
"version": "1.11.0",
"npmClient": "yarn",
"useWorkspaces": true
}
6 changes: 6 additions & 0 deletions packages/blue-api-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.11.0 (2024-09-26)

### Features

* **blue-sdk-ethers-liquidation:** INTEG-650 - add more margin to the initial start timestamp to avoid CI test errors ([39c3228](https://github.com/morpho-org/sdks/commit/39c32285ce4998b7925c96199f29140088878b0c))

## 1.10.4 (2024-09-23)

**Note:** Version bump only for package @morpho-org/blue-api-sdk
Expand Down
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.10.4",
"version": "1.11.0",
"author": "Morpho Association <contact@morpho.org>",
"main": "src/index.ts",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/blue-sdk-ethers-liquidation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.11.0 (2024-09-26)

### Features

* **blue-sdk-ethers-liquidation:** INTEG-650 - add more margin to the initial start timestamp to avoid CI test errors ([39c3228](https://github.com/morpho-org/sdks/commit/39c32285ce4998b7925c96199f29140088878b0c))

## 1.10.4 (2024-09-23)

**Note:** Version bump only for package @morpho-org/blue-sdk-ethers-liquidation
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.10.4",
"version": "1.11.0",
"author": "Morpho Association <contact@morpho.org>",
"main": "src/index.ts",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/blue-sdk-ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.11.0 (2024-09-26)

### Features

* **blue-sdk-ethers-liquidation:** INTEG-650 - add more margin to the initial start timestamp to avoid CI test errors ([39c3228](https://github.com/morpho-org/sdks/commit/39c32285ce4998b7925c96199f29140088878b0c))

## 1.10.4 (2024-09-23)

**Note:** Version bump only for package @morpho-org/blue-sdk-ethers
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.10.4",
"version": "1.11.0",
"author": "Morpho Association <contact@morpho.org>",
"license": "MIT",
"main": "src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/blue-sdk-viem/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.11.0 (2024-09-26)

### Features

* **blue-sdk-ethers-liquidation:** INTEG-650 - add more margin to the initial start timestamp to avoid CI test errors ([39c3228](https://github.com/morpho-org/sdks/commit/39c32285ce4998b7925c96199f29140088878b0c))

## 1.10.4 (2024-09-23)

**Note:** Version bump only for package @morpho-org/blue-sdk-viem
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.10.4",
"version": "1.11.0",
"author": "Morpho Association <contact@morpho.org>",
"license": "MIT",
"main": "src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/blue-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.11.0 (2024-09-26)

### Features

* **blue-sdk-ethers-liquidation:** INTEG-650 - add more margin to the initial start timestamp to avoid CI test errors ([39c3228](https://github.com/morpho-org/sdks/commit/39c32285ce4998b7925c96199f29140088878b0c))

## 1.10.4 (2024-09-23)

**Note:** Version bump only for package @morpho-org/blue-sdk
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.10.4",
"version": "1.11.0",
"author": "Morpho Association <contact@morpho.org>",
"license": "MIT",
"main": "src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/morpho-test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.11.0 (2024-09-26)

### Features

* **blue-sdk-ethers-liquidation:** INTEG-650 - add more margin to the initial start timestamp to avoid CI test errors ([39c3228](https://github.com/morpho-org/sdks/commit/39c32285ce4998b7925c96199f29140088878b0c))

## 1.10.4 (2024-09-23)

**Note:** Version bump only for package @morpho-org/morpho-test
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.10.4",
"version": "1.11.0",
"main": "src/index.ts",
"files": [
"lib"
Expand Down
6 changes: 6 additions & 0 deletions packages/morpho-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.11.0 (2024-09-26)

### Features

* **blue-sdk-ethers-liquidation:** INTEG-650 - add more margin to the initial start timestamp to avoid CI test errors ([39c3228](https://github.com/morpho-org/sdks/commit/39c32285ce4998b7925c96199f29140088878b0c))

## 1.10.4 (2024-09-23)

**Note:** Version bump only for package @morpho-org/morpho-ts
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.10.4",
"version": "1.11.0",
"author": "Morpho Association <contact@morpho.org>",
"license": "MIT",
"main": "src/index.ts",
Expand Down

0 comments on commit c5fdf4b

Please sign in to comment.