Skip to content

Commit

Permalink
Merge pull request #2082 from nervosnetwork/rc/0.36.0
Browse files Browse the repository at this point in the history
Rc/0.36.0
  • Loading branch information
kellyshang authored Aug 30, 2021
2 parents 23d82ed + a48d219 commit 95f3e7b
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 9 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@ name: Package Neuron

on:
push:
branches:
- "hotfix/**"

pull_request:
branches:
- master
- "rc/**"
- "hotfix/**"

jobs:
default:
if: false
strategy:
matrix:
node:
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 0.36.0 (2021-08-30)

[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.

### New feature
* Support sending and receiving NFT in the `Customized Assets`.

### Bug fixes

* Upgrade the bundled CKB node to v0.35.2.
* Add hint for `Token ID` field when creating a new sUDT account.


# 0.36.0-rc2 (2021-08-23)

This is a release candidate to preview the changes in the next official release and may not be stable. Welcome any questions or suggestions.
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.36.0-rc2",
"version": "0.36.0",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "neuron",
"productName": "Neuron",
"description": "CKB Neuron Wallet",
"version": "0.36.0-rc2",
"version": "0.36.0",
"private": true,
"author": {
"name": "Nervos Core Dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/neuron-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neuron-ui",
"version": "0.36.0-rc2",
"version": "0.36.0",
"private": true,
"author": {
"name": "Nervos Core Dev",
Expand Down
4 changes: 2 additions & 2 deletions packages/neuron-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "Neuron",
"description": "CKB Neuron Wallet",
"homepage": "https://www.nervos.org/",
"version": "0.36.0-rc2",
"version": "0.36.0",
"private": true,
"author": {
"name": "Nervos Core Dev",
Expand Down Expand Up @@ -84,7 +84,7 @@
"electron-notarize": "0.2.1",
"jest-when": "2.7.2",
"lint-staged": "9.2.5",
"neuron-ui": "0.36.0-rc2",
"neuron-ui": "0.36.0",
"rimraf": "3.0.0",
"ttypescript": "1.5.10"
}
Expand Down

0 comments on commit 95f3e7b

Please sign in to comment.