Skip to content

Commit

Permalink
Merge pull request #22 from mangrovedao/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
maxencerb authored May 5, 2024
2 parents 574eba2 + f7b022b commit de4eb35
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/honest-books-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-toes-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-ads-roll.md

This file was deleted.

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

## 0.4.0

### Minor Changes

- 0ea39e9: Added general actions for balances and logic
- 0ea39e9: Add human readable prices conversions

### Patch Changes

- 0ea39e9: Added tickSpacing to tick lib

## 0.3.0

### Minor 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.3.0",
"version": "0.4.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 de4eb35

Please sign in to comment.