Skip to content

Commit

Permalink
Release version 2.1.1-alpha.3 (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarishmaBothara authored May 18, 2022
1 parent a16e493 commit 369b85a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "^2.1.1-alpha.2"
"version": "^2.1.1-alpha.3"
}
3 changes: 3 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

## [UNRELEASED]
Please check [upgrade guide](https://hackmd.io/VbsHZhKkTiWwaTBYp1Unbw) for 2.1.x version
## [2.1.1-alpha.3](https://github.com/cennznet/api.js/compare/prerelease/2.1.1-alpha.2...prerelease/2.1.1-alpha.1) (18/05/2022)
### Changed:
- base64Encode payload before signing via EthWallet
## [2.1.1-alpha.2](https://github.com/cennznet/api.js/compare/prerelease/2.1.1-alpha.1...prerelease/2.1.1-alpha.2) (05/05/2022)
### Changed:
- Changed signViaEthWallet to support callback with events and tx status
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cennznet/api",
"version": "2.1.1-alpha.2",
"version": "2.1.1-alpha.3",
"description": "CENNZnet's javascript api",
"keywords": [
"CENNZnet"
Expand All @@ -23,7 +23,7 @@
"doc": "npx compodoc --tsconfig ../../tsconfig.json --hideGenerator --theme readthedocs --includes compodoc --output ../../docs/api"
},
"dependencies": {
"@cennznet/types": "^2.1.1-alpha.2",
"@cennznet/types": "^2.1.1-alpha.3",
"@depay/web3-blockchains": "^4.3.0",
"@depay/web3-mock": "^11.7.0",
"@ethersproject/keccak256": "^5.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/src/staticMetadata.ts

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/signer-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cennznet/signer-cli",
"version": "2.1.1-alpha.2",
"version": "2.1.1-alpha.3",
"description": "A commandline signer for offline signature generation",
"main": "index.cjs",
"sideEffects": false,
Expand All @@ -20,7 +20,7 @@
"@babel/core": "^7.14.8",
"@babel/register": "^7.14.5",
"@babel/runtime": "^7.14.8",
"@cennznet/api": "2.1.1-alpha.2",
"@cennznet/api": "2.1.1-alpha.3",
"@polkadot/keyring": "8.3.3",
"@polkadot/types": "^7.7.1",
"@polkadot/util": "^8.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cennznet/types",
"version": "2.1.1-alpha.2",
"version": "2.1.1-alpha.3",
"description": "Additional type definitions for the CENNZnet runtime",
"author": "Centrality Developers <[email protected]>",
"keywords": [
Expand Down

0 comments on commit 369b85a

Please sign in to comment.