Skip to content

Commit

Permalink
Merge pull request #9 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 49a674d + 3346384 commit e0d3888
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/moody-pants-clean.md

This file was deleted.

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

## 0.1.1

### Patch Changes

- a0eb0a9: Fixed negative tick calculation

## 0.1.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.1.0",
"version": "0.1.1",
"repository": {
"url": "https://github.com/mangrovedao/mgv"
},
Expand Down Expand Up @@ -59,8 +59,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 e0d3888

Please sign in to comment.