Skip to content

Commit 26b0c13

Browse files
chore: release main (usecannon#486)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e4fdda7 commit 26b0c13

File tree

7 files changed

+29
-9
lines changed

7 files changed

+29
-9
lines changed

.release-please-manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/builder": "2.8.0",
3-
"packages/cli": "2.8.0",
4-
"packages/hardhat-cannon": "2.8.0"
2+
"packages/builder": "2.8.1",
3+
"packages/cli": "2.8.1",
4+
"packages/hardhat-cannon": "2.8.1"
55
}

packages/builder/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.8.1](https://github.com/usecannon/cannon/compare/v2.8.0...v2.8.1) (2023-09-29)
4+
5+
6+
### Bug Fixes
7+
8+
* **builder:** fix zod package regex for validation ([#485](https://github.com/usecannon/cannon/issues/485)) ([e4fdda7](https://github.com/usecannon/cannon/commit/e4fdda7e5283df75a0b658a9eb1e0f0d7935132f))
9+
310
## [2.8.0](https://github.com/usecannon/cannon/compare/v2.7.1...v2.8.0) (2023-09-29)
411

512

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.8.0",
3+
"version": "2.8.1",
44
"description": "Assembles cannonfile.toml manifests into cannon packages.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/cli/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### Dependencies
4+
5+
* The following workspace dependencies were updated
6+
* dependencies
7+
* @usecannon/builder bumped from ^2.8.0 to ^2.8.1
8+
39
## [2.8.0](https://github.com/usecannon/cannon/compare/v2.7.1...v2.8.0) (2023-09-29)
410

511

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.8.0",
3+
"version": "2.8.1",
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.8.0",
49+
"@usecannon/builder": "^2.8.1",
5050
"chalk": "^4.1.2",
5151
"commander": "^9.5.0",
5252
"debug": "^4.3.4",

packages/hardhat-cannon/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### Dependencies
4+
5+
* The following workspace dependencies were updated
6+
* dependencies
7+
* @usecannon/builder bumped from ^2.8.0 to ^2.8.1
8+
* @usecannon/cli bumped from ^2.8.0 to ^2.8.1
9+
310
## [2.8.0](https://github.com/usecannon/cannon/compare/v2.7.1...v2.8.0) (2023-09-29)
411

512

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.8.0",
3+
"version": "2.8.1",
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.8.0",
54-
"@usecannon/cli": "^2.8.0",
53+
"@usecannon/builder": "^2.8.1",
54+
"@usecannon/cli": "^2.8.1",
5555
"adm-zip": "^0.5.9",
5656
"chalk": "^4.1.2",
5757
"debug": "^4.3.3",

0 commit comments

Comments
 (0)