Skip to content

Commit 8df64c7

Browse files
committed
chore: Bump to v0.18.0-beta.1
1 parent 91d7bbf commit 8df64c7

File tree

5 files changed

+45
-7
lines changed

5 files changed

+45
-7
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
# [0.18.0-beta.1](https://github.com/nervosnetwork/neuron/compare/v0.18.0-beta.0...v0.18.0-beta.1) (2019-08-22)
2+
3+
4+
### Bug Fixes
5+
6+
* remove hash_type=Type in test ([9340e41](https://github.com/nervosnetwork/neuron/commit/9340e41))
7+
* **neuron-ui:** fix the color of pagination ([3ffed72](https://github.com/nervosnetwork/neuron/commit/3ffed72))
8+
* **neuron-ui:** fix the i18n text of pagination ([c779a20](https://github.com/nervosnetwork/neuron/commit/c779a20))
9+
* address service test ([f743a06](https://github.com/nervosnetwork/neuron/commit/f743a06))
10+
* don't restart when generate new address in normal sync ([66b6810](https://github.com/nervosnetwork/neuron/commit/66b6810))
11+
* minBlockNumber select error ([acbafd0](https://github.com/nervosnetwork/neuron/commit/acbafd0))
12+
* using appendLockHashInfos ([342061d](https://github.com/nervosnetwork/neuron/commit/342061d))
13+
* **e2e:** Make sure to exit server ([559a11e](https://github.com/nervosnetwork/neuron/commit/559a11e))
14+
* **neuron-ui:** disable the submit button when it's sending ([9fc7b7d](https://github.com/nervosnetwork/neuron/commit/9fc7b7d))
15+
* **neuron-ui:** use the create api for creating wallets ([49edee8](https://github.com/nervosnetwork/neuron/commit/49edee8))
16+
* only check success txs ([2ec2529](https://github.com/nervosnetwork/neuron/commit/2ec2529))
17+
* reset when import wallet ([6be360e](https://github.com/nervosnetwork/neuron/commit/6be360e))
18+
19+
20+
### Features
21+
22+
* **neuron-ui:** add more detailed error messages of the amount field ([a2503ff](https://github.com/nervosnetwork/neuron/commit/a2503ff))
23+
* **neuron-ui:** add verification on updating amounts ([46ae8c1](https://github.com/nervosnetwork/neuron/commit/46ae8c1))
24+
* check tx success regular intervals ([a1203da](https://github.com/nervosnetwork/neuron/commit/a1203da))
25+
* not start from zero in indexer when create wallet ([25ed522](https://github.com/nervosnetwork/neuron/commit/25ed522))
26+
* not start from zero in normal sync when create wallet ([50a3c73](https://github.com/nervosnetwork/neuron/commit/50a3c73))
27+
* **neuron-ui:** fill the address field automatically on QR Code recognized as a valid address ([c8a6689](https://github.com/nervosnetwork/neuron/commit/c8a6689))
28+
* **neuron-ui:** update the cycles on the outputs changing ([01d02e0](https://github.com/nervosnetwork/neuron/commit/01d02e0))
29+
* **neuron-ui:** use real cycles ([874e781](https://github.com/nervosnetwork/neuron/commit/874e781))
30+
* auto switch indexer or common sync ([ece382f](https://github.com/nervosnetwork/neuron/commit/ece382f))
31+
* compute cycles ([2be05b3](https://github.com/nervosnetwork/neuron/commit/2be05b3))
32+
* impl sync by indexer RPCs ([16fa2a4](https://github.com/nervosnetwork/neuron/commit/16fa2a4))
33+
* Update Electron to v6 ([0977897](https://github.com/nervosnetwork/neuron/commit/0977897))
34+
* **neuron-ui:** use the same naming strategy as importing mnemonic words ([694ac98](https://github.com/nervosnetwork/neuron/commit/694ac98))
35+
* process fork in indexer mode ([a7ad2d5](https://github.com/nervosnetwork/neuron/commit/a7ad2d5))
36+
37+
38+
139
# [0.18.0-beta.0](https://github.com/nervosnetwork/neuron/compare/v0.18.0-alpha.1...v0.18.0-beta.0) (2019-08-16)
240

341

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.18.0-beta.0",
5+
"version": "0.18.0-beta.1",
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.18.0-beta.0",
5+
"version": "0.18.0-beta.1",
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.18.0-beta.0",
3+
"version": "0.18.0-beta.1",
44
"private": true,
55
"author": {
66
"name": "Nervos Core Dev",

packages/neuron-wallet/package.json

Lines changed: 4 additions & 4 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.18.0-beta.0",
6+
"version": "0.18.0-beta.1",
77
"private": true,
88
"author": {
99
"name": "Nervos Core Dev",
@@ -57,17 +57,17 @@
5757
"@types/sqlite3": "3.1.5",
5858
"@types/uuid": "3.4.4",
5959
"@types/webdriverio": "4.13.0",
60+
"axios": "0.19.0",
6061
"devtron": "1.4.0",
6162
"electron": "6.0.0",
6263
"electron-builder": "21.2.0",
6364
"electron-devtools-installer": "2.2.4",
6465
"electron-notarize": "0.1.1",
6566
"lint-staged": "9.2.0",
66-
"neuron-ui": "0.18.0-beta.0",
67+
"neuron-ui": "0.18.0-beta.1",
6768
"rimraf": "2.6.3",
6869
"spectron": "8.0.0",
6970
"ts-transformer-imports": "0.4.3",
70-
"ttypescript": "1.5.7",
71-
"axios": "0.19.0"
71+
"ttypescript": "1.5.7"
7272
}
7373
}

0 commit comments

Comments
 (0)