Skip to content

Commit

Permalink
Merge pull request #20 from mangrovedao/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
maxencerb authored May 3, 2024
2 parents dbbc877 + e9d54ee commit d75f7b5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/perfect-pigs-repair.md

This file was deleted.

7 changes: 7 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mangrovedao/mgv

## 0.3.0

### Minor Changes

- 0fc1b02: Added routing logics
Added midPrice and spread calculation to getBook

## 0.2.2

### Patch Changes
Expand Down
15 changes: 12 additions & 3 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mangrovedao/mgv",
"description": "Utils and functions to interact with mangrove protocol",
"version": "0.2.2",
"version": "0.3.0",
"repository": {
"url": "https://github.com/mangrovedao/mgv"
},
Expand Down Expand Up @@ -64,8 +64,17 @@
},
"license": "MIT",
"homepage": "https://mangrove.exchange",
"authors": ["maxencerb.eth"],
"keywords": ["eth", "ethereum", "dapp", "mangrove", "order", "book"],
"authors": [
"maxencerb.eth"
],
"keywords": [
"eth",
"ethereum",
"dapp",
"mangrove",
"order",
"book"
],
"dependencies": {
"zod": "^3.22.4"
}
Expand Down

0 comments on commit d75f7b5

Please sign in to comment.