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 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bb111189 committed Feb 3, 2022
1 parent aee10d6 commit 4c49d56
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "3.3.3",
"version": "3.3.4",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
10 changes: 5 additions & 5 deletions packages/zilliqa-js-account/package.json
@@ -1,6 +1,6 @@
{
"name": "@zilliqa-js/account",
"version": "3.3.3",
"version": "3.3.4",
"author": "Ian Tan (https://github.com/iantanwx)",
"maintainers": [
"Zilliqa Usability Team <maintainers@zilliqa.com> (https://github.com/zilliqa/)"
Expand All @@ -27,10 +27,10 @@
"dependencies": {
"@types/bip39": "^2.4.0",
"@types/hdkey": "^0.7.0",
"@zilliqa-js/core": "^3.3.3",
"@zilliqa-js/crypto": "^3.3.3",
"@zilliqa-js/proto": "^3.3.3",
"@zilliqa-js/util": "^3.3.3",
"@zilliqa-js/core": "^3.3.4",
"@zilliqa-js/crypto": "^3.3.4",
"@zilliqa-js/proto": "^3.3.4",
"@zilliqa-js/util": "^3.3.4",
"bip39": "^2.5.0",
"hdkey": "^1.1.0",
"tslib": "2.3.1"
Expand Down
10 changes: 5 additions & 5 deletions packages/zilliqa-js-blockchain/package.json
@@ -1,6 +1,6 @@
{
"name": "@zilliqa-js/blockchain",
"version": "3.3.3",
"version": "3.3.4",
"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 ./tsconfig.tsbuildinfo"
},
"dependencies": {
"@zilliqa-js/account": "^3.3.3",
"@zilliqa-js/core": "^3.3.3",
"@zilliqa-js/crypto": "^3.3.3",
"@zilliqa-js/util": "^3.3.3",
"@zilliqa-js/account": "^3.3.4",
"@zilliqa-js/core": "^3.3.4",
"@zilliqa-js/crypto": "^3.3.4",
"@zilliqa-js/util": "^3.3.4",
"tslib": "2.3.1",
"utility-types": "^3.4.1"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/zilliqa-js-contract/package.json
@@ -1,6 +1,6 @@
{
"name": "@zilliqa-js/contract",
"version": "3.3.3",
"version": "3.3.4",
"description": "Contract-related functionality.",
"main": "dist/index.js",
"node": "dist/index.js",
Expand All @@ -25,11 +25,11 @@
"clean": "rimraf ./dist ./tsconfig.tsbuildinfo"
},
"dependencies": {
"@zilliqa-js/account": "^3.3.3",
"@zilliqa-js/blockchain": "^3.3.3",
"@zilliqa-js/core": "^3.3.3",
"@zilliqa-js/crypto": "^3.3.3",
"@zilliqa-js/util": "^3.3.3",
"@zilliqa-js/account": "^3.3.4",
"@zilliqa-js/blockchain": "^3.3.4",
"@zilliqa-js/core": "^3.3.4",
"@zilliqa-js/crypto": "^3.3.4",
"@zilliqa-js/util": "^3.3.4",
"hash.js": "^1.1.5",
"tslib": "2.3.1",
"utility-types": "^2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/zilliqa-js-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@zilliqa-js/core",
"version": "3.3.3",
"version": "3.3.4",
"description": "Core abstractions that power the zilliqa JS client.",
"main": "dist/index.js",
"node": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/zilliqa-js-crypto/package.json
@@ -1,6 +1,6 @@
{
"name": "@zilliqa-js/crypto",
"version": "3.3.3",
"version": "3.3.4",
"description": "Core crypto utilities for signing/verification/hashing Zilliqa transactions.",
"author": "Ian Tan (https://github.com/iantanwx)",
"maintainers": [
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"@types/elliptic": "^6.4.13",
"@types/uuid": "8.3.1",
"@zilliqa-js/util": "^3.3.3",
"@zilliqa-js/util": "^3.3.4",
"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
@@ -1,6 +1,6 @@
{
"name": "@zilliqa-js/proto",
"version": "3.3.3",
"version": "3.3.4",
"description": "Protobuf dependencies for message serialization",
"author": "Ian Tan (https://github.com/iantanwx)",
"maintainers": [
Expand Down
2 changes: 1 addition & 1 deletion packages/zilliqa-js-subscriptions/package.json
@@ -1,6 +1,6 @@
{
"name": "@zilliqa-js/subscriptions",
"version": "3.3.3",
"version": "3.3.4",
"description": "Class(es) for interactiong with websocket API of Zilliqa node",
"main": "dist/index.js",
"node": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/zilliqa-js-util/package.json
@@ -1,6 +1,6 @@
{
"name": "@zilliqa-js/util",
"version": "3.3.3",
"version": "3.3.4",
"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
@@ -1,6 +1,6 @@
{
"name": "@zilliqa-js/zilliqa",
"version": "3.3.3",
"version": "3.3.4",
"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 ./tsconfig.tsbuildinfo"
},
"dependencies": {
"@zilliqa-js/account": "^3.3.3",
"@zilliqa-js/blockchain": "^3.3.3",
"@zilliqa-js/contract": "^3.3.3",
"@zilliqa-js/core": "^3.3.3",
"@zilliqa-js/crypto": "^3.3.3",
"@zilliqa-js/subscriptions": "^3.3.3",
"@zilliqa-js/util": "^3.3.3",
"@zilliqa-js/account": "^3.3.4",
"@zilliqa-js/blockchain": "^3.3.4",
"@zilliqa-js/contract": "^3.3.4",
"@zilliqa-js/core": "^3.3.4",
"@zilliqa-js/crypto": "^3.3.4",
"@zilliqa-js/subscriptions": "^3.3.4",
"@zilliqa-js/util": "^3.3.4",
"tslib": "2.3.1"
},
"files": [
Expand Down

0 comments on commit 4c49d56

Please sign in to comment.