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.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bb111189 committed Feb 11, 2021
1 parent fbb889e commit e88d379
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 37 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "2.1.0",
"version": "2.2.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
11 changes: 5 additions & 6 deletions packages/zilliqa-js-account/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zilliqa-js/account",
"version": "2.1.0",
"version": "2.2.0",
"author": "Ian Tan (https://github.com/iantanwx)",
"maintainers": [
"Zilliqa Usability Team <[email protected]> (https://github.com/zilliqa/)"
Expand All @@ -27,14 +27,13 @@
"dependencies": {
"@types/bip39": "^2.4.0",
"@types/hdkey": "^0.7.0",
"@zilliqa-js/core": "2.1.0",
"@zilliqa-js/crypto": "2.1.0",
"@zilliqa-js/proto": "0.11.1",
"@zilliqa-js/util": "0.11.1",
"@zilliqa-js/core": "2.2.0",
"@zilliqa-js/crypto": "2.2.0",
"@zilliqa-js/proto": "2.2.0",
"@zilliqa-js/util": "2.2.0",
"bip39": "^2.5.0",
"hdkey": "^1.1.0"
},
"devDependencies": {},
"engines": {
"node": ">=10.0.0 <15"
}
Expand Down
12 changes: 6 additions & 6 deletions packages/zilliqa-js-blockchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zilliqa-js/blockchain",
"version": "2.1.0",
"version": "2.2.0",
"description": "Class(es) for interacting with the Zilliqa blockchain.",
"main": "dist/index.js",
"node": "dist/index.js",
Expand All @@ -25,11 +25,11 @@
"clean": "rimraf ./dist"
},
"dependencies": {
"@zilliqa-js/account": "2.1.0",
"@zilliqa-js/contract": "2.1.0",
"@zilliqa-js/core": "2.1.0",
"@zilliqa-js/crypto": "2.1.0",
"@zilliqa-js/util": "0.11.1",
"@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/util": "2.2.0",
"utility-types": "^3.4.1"
},
"engines": {
Expand Down
12 changes: 6 additions & 6 deletions packages/zilliqa-js-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zilliqa-js/contract",
"version": "2.1.0",
"version": "2.2.0",
"description": "Contract-related functionality.",
"main": "dist/index.js",
"node": "dist/index.js",
Expand All @@ -25,11 +25,11 @@
"clean": "rimraf ./dist"
},
"dependencies": {
"@zilliqa-js/account": "2.1.0",
"@zilliqa-js/blockchain": "2.1.0",
"@zilliqa-js/core": "2.1.0",
"@zilliqa-js/crypto": "2.1.0",
"@zilliqa-js/util": "0.11.1",
"@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/util": "2.2.0",
"hash.js": "^1.1.5",
"utility-types": "^2.1.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/zilliqa-js-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zilliqa-js/core",
"version": "2.1.0",
"version": "2.2.0",
"description": "Core abstractions that power the zilliqa JS client.",
"main": "dist/index.js",
"node": "dist/index.js",
Expand All @@ -25,8 +25,8 @@
"clean": "rimraf ./dist"
},
"dependencies": {
"@zilliqa-js/crypto": "2.1.0",
"@zilliqa-js/util": "0.11.1",
"@zilliqa-js/crypto": "2.2.0",
"@zilliqa-js/util": "2.2.0",
"cross-fetch": "^2.2.2",
"mitt": "^1.1.3"
},
Expand Down
5 changes: 2 additions & 3 deletions packages/zilliqa-js-crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zilliqa-js/crypto",
"version": "2.1.0",
"version": "2.2.0",
"description": "Core crypto utilities for signing/verification/hashing Zilliqa transactions.",
"author": "Ian Tan (https://github.com/iantanwx)",
"maintainers": [
Expand All @@ -24,9 +24,8 @@
"scripts": {
"clean": "rimraf ./dist"
},
"optionalDependencies": {},
"dependencies": {
"@zilliqa-js/util": "0.11.1",
"@zilliqa-js/util": "2.2.0",
"aes-js": "^3.1.1",
"bsert": "^0.0.4",
"elliptic": "^6.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/zilliqa-js-proto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zilliqa-js/proto",
"version": "0.11.1",
"version": "2.2.0",
"description": "Protobuf dependencies for message serialization",
"author": "Ian Tan (https://github.com/iantanwx)",
"maintainers": [
Expand Down
4 changes: 2 additions & 2 deletions packages/zilliqa-js-subscriptions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zilliqa-js/subscriptions",
"version": "2.1.0",
"version": "2.2.0",
"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.1.0",
"@zilliqa-js/core": "2.2.0",
"mock-socket": "^9.0.2",
"websocket": "^1.0.28"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/zilliqa-js-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zilliqa-js/util",
"version": "0.11.1",
"version": "2.2.0",
"description": "Utilities for working with Zilliqa.",
"author": "Ian Tan (https://github.com/iantanwx)",
"maintainers": [
Expand Down
16 changes: 8 additions & 8 deletions packages/zilliqa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zilliqa-js/zilliqa",
"version": "2.1.0",
"version": "2.2.0",
"description": "Main entry point to the Zilliqa JS client.",
"author": "Ian Tan (https://github.com/iantanwx)",
"maintainers": [
Expand All @@ -22,13 +22,13 @@
"clean": "rimraf ./dist"
},
"dependencies": {
"@zilliqa-js/account": "2.1.0",
"@zilliqa-js/blockchain": "2.1.0",
"@zilliqa-js/contract": "2.1.0",
"@zilliqa-js/core": "2.1.0",
"@zilliqa-js/crypto": "2.1.0",
"@zilliqa-js/subscriptions": "2.1.0",
"@zilliqa-js/util": "0.11.1"
"@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/util": "2.2.0"
},
"engines": {
"node": ">=10.0.0 <15"
Expand Down

0 comments on commit e88d379

Please sign in to comment.