Skip to content

Commit

Permalink
[WIP] Bump version to 1.7.0 (#402)
Browse files Browse the repository at this point in the history
Bump version to 1.7.0
  • Loading branch information
filippsen authored Mar 25, 2019
1 parent 63438c6 commit 1553091
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 5 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Superblocks Lab - Change log

## [1.7.0]

+ Addition: TypeScript support #342
+ Addition: Enable arrays as constructor input #185
+ Addition: Left panel #362
+ Addition: Add social media tags #382
* Improvement: Pane's tab style #361
* Improvement: Improve responsiveness to work on smaller devices #255
* Improvement: Better UX for users with smaller device #300
* Improvement: Better UX when Lab is embedded into iframe #300
* Change: SEO tags #363
* Change: Upcoming features #370
* Change: Infura endpoints #395
* Fix: Fix all less files import and classname typings #357
* Fix: Access to undefined object when selecting external network without MetaMask #366
* Fix: Fix EVM sendRawTransaction error in case of execution failure #150
* Fix: Overflow hashes of Transaction History while decreasing size #188
- Removal: Titles for Preferences and Help actions #359


## [1.6.1]

* Fix: Suppress right click on some filesystem items #353
Expand Down Expand Up @@ -27,8 +47,8 @@
* 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
- Removal: Unused sass package #222
- Removal: Initial splash screen is no more #332


## [1.4.3]
Expand Down
2 changes: 1 addition & 1 deletion bump_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ _version_date=$(date "+%Y-%m-%d")

#
# Files to change
_src_components_app_file="./src/reducers/app.reducer.js"
_src_components_app_file="./src/reducers/app.reducer.ts"
_src_manifest_file="./src/manifest.json"
_changelog_file="./CHANGELOG"

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.6.1"
"version": "1.7.0"
}
2 changes: 1 addition & 1 deletion src/reducers/app.reducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { AnyAction } from 'redux';
import { appActions } from '../actions';

export const initialState = {
version: '1.6.1',
version: '1.7.0',
isEmbeddedMode: false
};

Expand Down

0 comments on commit 1553091

Please sign in to comment.