Skip to content

Commit

Permalink
chore: version package (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 27, 2024
1 parent cd00ded commit c466e0e
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/hip-geckos-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-eggs-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-onions-sin.md

This file was deleted.

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

## 0.6.14

### Patch Changes

- cd00ded: Fix simulation types for account
- cd00ded: Change price naming to raw price in simulation
- cd00ded: Fix market order return type

## 0.6.13

### 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.6.13",
"version": "0.6.14",
"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 c466e0e

Please sign in to comment.