Skip to content

Commit

Permalink
chore: update neuron version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Jul 7, 2022
1 parent 5e7d33d commit 4d079ff
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 0.103.2 (2022-07-09)

### New features
* #2422: Add heart beat and retry closed ckb/ckb-indexer process(@yanguoyu)
* #2433: Add ckb node/indexer data path config in setting(@yanguoyu)
* #2434: Adapt to ledger nano s plus(@yanguoyu)
* #2441: Verify short and long address for hard wallet(@yanguoyu)


### Bug fixes
* #2425: Fix dialog route error after importing seed(@yanguoyu)
* #2436: Fix link to Nervos DAO rule(@Keith-CY)
* #2438: Fix duplicated addressd(@yanguoyu)


**Full Changelog**: https://github.com/nervosnetwork/neuron/compare/v0.103.1...v0.103.2



# 0.103.1 (2022-06-11)

### New features
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.103.1",
"version": "0.103.2",
"npmClient": "yarn",
"useWorkspaces": true
}
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.103.1",
"version": "0.103.2",
"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.103.1",
"version": "0.103.2",
"private": true,
"author": {
"name": "Nervos Core Dev",
Expand Down Expand Up @@ -91,7 +91,7 @@
"eslint-plugin-prettier": "3.1.1",
"jest-when": "2.7.2",
"lint-staged": "9.2.5",
"neuron-ui": "0.103.1",
"neuron-ui": "0.103.2",
"prettier": "1.19.1",
"rimraf": "3.0.0",
"ttypescript": "1.5.10",
Expand Down

1 comment on commit 4d079ff

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 2626915191

Please sign in to comment.