Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 1, 2024
1 parent 13631c8 commit a58c35f
Show file tree
Hide file tree
Showing 14 changed files with 63 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.4.0 (2024-08-01)

**Note:** Version bump only for package @morpho-org/sdks
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.3.9",
"version": "1.4.0",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 8 additions & 0 deletions packages/blue-api-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.4.0 (2024-08-01)

**Note:** Version bump only for package @morpho-org/blue-api-sdk
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.3.9",
"version": "1.4.0",
"author": "Morpho Association <contact@morpho.org>",
"main": "lib/index.js",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/blue-sdk-ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.4.0 (2024-08-01)

**Note:** Version bump only for package @morpho-org/blue-sdk-ethers
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.3.9",
"version": "1.4.0",
"author": "Morpho Association <contact@morpho.org>",
"license": "MIT",
"main": "lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/blue-sdk-viem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.4.0 (2024-08-01)

**Note:** Version bump only for package @morpho-org/blue-sdk-viem
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.3.9",
"version": "1.4.0",
"author": "Morpho Association <contact@morpho.org>",
"license": "MIT",
"main": "lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/blue-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.4.0 (2024-08-01)

**Note:** Version bump only for package @morpho-org/blue-sdk
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.3.9",
"version": "1.4.0",
"author": "Morpho Association <contact@morpho.org>",
"license": "MIT",
"main": "lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/morpho-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.4.0 (2024-08-01)

**Note:** Version bump only for package @morpho-org/morpho-test
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.3.9",
"version": "1.4.0",
"main": "lib/index.js",
"files": [
"lib"
Expand Down
8 changes: 8 additions & 0 deletions packages/morpho-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.4.0 (2024-08-01)

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

0 comments on commit a58c35f

Please sign in to comment.