Skip to content

Commit 9865e37

Browse files
author
ZengClaire
authored
Merge pull request #831 from nervosnetwork/rc/v0.17.0-alpha.8
[ᚬmaster] Rc/v0.17.0 alpha.8
2 parents a7050ed + 2076c50 commit 9865e37

File tree

5 files changed

+6
-17
lines changed

5 files changed

+6
-17
lines changed

CHANGELOG.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
1-
# [0.17.0-alpha.7](https://github.com/nervosnetwork/neuron/compare/v0.17.0-alpha.6...v0.17.0-alpha.7) (2019-08-05)
2-
3-
4-
### Features
5-
6-
* **neuron-ui:** disable fadein animation on details list ([cb3153d](https://github.com/nervosnetwork/neuron/commit/cb3153d))
7-
* **neuron-wallet:** enable select all ([5c0a577](https://github.com/nervosnetwork/neuron/commit/5c0a577))
8-
* Add tsconfig plugin ts-transformer-imports to combile ([bb9cedf](https://github.com/nervosnetwork/neuron/commit/bb9cedf))
9-
* Change space bewteen primary and secondary buttons to 10px ([cac5e8f](https://github.com/nervosnetwork/neuron/commit/cac5e8f))
10-
* Do not use inline label for settings toggle button ([75eded1](https://github.com/nervosnetwork/neuron/commit/75eded1))
11-
* Replace ts-node typeorm tasks with node dist js ([19ee2e7](https://github.com/nervosnetwork/neuron/commit/19ee2e7))
12-
* Unify block status (property list) and miner info callouts style ([78e51c3](https://github.com/nervosnetwork/neuron/commit/78e51c3))
1+
# [0.17.0-alpha.8](https://github.com/nervosnetwork/neuron/compare/v0.17.0-alpha.7...v0.17.0-alpha.8) (2019-08-06)
132

143

154

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.17.0-alpha.7",
5+
"version": "0.17.0-alpha.8",
66
"npmClient": "yarn",
77
"useWorkspaces": true
88
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "neuron",
33
"productName": "Neuron",
44
"description": "CKB Neuron Wallet",
5-
"version": "0.17.0-alpha.7",
5+
"version": "0.17.0-alpha.8",
66
"private": true,
77
"author": {
88
"name": "Nervos Core Dev",

packages/neuron-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "neuron-ui",
3-
"version": "0.17.0-alpha.7",
3+
"version": "0.17.0-alpha.8",
44
"private": true,
55
"author": {
66
"name": "Nervos Core Dev",

packages/neuron-wallet/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"productName": "Neuron",
44
"description": "CKB Neuron Wallet",
55
"homepage": "https://www.nervos.org/",
6-
"version": "0.17.0-alpha.7",
6+
"version": "0.17.0-alpha.8",
77
"private": true,
88
"author": {
99
"name": "Nervos Core Dev",
@@ -62,7 +62,7 @@
6262
"electron-devtools-installer": "2.2.4",
6363
"electron-notarize": "0.1.1",
6464
"lint-staged": "9.2.0",
65-
"neuron-ui": "0.17.0-alpha.7",
65+
"neuron-ui": "0.17.0-alpha.8",
6666
"rimraf": "2.6.3",
6767
"spectron": "7.0.0",
6868
"ts-transformer-imports": "0.4.3",

0 commit comments

Comments
 (0)