Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
chore(release): 1.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
devinus committed Mar 20, 2018
1 parent b2894e0 commit 7684306
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

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.

<a name="1.0.0-beta.6"></a>
# [1.0.0-beta.6](https://github.com/nanocurrency/nano-desktop/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2018-03-20)


### Bug Fixes

* **account-address:** stop cutting out first character in the middle ([f6881e8](https://github.com/nanocurrency/nano-desktop/commit/f6881e8)), closes [#8](https://github.com/nanocurrency/nano-desktop/issues/8)
* **account-carousel:** properly show account card states as they load ([fc9083b](https://github.com/nanocurrency/nano-desktop/commit/fc9083b)), closes [#12](https://github.com/nanocurrency/nano-desktop/issues/12)
* **electron:** wait for node to become available before ready ([c129b9e](https://github.com/nanocurrency/nano-desktop/commit/c129b9e)), closes [#10](https://github.com/nanocurrency/nano-desktop/issues/10)
* **format-amount:** integer component must be at least 1 digit ([f384a2b](https://github.com/nanocurrency/nano-desktop/commit/f384a2b)), closes [#7](https://github.com/nanocurrency/nano-desktop/issues/7)
* **history:** fix history element spacing ([431a725](https://github.com/nanocurrency/nano-desktop/commit/431a725))
* **navbar-toggle:** fix mobile navbar toggle ([e8ae93a](https://github.com/nanocurrency/nano-desktop/commit/e8ae93a))
* **wallet-overview:** add media queries for small heights ([ad9e321](https://github.com/nanocurrency/nano-desktop/commit/ad9e321))


### Features

* **account-card:** add notification when account address copied ([ae90ba2](https://github.com/nanocurrency/nano-desktop/commit/ae90ba2)), closes [#9](https://github.com/nanocurrency/nano-desktop/issues/9)
* **account-card:** copy account address when clicked ([d32cf48](https://github.com/nanocurrency/nano-desktop/commit/d32cf48))
* **wallet-settings:** truncate representative address ([e17ff4f](https://github.com/nanocurrency/nano-desktop/commit/e17ff4f))



<a name="1.0.0-beta.5"></a>
# [1.0.0-beta.5](https://github.com/nanocurrency/nano-desktop/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2018-03-14)

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": "@nanocurrency/nano-desktop",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"productName": "Nano Desktop",
"description": "The official Nano wallet for desktop and web",
"license": "BSD-2-Clause",
Expand Down

0 comments on commit 7684306

Please sign in to comment.