Skip to content

Commit

Permalink
chore: update neuron version
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed May 8, 2022
1 parent 4f1651f commit 10f8a75
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.101.3",
"version": "0.103.0",
"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.101.3",
"version": "0.103.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.101.3",
"version": "0.103.0",
"private": true,
"author": {
"name": "Nervos Core Dev",
Expand Down Expand Up @@ -90,7 +90,7 @@
"eslint-plugin-prettier": "3.1.1",
"jest-when": "2.7.2",
"lint-staged": "9.2.5",
"neuron-ui": "0.101.3",
"neuron-ui": "0.103.0",
"prettier": "1.19.1",
"rimraf": "3.0.0",
"ttypescript": "1.5.10",
Expand Down

1 comment on commit 10f8a75

@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 2289962739

Please sign in to comment.