Skip to content

Commit

Permalink
chore: release v2.16.0 (#1228)
Browse files Browse the repository at this point in the history
  • Loading branch information
saeta-eth authored Jul 30, 2024
1 parent ba5816d commit 2a6714b
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 34 deletions.
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"npmClient": "npm",
"packages": [
"packages/*"
],
"packages": ["packages/*"],
"exact": true,
"version": "2.15.8"
"version": "2.16.0"
}
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"license": "MIT",
"dependencies": {
"@isaacs/ttlcache": "^1.4.1",
"@usecannon/builder": "^2.15.8",
"@usecannon/cli": "^2.15.6",
"@usecannon/builder": "^2.16.0",
"@usecannon/cli": "^2.16.0",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"envalid": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usecannon/builder",
"version": "2.15.8",
"version": "2.16.0",
"description": "Assembles cannonfile.toml manifests into cannon packages.",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usecannon/cli",
"version": "2.15.8",
"version": "2.16.0",
"description": "Utility for instantly loading cannon packages in standalone contexts",
"main": "dist/src/index.js",
"scripts": {
Expand Down Expand Up @@ -56,7 +56,7 @@
},
"dependencies": {
"@iarna/toml": "^3.0.0",
"@usecannon/builder": "2.15.8",
"@usecannon/builder": "2.16.0",
"abitype": "^1.0.2",
"chalk": "^4.1.2",
"commander": "^9.5.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/hardhat-cannon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hardhat-cannon",
"version": "2.15.8",
"version": "2.16.0",
"description": "Agnostic chain construction. Select the protocols and configuration you need to quickly and easily verify your project",
"repository": "github:usecannon/cannon",
"author": "Synthetix",
Expand Down Expand Up @@ -43,8 +43,8 @@
},
"dependencies": {
"@iarna/toml": "^3.0.0",
"@usecannon/builder": "2.15.8",
"@usecannon/cli": "2.15.8",
"@usecannon/builder": "2.16.0",
"@usecannon/cli": "2.16.0",
"chalk": "^4.1.2",
"debug": "^4.3.4",
"fs-extra": "^11.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@usecannon/builder": "^2.15.8",
"@usecannon/cli": "^2.15.8",
"@usecannon/builder": "^2.16.0",
"@usecannon/cli": "^2.16.0",
"dotenv": "^16.4.5",
"envalid": "^8.0.0",
"lodash": "^4.17.21",
Expand Down
6 changes: 3 additions & 3 deletions packages/registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"@typechain/hardhat": "6.1.2",
"@types/mocha": "9.1.1",
"@types/node": "18.0.0",
"@usecannon/builder": "^2.15.8",
"@usecannon/cli": "^2.15.8",
"@usecannon/builder": "^2.16.0",
"@usecannon/cli": "^2.16.0",
"at-least-node": "^1.0.0",
"chai": "4.3.6",
"dotenv": "16.0.1",
"ethers": "5.7.1",
"hardhat": "^2.22.3",
"hardhat-cannon": "^2.15.8",
"hardhat-cannon": "^2.16.0",
"hardhat-contract-sizer": "^2.7.0",
"hardhat-gas-reporter": "^1.0.9",
"mocha": "10.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"@types/node": "20.3.2",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.6",
"@usecannon/builder": "^2.15.8",
"@usecannon/cli": "^2.15.8",
"@usecannon/builder": "^2.16.0",
"@usecannon/cli": "^2.16.0",
"@vercel/analytics": "^1.1.1",
"axios": "^1.6.7",
"browser-level": "^1.0.1",
Expand Down

0 comments on commit 2a6714b

Please sign in to comment.