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

Commit

Permalink
version change to 0.1.0-dev.1 (#110)
Browse files Browse the repository at this point in the history
* version change to 0.1.0-dev.1

* Updated Readme and changelog
  • Loading branch information
Shankar authored and Viv Rajkumar committed Aug 3, 2017
1 parent 5f059c8 commit 46d47b6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# Beaker Plugin SAFE Authenticator Change Log

## 0.1.0-dev.1

- Account info
- Pop up fixes
- Error popup doesn't close by clicking OK.
- Search icon on expanding push the app list down.
- Apps position keep changing on refresh. Sort apps by their names.
- Reduce header size
- The loading component overlay must have rounded edges
- Compatible with safe_authentocator 0.2.1
- Minor UI fixes
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ This project depends on [safe_client_libs](https://github.com/maidsafe/safe_clie
### Prerequisites

* Node.js 6.5.0 (we recommend installing it via [nvm](https://github.com/creationix/nvm))
* Rust stable (we recommend installing it from [rust-lang.org](https://www.rust-lang.org/en-US/))
* [Git](https://git-scm.com/)

1. Clone the project
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": "beaker-plugin-safe-authenticator",
"version": "0.1.0-dev.0",
"version": "0.1.0-dev.1",
"description": "SAFE Browser add-on for authenticating user to access SAFE Network",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 46d47b6

Please sign in to comment.