Skip to content

Commit

Permalink
chore: Releasing 0.1.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ashchan committed Jul 12, 2019
1 parent a46d566 commit 45fab10
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.1.0-alpha.5",
"version": "0.1.0-alpha.6",
"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": "@nervosnetwork/neuron",
"productName": "Neuron",
"description": "CKB Neuron Wallet",
"version": "0.1.0-alpha.5",
"version": "0.1.0-alpha.6",
"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": "@nervosnetwork/neuron-ui",
"version": "0.1.0-alpha.5",
"version": "0.1.0-alpha.6",
"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.1.0-alpha.5",
"version": "0.1.0-alpha.6",
"private": true,
"author": {
"name": "Nervos Core Dev",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@nervosnetwork/ckb-types": "0.15.0",
"@nervosnetwork/neuron-ui": "0.1.0-alpha.5",
"@nervosnetwork/neuron-ui": "0.1.0-alpha.6",
"@types/async": "3.0.0",
"@types/electron-devtools-installer": "2.2.0",
"@types/elliptic": "6.4.8",
Expand Down

0 comments on commit 45fab10

Please sign in to comment.