Skip to content

Commit

Permalink
chore(release): v2.19.4 (#1545)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjlescano authored Nov 12, 2024
1 parent 076dc71 commit 9bfd293
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ We bump and publish manually using lerna's [version and publish](https://lerna.j

#### Stable Release

1. To create a `stable` release, first checkout to a new branch (it can be called `release-stable` or something similar)
1. To create a `stable` release, first checkout to a new branch (it should be called `release/*`)

- Note, DO NOT use the version name as the branch name as this can cause conflicts with tags. (eg `v2.12.1` as a branch name is incorrect)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"npmClient": "pnpm",
"packages": ["packages/*"],
"exact": true,
"version": "2.19.3"
"version": "2.19.4"
}
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.19.3",
"version": "2.19.4",
"description": "Assembles cannonfile.toml manifests into cannon packages.",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usecannon/cli",
"version": "2.19.3",
"version": "2.19.4",
"description": "Utility for instantly loading cannon packages in standalone contexts",
"main": "dist/src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-cannon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hardhat-cannon",
"version": "2.19.3",
"version": "2.19.4",
"description": "Agnostic chain construction. Select the protocols and configuration you need to quickly and easily verify your project",
"author": "Synthetix",
"license": "MIT",
Expand Down

0 comments on commit 9bfd293

Please sign in to comment.