Skip to content

Commit 0fe96bb

Browse files
committed
v2.5.3
1 parent 6e18325 commit 0fe96bb

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"npmClient": "npm",
3-
"version": "2.5.1"
3+
"version": "2.5.3"
44
}

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/builder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@usecannon/builder",
3-
"version": "2.5.1",
3+
"version": "2.5.3",
44
"description": "Assembles cannonfile.toml manifests into cannon packages.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@usecannon/cli",
3-
"version": "2.5.1",
3+
"version": "2.5.3",
44
"description": "Utility for instantly loading cannon packages in standalone contexts",
55
"main": "dist/src/index.js",
66
"scripts": {
@@ -46,7 +46,7 @@
4646
"dependencies": {
4747
"@iarna/toml": "^3.0.0",
4848
"@synthetixio/wei": "^2.74.1",
49-
"@usecannon/builder": "^2.5.1",
49+
"@usecannon/builder": "^2.5.3",
5050
"chalk": "^4.1.2",
5151
"commander": "^9.5.0",
5252
"debug": "^4.3.4",

packages/hardhat-cannon/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hardhat-cannon",
3-
"version": "2.5.1",
3+
"version": "2.5.3",
44
"description": "Agnostic chain construction. Select the protocols and configuration you need to quickly and easily verify your project",
55
"repository": "github:usecannon/cannon",
66
"author": "Synthetix",
@@ -50,8 +50,8 @@
5050
},
5151
"dependencies": {
5252
"@iarna/toml": "^3.0.0",
53-
"@usecannon/builder": "^2.5.1",
54-
"@usecannon/cli": "^2.5.1",
53+
"@usecannon/builder": "^2.5.3",
54+
"@usecannon/cli": "^2.5.3",
5555
"adm-zip": "^0.5.9",
5656
"chalk": "^4.1.2",
5757
"debug": "^4.3.3",

0 commit comments

Comments
 (0)