Skip to content

Commit 0b9056f

Browse files
authored
Merge pull request #2080 from nervosnetwork/master
Merge master into develop
2 parents 0aeb50c + 23d82ed commit 0b9056f

File tree

5 files changed

+23
-6
lines changed

5 files changed

+23
-6
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
# 0.36.0-rc1 (2021-08-10)
1+
# 0.36.0-rc2 (2021-08-23)
2+
3+
This is a release candidate to preview the changes in the next official release and may not be stable. Welcome any questions or suggestions.
4+
5+
[CKB v0.35.2](https://github.com/nervosnetwork/ckb/releases/tag/v0.35.2) was released on Feb. 23rd, 2021. This version of CKB node is now bundled and preconfigured in Neuron.
6+
7+
### New feature
8+
* Support sending and receiving NFT in the `Customized Assets`.
9+
10+
### Bug fixes
11+
12+
* Upgrade the bundled CKB node to v0.35.2.
13+
* Add hint for `Token ID` field when creating a new sUDT account.
14+
15+
16+
# 0.36.0-rc1 (2021-08-13)
17+
18+
⚠️ **Yanked because of CI exception** ⚠️
219

320
This is a release candidate to preview the changes in the next official release and may not be stable. Welcome any questions or suggestions.
421

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.36.0-rc1",
5+
"version": "0.36.0-rc2",
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.36.0-rc1",
5+
"version": "0.36.0-rc2",
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.36.0-rc1",
3+
"version": "0.36.0-rc2",
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.36.0-rc1",
6+
"version": "0.36.0-rc2",
77
"private": true,
88
"author": {
99
"name": "Nervos Core Dev",
@@ -84,7 +84,7 @@
8484
"electron-notarize": "0.2.1",
8585
"jest-when": "2.7.2",
8686
"lint-staged": "9.2.5",
87-
"neuron-ui": "0.36.0-rc1",
87+
"neuron-ui": "0.36.0-rc2",
8888
"rimraf": "3.0.0",
8989
"ttypescript": "1.5.10"
9090
}

0 commit comments

Comments
 (0)