diff --git a/CHANGELOG.md b/CHANGELOG.md index ff26234..35d7073 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,30 @@ -# Changelog +# Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.1.0-alpha.4](https://github.com/nervosnetwork/keypering/compare/v0.1.0-alpha.2...v0.1.0-alpha.4) (2020-12-21) + + +### Bug Fixes + +* Add devnet support ([4177caa](https://github.com/nervosnetwork/keypering/commit/4177caa7bdde7fc5cc46324b6c1346538ec70eb8)) +* Fix variable has already been declared ([99e8f53](https://github.com/nervosnetwork/keypering/commit/99e8f53c27ca3dfb185d20237983cf4ec248f671)) +* remove cell deps leave null dialog ([bc4fc03](https://github.com/nervosnetwork/keypering/commit/bc4fc033855f98448f89b7ec8d257143f14fb165)) +* update indexer_url const ([2124eee](https://github.com/nervosnetwork/keypering/commit/2124eee577c5a4562ceed05390bcd80edd91df7f)) +* Use blake2b encrypt message ([1be4e29](https://github.com/nervosnetwork/keypering/commit/1be4e29e872a89d6782c702fcbb93ada45909077)) + + +### Features + +* add sign message rpc interface ([599d378](https://github.com/nervosnetwork/keypering/commit/599d378eec67c97475b8b31eba571139b43dc8b8)) +* return networkId after auth ([f12ef9a](https://github.com/nervosnetwork/keypering/commit/f12ef9a90950acc97d8479070f36c30e3683e04d)) +* support vscode debug ([e631353](https://github.com/nervosnetwork/keypering/commit/e6313535df81340e0dc8fad1d224efa8b109248e)) + + + + + # [0.1.0-alpha.3](https://github.com/nervosnetwork/keypering/compare/v0.1.0-alpha.2...v0.1.0-alpha.3) (2020-12-11) diff --git a/lerna.json b/lerna.json index 56ba218..41b0fda 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "0.1.0-alpha.3" + "version": "0.1.0-alpha.4" } diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index 2a0a231..7205f39 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -1,8 +1,29 @@ -# Changelog +# Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.1.0-alpha.4](https://github.com/nervosnetwork/keypering/compare/v0.1.0-alpha.2...v0.1.0-alpha.4) (2020-12-21) + + +### Bug Fixes + +* Add devnet support ([4177caa](https://github.com/nervosnetwork/keypering/commit/4177caa7bdde7fc5cc46324b6c1346538ec70eb8)) +* Fix variable has already been declared ([99e8f53](https://github.com/nervosnetwork/keypering/commit/99e8f53c27ca3dfb185d20237983cf4ec248f671)) +* remove cell deps leave null dialog ([bc4fc03](https://github.com/nervosnetwork/keypering/commit/bc4fc033855f98448f89b7ec8d257143f14fb165)) +* update indexer_url const ([2124eee](https://github.com/nervosnetwork/keypering/commit/2124eee577c5a4562ceed05390bcd80edd91df7f)) +* Use blake2b encrypt message ([1be4e29](https://github.com/nervosnetwork/keypering/commit/1be4e29e872a89d6782c702fcbb93ada45909077)) + + +### Features + +* add sign message rpc interface ([599d378](https://github.com/nervosnetwork/keypering/commit/599d378eec67c97475b8b31eba571139b43dc8b8)) +* return networkId after auth ([f12ef9a](https://github.com/nervosnetwork/keypering/commit/f12ef9a90950acc97d8479070f36c30e3683e04d)) + + + + + # [0.1.0-alpha.3](https://github.com/nervosnetwork/keypering/compare/v0.1.0-alpha.2...v0.1.0-alpha.3) (2020-12-11) diff --git a/packages/app/package.json b/packages/app/package.json index 1b9773e..a745c87 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "@keypering/app", - "version": "0.1.0-alpha.3", + "version": "0.1.0-alpha.4", "description": "", "author": "Keith ", "homepage": "https://nervosnetwork.github.io/keypering", @@ -32,7 +32,7 @@ "url": "https://github.com/nervosnetwork/keypering/issues" }, "devDependencies": { - "@keypering/specs": "0.1.0-alpha.3", + "@keypering/specs": "0.1.0-alpha.4", "@types/elliptic": "6.4.12", "@types/uuid": "8.0.1", "electron": "9.2.0", diff --git a/packages/specs/CHANGELOG.md b/packages/specs/CHANGELOG.md index c9f7738..48f7136 100644 --- a/packages/specs/CHANGELOG.md +++ b/packages/specs/CHANGELOG.md @@ -1,8 +1,19 @@ -# Changelog +# Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.1.0-alpha.4](https://github.com/nervosnetwork/keypering/compare/v0.1.0-alpha.2...v0.1.0-alpha.4) (2020-12-21) + + +### Features + +* add sign message rpc interface ([599d378](https://github.com/nervosnetwork/keypering/commit/599d378eec67c97475b8b31eba571139b43dc8b8)) + + + + + # [0.1.0-alpha.3](https://github.com/nervosnetwork/keypering/compare/v0.1.0-alpha.2...v0.1.0-alpha.3) (2020-12-11) diff --git a/packages/specs/package.json b/packages/specs/package.json index 56a1e2c..969ca2a 100644 --- a/packages/specs/package.json +++ b/packages/specs/package.json @@ -1,6 +1,6 @@ { "name": "@keypering/specs", - "version": "0.1.0-alpha.3", + "version": "0.1.0-alpha.4", "description": "", "author": "Keith ", "homepage": "https://nervosnetwork.github.io/keypering/#/protocol", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index d50d37c..7125099 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,8 +1,16 @@ -# Changelog +# Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.1.0-alpha.4](https://github.com/zmcNotafraid/keypering/compare/v0.1.0-alpha.2...v0.1.0-alpha.4) (2020-12-21) + +**Note:** Version bump only for package @keypering/ui + + + + + # [0.1.0-alpha.3](https://github.com/nervosnetwork/keypering/compare/v0.1.0-alpha.2...v0.1.0-alpha.3) (2020-12-11) **Note:** Version bump only for package @keypering/ui diff --git a/packages/ui/package.json b/packages/ui/package.json index 4a41187..c3f76d8 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@keypering/ui", - "version": "0.1.0-alpha.3", + "version": "0.1.0-alpha.4", "private": true, "homepage": ".", "scripts": { @@ -29,7 +29,7 @@ "react-scripts": "3.4.1" }, "devDependencies": { - "@keypering/specs": "0.1.0-alpha.3", + "@keypering/specs": "0.1.0-alpha.4", "@nervosnetwork/ckb-types": "0.34.0", "@types/react": "16.9.45", "@types/react-dom": "16.9.0",