Skip to content

Commit

Permalink
chore: version packages (#1)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## [email protected]

### Patch Changes

-
[`3849566`](3849566)
Thanks [@dalechyn](https://github.com/dalechyn)! - Simplified
`getPriceByPoolTokensAndFee` to `getPrice` without specifying the fee.

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 12, 2024
1 parent 3b9c581 commit 3f58aac
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-ways-remain.md

This file was deleted.

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

## 0.0.1

### Patch Changes

- [`3849566`](https://github.com/dalechyn/viem-quoter/commit/384956699c3cabc61cd254858eced3fe3cf4968a) Thanks [@dalechyn](https://github.com/dalechyn)! - Simplified `getPriceByPoolTokensAndFee` to `getPrice` without specifying the fee.
16 changes: 13 additions & 3 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "viem-quoter",
"description": "Quote prices of assets with viem",
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"main": "./_cjs/index.js",
"module": "./_esm/index.js",
Expand Down Expand Up @@ -36,6 +36,16 @@
"license": "MIT",
"homepage": "https://viem-quoter.vercel.app",
"repository": "dalechyn/viem-quoter",
"authors": ["dalechyn.eth"],
"keywords": ["eth", "ethereum", "dapps", "wallet", "web3", "quote", "price"]
"authors": [
"dalechyn.eth"
],
"keywords": [
"eth",
"ethereum",
"dapps",
"wallet",
"web3",
"quote",
"price"
]
}

0 comments on commit 3f58aac

Please sign in to comment.