Skip to content

Commit

Permalink
Bump version to 1.5.0 (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
filippsen authored Jan 14, 2019
1 parent 5333dc0 commit f33b315
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Superblocks Lab - Change log

## [1.5.0]

+ Addition: New copy to clipboard button in account selector #314
+ Addition: New project sharing through unique URL using IPFS #252
* Improvement: New Preview panel replacing Show Preview app window #311
* Change: Use yarn instead of make for building #330
* Fix: Unable to run yarn start #292
* Fix: Account Edit failure due to EVM not being ready #325
* Fix: Missing Origin Validation vulnerability in webpack-dev-server #329
* Fix: Left panel editor window not resizing #333
* Fix: Dropdown buttons won't toggle on click #61
* Fix: Unable to run newly rebuilt EVM due to uncaught type error #343
* Fix: getTransactionCount return value to comply with the specification #341
* Removal: Unused sass package #222
* Removal: Initial splash screen is no more #332


## [1.4.3]

* Change: ORIGIN variable in the make file #323
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"display": "standalone",
"orientation": "portrait",
"icons": [ ],
"version": "1.4.3"
"version": "1.5.0"
}
2 changes: 1 addition & 1 deletion src/reducers/app.reducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// along with Superblocks Lab. If not, see <http://www.gnu.org/licenses/>.

export const initialState = {
version: '1.4.3',
version: '1.5.0',
};

export default function appReducer(state = initialState, action) {
Expand Down

0 comments on commit f33b315

Please sign in to comment.