Skip to content

Commit

Permalink
chore: v2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vplasencia committed Oct 9, 2024
1 parent fc55309 commit 3f13a2c
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"build": "nest build"
},
"dependencies": {
"@bandada/credentials": "2.3.3",
"@bandada/utils": "2.3.3",
"@bandada/credentials": "2.3.4",
"@bandada/utils": "2.3.4",
"@ethersproject/hash": "^5.7.0",
"@nestjs/common": "^9.0.0",
"@nestjs/core": "^9.0.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@bandada/api-sdk": "2.3.3",
"@bandada/utils": "2.3.3",
"@bandada/api-sdk": "2.3.4",
"@bandada/utils": "2.3.4",
"@chakra-ui/react": "^2.5.1",
"@chakra-ui/styled-system": "^2.0.0",
"@chakra-ui/theme-tools": "^2.0.16",
Expand Down
2 changes: 1 addition & 1 deletion apps/contracts/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bandada/contracts",
"version": "2.3.3",
"version": "2.3.4",
"description": "Bandada smart contracts to manage off-chain groups and verify their zero-knowledge proofs.",
"license": "MIT",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@bandada/credentials": "2.3.3",
"@bandada/utils": "2.3.3",
"@bandada/credentials": "2.3.4",
"@bandada/utils": "2.3.4",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.5.1",
"@chakra-ui/styled-system": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions libs/api-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bandada/api-sdk",
"version": "2.3.3",
"version": "2.3.4",
"description": "A Typescript SDK for the Bandada API.",
"license": "MIT",
"main": "dist/index.node.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"access": "public"
},
"dependencies": {
"@bandada/utils": "2.3.3"
"@bandada/utils": "2.3.4"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.0.0",
Expand Down
4 changes: 2 additions & 2 deletions libs/credentials/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bandada/credentials",
"version": "2.3.3",
"version": "2.3.4",
"description": "Bandada library to validate users' credentials.",
"license": "MIT",
"main": "dist/index.node.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"access": "public"
},
"dependencies": {
"@bandada/utils": "2.3.3",
"@bandada/utils": "2.3.4",
"@zk-kit/logical-expressions": "1.0.0",
"ethers": "5.7.0"
},
Expand Down
4 changes: 2 additions & 2 deletions libs/hardhat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bandada/hardhat",
"version": "2.3.3",
"version": "2.3.4",
"description": "A Hardhat plugin which provides tasks to deploy Bandada contracts.",
"license": "MIT",
"main": "dist/index.node.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"typescript": "^4.9.5"
},
"peerDependencies": {
"@bandada/contracts": "2.3.3",
"@bandada/contracts": "2.3.4",
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@semaphore-protocol/contracts": "3.4.0",
"ethers": "^5.4.7",
Expand Down
2 changes: 1 addition & 1 deletion libs/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bandada/utils",
"version": "2.3.3",
"version": "2.3.4",
"description": "General Bandada utility functions.",
"license": "MIT",
"main": "dist/index.node.js",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2331,11 +2331,11 @@ __metadata:
languageName: node
linkType: hard

"@bandada/api-sdk@npm:2.3.3, @bandada/api-sdk@workspace:libs/api-sdk":
"@bandada/api-sdk@npm:2.3.4, @bandada/api-sdk@workspace:libs/api-sdk":
version: 0.0.0-use.local
resolution: "@bandada/api-sdk@workspace:libs/api-sdk"
dependencies:
"@bandada/utils": "npm:2.3.3"
"@bandada/utils": "npm:2.3.4"
"@rollup/plugin-typescript": "npm:^11.0.0"
rimraf: "npm:^4.1.2"
rollup: "npm:^3.17.2"
Expand All @@ -2353,11 +2353,11 @@ __metadata:
languageName: unknown
linkType: soft

"@bandada/credentials@npm:2.3.3, @bandada/credentials@workspace:libs/credentials":
"@bandada/credentials@npm:2.3.4, @bandada/credentials@workspace:libs/credentials":
version: 0.0.0-use.local
resolution: "@bandada/credentials@workspace:libs/credentials"
dependencies:
"@bandada/utils": "npm:2.3.3"
"@bandada/utils": "npm:2.3.4"
"@rollup/plugin-typescript": "npm:^11.0.0"
"@zk-kit/logical-expressions": "npm:1.0.0"
ethers: "npm:5.7.0"
Expand All @@ -2382,15 +2382,15 @@ __metadata:
rollup-plugin-cleanup: "npm:^3.2.1"
typescript: "npm:^4.9.5"
peerDependencies:
"@bandada/contracts": 2.3.3
"@bandada/contracts": 2.3.4
"@nomiclabs/hardhat-ethers": ^2.0.0
"@semaphore-protocol/contracts": 3.4.0
ethers: ^5.4.7
hardhat: ^2.11.0
languageName: unknown
linkType: soft

"@bandada/utils@npm:2.3.3, @bandada/utils@workspace:libs/utils":
"@bandada/utils@npm:2.3.4, @bandada/utils@workspace:libs/utils":
version: 0.0.0-use.local
resolution: "@bandada/utils@workspace:libs/utils"
dependencies:
Expand Down Expand Up @@ -11105,8 +11105,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "api@workspace:apps/api"
dependencies:
"@bandada/credentials": "npm:2.3.3"
"@bandada/utils": "npm:2.3.3"
"@bandada/credentials": "npm:2.3.4"
"@bandada/utils": "npm:2.3.4"
"@ethersproject/hash": "npm:^5.7.0"
"@nestjs/cli": "npm:^9.0.0"
"@nestjs/common": "npm:^9.0.0"
Expand Down Expand Up @@ -13216,8 +13216,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "client@workspace:apps/client"
dependencies:
"@bandada/api-sdk": "npm:2.3.3"
"@bandada/utils": "npm:2.3.3"
"@bandada/api-sdk": "npm:2.3.4"
"@bandada/utils": "npm:2.3.4"
"@chakra-ui/react": "npm:^2.5.1"
"@chakra-ui/styled-system": "npm:^2.0.0"
"@chakra-ui/theme-tools": "npm:^2.0.16"
Expand Down Expand Up @@ -14443,8 +14443,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "dashboard@workspace:apps/dashboard"
dependencies:
"@bandada/credentials": "npm:2.3.3"
"@bandada/utils": "npm:2.3.3"
"@bandada/credentials": "npm:2.3.4"
"@bandada/utils": "npm:2.3.4"
"@chakra-ui/icons": "npm:^2.1.1"
"@chakra-ui/react": "npm:^2.5.1"
"@chakra-ui/styled-system": "npm:^2.0.0"
Expand Down

0 comments on commit 3f13a2c

Please sign in to comment.