Skip to content

Commit

Permalink
chore: v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Mar 28, 2023
1 parent acbe051 commit 70007c9
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "nest build"
},
"dependencies": {
"@bandada/utils": "0.6.0",
"@bandada/utils": "0.7.0",
"@ethersproject/hash": "^5.7.0",
"@nestjs/common": "^9.0.0",
"@nestjs/core": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview"
},
"dependencies": {
"@bandada/utils": "0.6.0",
"@bandada/utils": "0.7.0",
"@chakra-ui/react": "^2.5.1",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
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": "0.6.0",
"version": "0.7.0",
"description": "Bandada smart contracts to manage off-chain groups and verify their zero-knowledge proofs.",
"license": "MIT",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview"
},
"dependencies": {
"@bandada/utils": "0.6.0",
"@bandada/utils": "0.7.0",
"@chakra-ui/react": "^2.5.1",
"@chakra-ui/theme-tools": "^2.0.16",
"@emotion/react": "^11.10.6",
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": "0.6.0",
"version": "0.7.0",
"description": "A Hardhat plugin which provides tasks to deploy Bandada contracts.",
"license": "MIT",
"main": "dist/index.node.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"typescript": "^4.9.5"
},
"peerDependencies": {
"@bandada/contracts": "0.6.0",
"@bandada/contracts": "0.7.0",
"@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": "0.6.0",
"version": "0.7.0",
"description": "General Bandada utility functions.",
"license": "MIT",
"main": "dist/index.node.js",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -838,15 +838,15 @@ __metadata:
rollup-plugin-cleanup: ^3.2.1
typescript: ^4.9.5
peerDependencies:
"@bandada/contracts": 0.6.0
"@bandada/contracts": 0.7.0
"@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@0.6.0, @bandada/utils@workspace:libs/utils":
"@bandada/utils@0.7.0, @bandada/utils@workspace:libs/utils":
version: 0.0.0-use.local
resolution: "@bandada/utils@workspace:libs/utils"
dependencies:
Expand Down Expand Up @@ -7094,7 +7094,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "api@workspace:apps/api"
dependencies:
"@bandada/utils": 0.6.0
"@bandada/utils": 0.7.0
"@ethersproject/hash": ^5.7.0
"@nestjs/cli": ^9.0.0
"@nestjs/common": ^9.0.0
Expand Down Expand Up @@ -8684,7 +8684,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "client@workspace:apps/client"
dependencies:
"@bandada/utils": 0.6.0
"@bandada/utils": 0.7.0
"@chakra-ui/react": ^2.5.1
"@emotion/react": ^11.10.6
"@emotion/styled": ^11.10.6
Expand Down Expand Up @@ -9463,7 +9463,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "dashboard@workspace:apps/dashboard"
dependencies:
"@bandada/utils": 0.6.0
"@bandada/utils": 0.7.0
"@chakra-ui/react": ^2.5.1
"@chakra-ui/theme-tools": ^2.0.16
"@emotion/react": ^11.10.6
Expand Down

0 comments on commit 70007c9

Please sign in to comment.