Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Commit

Permalink
chore(release): publish 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bb111189 committed Mar 5, 2021
1 parent 3bc32a6 commit cb55436
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "2.2.0",
"version": "2.2.1",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
6 changes: 3 additions & 3 deletions packages/zilliqa-js-account/package.json
@@ -1,6 +1,6 @@
{
"name": "@zilliqa-js/account",
"version": "2.2.0",
"version": "2.2.1",
"author": "Ian Tan (https://github.com/iantanwx)",
"maintainers": [
"Zilliqa Usability Team <maintainers@zilliqa.com> (https://github.com/zilliqa/)"
Expand All @@ -27,8 +27,8 @@
"dependencies": {
"@types/bip39": "^2.4.0",
"@types/hdkey": "^0.7.0",
"@zilliqa-js/core": "2.2.0",
"@zilliqa-js/crypto": "2.2.0",
"@zilliqa-js/core": "2.2.1",
"@zilliqa-js/crypto": "2.2.1",
"@zilliqa-js/proto": "2.2.0",
"@zilliqa-js/util": "2.2.0",
"bip39": "^2.5.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/zilliqa-js-blockchain/package.json
@@ -1,6 +1,6 @@
{
"name": "@zilliqa-js/blockchain",
"version": "2.2.0",
"version": "2.2.1",
"description": "Class(es) for interacting with the Zilliqa blockchain.",
"main": "dist/index.js",
"node": "dist/index.js",
Expand All @@ -25,10 +25,10 @@
"clean": "rimraf ./dist"
},
"dependencies": {
"@zilliqa-js/account": "2.2.0",
"@zilliqa-js/contract": "2.2.0",
"@zilliqa-js/core": "2.2.0",
"@zilliqa-js/crypto": "2.2.0",
"@zilliqa-js/account": "2.2.1",
"@zilliqa-js/contract": "2.2.1",
"@zilliqa-js/core": "2.2.1",
"@zilliqa-js/crypto": "2.2.1",
"@zilliqa-js/util": "2.2.0",
"utility-types": "^3.4.1"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/zilliqa-js-contract/package.json
@@ -1,6 +1,6 @@
{
"name": "@zilliqa-js/contract",
"version": "2.2.0",
"version": "2.2.1",
"description": "Contract-related functionality.",
"main": "dist/index.js",
"node": "dist/index.js",
Expand All @@ -25,10 +25,10 @@
"clean": "rimraf ./dist"
},
"dependencies": {
"@zilliqa-js/account": "2.2.0",
"@zilliqa-js/blockchain": "2.2.0",
"@zilliqa-js/core": "2.2.0",
"@zilliqa-js/crypto": "2.2.0",
"@zilliqa-js/account": "2.2.1",
"@zilliqa-js/blockchain": "2.2.1",
"@zilliqa-js/core": "2.2.1",
"@zilliqa-js/crypto": "2.2.1",
"@zilliqa-js/util": "2.2.0",
"hash.js": "^1.1.5",
"utility-types": "^2.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/zilliqa-js-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@zilliqa-js/core",
"version": "2.2.0",
"version": "2.2.1",
"description": "Core abstractions that power the zilliqa JS client.",
"main": "dist/index.js",
"node": "dist/index.js",
Expand All @@ -25,7 +25,7 @@
"clean": "rimraf ./dist"
},
"dependencies": {
"@zilliqa-js/crypto": "2.2.0",
"@zilliqa-js/crypto": "2.2.1",
"@zilliqa-js/util": "2.2.0",
"cross-fetch": "^2.2.2",
"mitt": "^1.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/zilliqa-js-crypto/package.json
@@ -1,6 +1,6 @@
{
"name": "@zilliqa-js/crypto",
"version": "2.2.0",
"version": "2.2.1",
"description": "Core crypto utilities for signing/verification/hashing Zilliqa transactions.",
"author": "Ian Tan (https://github.com/iantanwx)",
"maintainers": [
Expand Down
4 changes: 2 additions & 2 deletions packages/zilliqa-js-subscriptions/package.json
@@ -1,6 +1,6 @@
{
"name": "@zilliqa-js/subscriptions",
"version": "2.2.0",
"version": "2.2.1",
"description": "Class(es) for interactiong with websocket API of Zilliqa node",
"main": "dist/index.js",
"node": "dist/index.js",
Expand All @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/Zilliqa/Zilliqa-Javascript-Library#readme",
"dependencies": {
"@zilliqa-js/core": "2.2.0",
"@zilliqa-js/core": "2.2.1",
"mock-socket": "^9.0.2",
"websocket": "^1.0.28"
}
Expand Down
14 changes: 7 additions & 7 deletions packages/zilliqa/package.json
@@ -1,6 +1,6 @@
{
"name": "@zilliqa-js/zilliqa",
"version": "2.2.0",
"version": "2.2.1",
"description": "Main entry point to the Zilliqa JS client.",
"author": "Ian Tan (https://github.com/iantanwx)",
"maintainers": [
Expand All @@ -22,12 +22,12 @@
"clean": "rimraf ./dist"
},
"dependencies": {
"@zilliqa-js/account": "2.2.0",
"@zilliqa-js/blockchain": "2.2.0",
"@zilliqa-js/contract": "2.2.0",
"@zilliqa-js/core": "2.2.0",
"@zilliqa-js/crypto": "2.2.0",
"@zilliqa-js/subscriptions": "2.2.0",
"@zilliqa-js/account": "2.2.1",
"@zilliqa-js/blockchain": "2.2.1",
"@zilliqa-js/contract": "2.2.1",
"@zilliqa-js/core": "2.2.1",
"@zilliqa-js/crypto": "2.2.1",
"@zilliqa-js/subscriptions": "2.2.1",
"@zilliqa-js/util": "2.2.0"
},
"engines": {
Expand Down

0 comments on commit cb55436

Please sign in to comment.