Skip to content

Commit

Permalink
chore(v2/main): release 1.4.0-staging
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 6, 2022
1 parent 1090ad5 commit f30a36d
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [1.4.0-staging](https://github.com/ndau/blockchain-explorer/compare/v1.3.0-staging...v1.4.0-staging) (2022-10-06)


### Features

* add basic bookmark ([b38aa40](https://github.com/ndau/blockchain-explorer/commit/b38aa40cb31acd76c057119f2d1d490b04c429f2))
* add bookmark functionality ([c739f44](https://github.com/ndau/blockchain-explorer/commit/c739f442e0842590ef77158e1fc4487e87323a8e))
* add bookmark functionality ([4f5c54a](https://github.com/ndau/blockchain-explorer/commit/4f5c54ae2e47ddcfd927ad9607d1672fa542055d))
* add bookmark functionality ([1386e56](https://github.com/ndau/blockchain-explorer/commit/1386e5638d2775877e64f4f5961adc48279175ea))


### Bug Fixes

* added ndau nodes endpoint ([8f4c6ac](https://github.com/ndau/blockchain-explorer/commit/8f4c6accca5fa465b6369ed01433b1b575d57649))
* fix account transaction not filtering by type ([7e6b2f9](https://github.com/ndau/blockchain-explorer/commit/7e6b2f9b49ad9a6d1b6b09312ba08ca515f8db1c))
* fix loading spinner not showing on filter ([7e6b2f9](https://github.com/ndau/blockchain-explorer/commit/7e6b2f9b49ad9a6d1b6b09312ba08ca515f8db1c))
* fix navbar width ([ce84bd7](https://github.com/ndau/blockchain-explorer/commit/ce84bd7ca204db5b17495e5317ee44a519d16cda))
* fixes in login functionality ([2a61349](https://github.com/ndau/blockchain-explorer/commit/2a61349d507746981122c55b71184eb60f1eb3f3))
* update about us link and loginpage text ([1090ad5](https://github.com/ndau/blockchain-explorer/commit/1090ad538b56f53063b0c20d0c7d148092c0fa5d))


### Performance Improvements

* improve performance in login flow ([2a61349](https://github.com/ndau/blockchain-explorer/commit/2a61349d507746981122c55b71184eb60f1eb3f3))

## [1.3.0-staging](https://github.com/ndau/blockchain-explorer/compare/v1.2.0-staging...v1.3.0-staging) (2022-07-29)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockchain-explorer",
"version": "1.3.0-staging",
"version": "1.4.0-staging",
"private": true,
"dependencies": {
"axios": "^0.27.2",
Expand Down

0 comments on commit f30a36d

Please sign in to comment.