Skip to content

Commit

Permalink
chore: v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Mar 23, 2023
1 parent 17dc1c3 commit 18a027f
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 @@ -18,7 +18,7 @@
"@nestjs/schedule": "^2.2.0",
"@nestjs/typeorm": "^9.0.1",
"@semaphore-protocol/group": "3.4.0",
"@zk-groups/utils": "0.3.0",
"@zk-groups/utils": "0.4.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"cookie-parser": "^1.4.6",
Expand Down
2 changes: 1 addition & 1 deletion apps/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@semaphore-protocol/identity": "3.4.0",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@zk-groups/utils": "0.3.0",
"@zk-groups/utils": "0.4.0",
"ethers": "^5.4.7",
"framer-motion": "^10.0.1",
"react": "^18.2.0",
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": "@zk-groups/contracts",
"version": "0.3.0",
"version": "0.4.0",
"description": "Zk-groups 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 @@ -17,7 +17,7 @@
"@semaphore-protocol/data": "3.4.0",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@zk-groups/utils": "0.3.0",
"@zk-groups/utils": "0.4.0",
"ethers": "^5.4.7",
"framer-motion": "^10.0.1",
"react": "^18.2.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": "@zk-groups/hardhat",
"version": "0.3.0",
"version": "0.4.0",
"description": "A Hardhat plugin which provides tasks to deploy ZKGroups contracts.",
"license": "MIT",
"main": "dist/index.node.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"peerDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@semaphore-protocol/contracts": "3.4.0",
"@zk-groups/contracts": "0.3.0",
"@zk-groups/contracts": "0.4.0",
"ethers": "^5.4.7",
"hardhat": "^2.11.0"
},
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": "@zk-groups/utils",
"version": "0.3.0",
"version": "0.4.0",
"description": "General ZKGroups 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 @@ -6649,13 +6649,13 @@ __metadata:
peerDependencies:
"@nomiclabs/hardhat-ethers": ^2.0.0
"@semaphore-protocol/contracts": 3.4.0
"@zk-groups/contracts": 0.3.0
"@zk-groups/contracts": 0.4.0
ethers: ^5.4.7
hardhat: ^2.11.0
languageName: unknown
linkType: soft

"@zk-groups/utils@0.3.0, @zk-groups/utils@workspace:libs/utils":
"@zk-groups/utils@0.4.0, @zk-groups/utils@workspace:libs/utils":
version: 0.0.0-use.local
resolution: "@zk-groups/utils@workspace:libs/utils"
dependencies:
Expand Down Expand Up @@ -7105,7 +7105,7 @@ __metadata:
"@types/passport-github": ^1.1.7
"@types/passport-jwt": ^3.0.8
"@types/passport-twitter": ^1.0.37
"@zk-groups/utils": 0.3.0
"@zk-groups/utils": 0.4.0
class-transformer: ^0.5.1
class-validator: ^0.14.0
cookie-parser: ^1.4.6
Expand Down Expand Up @@ -8650,7 +8650,7 @@ __metadata:
"@vitejs/plugin-react": ^3.1.0
"@web3-react/core": ^6.1.9
"@web3-react/injected-connector": ^6.0.7
"@zk-groups/utils": 0.3.0
"@zk-groups/utils": 0.4.0
ethers: ^5.4.7
framer-motion: ^10.0.1
react: ^18.2.0
Expand Down Expand Up @@ -9432,7 +9432,7 @@ __metadata:
"@vitejs/plugin-react": ^3.1.0
"@web3-react/core": ^6.1.9
"@web3-react/injected-connector": ^6.0.7
"@zk-groups/utils": 0.3.0
"@zk-groups/utils": 0.4.0
ethers: ^5.4.7
framer-motion: ^10.0.1
react: ^18.2.0
Expand Down

0 comments on commit 18a027f

Please sign in to comment.