Skip to content

Commit d065219

Browse files
committed
v2.21.5
1 parent e305d5c commit d065219

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"npmClient": "pnpm",
33
"packages": ["packages/*"],
44
"exact": true,
5-
"version": "2.21.4"
5+
"version": "2.21.5"
66
}

packages/builder/package.json

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

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@usecannon/cli",
3-
"version": "2.21.4",
3+
"version": "2.21.5",
44
"description": "Utility for instantly loading cannon packages in standalone contexts",
55
"main": "dist/src/index.js",
66
"scripts": {

packages/hardhat-cannon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hardhat-cannon",
3-
"version": "2.21.4",
3+
"version": "2.21.5",
44
"description": "Agnostic chain construction. Select the protocols and configuration you need to quickly and easily verify your project",
55
"author": "Synthetix",
66
"license": "MIT",

0 commit comments

Comments
 (0)