Skip to content

Commit

Permalink
chore(release): 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fpbrault committed Aug 28, 2022
1 parent e451139 commit bc2dc24
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.4.2](https://github.com/fpbrault/stellar-aqua-amm-viewer/compare/v0.4.1...v0.4.2) (2022-08-28)


### Features

* 🎸 upgrade to react 18 ([c9861bf](https://github.com/fpbrault/stellar-aqua-amm-viewer/commit/c9861bfdbd936aba0c02858e24b9b63bc8b89146))


### Bug Fixes

* 🐛 fixes pool value calc for some pairs ([50c06a0](https://github.com/fpbrault/stellar-aqua-amm-viewer/commit/50c06a05d864c40bf9e2b7add25928fd7db1db27))
* 🐛 fixes pools with assets not in stellarterm missing ([1bf6816](https://github.com/fpbrault/stellar-aqua-amm-viewer/commit/1bf68167d79dd2c77252069055b610cf3b02124d))

### [0.4.1](https://github.com/fpbrault/stellar-aqua-amm-viewer/compare/v0.4.0...v0.4.1) (2022-01-14)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stellar-account-viewer",
"version": "0.4.1",
"version": "0.4.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

1 comment on commit bc2dc24

@vercel
Copy link

@vercel vercel bot commented on bc2dc24 Aug 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

stellar-aqua-amm-viewer – ./

stellar-aqua-amm-viewer-fpbrault.vercel.app
stellar-aqua-amm-viewer-git-main-fpbrault.vercel.app
amm.stellar.beign.es

Please sign in to comment.