diff --git a/packages/contracts-communication/CHANGELOG.md b/packages/contracts-communication/CHANGELOG.md index 1d606a6a98..ba173df153 100644 --- a/packages/contracts-communication/CHANGELOG.md +++ b/packages/contracts-communication/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.7.2](https://github.com/synapsecns/sanguine/compare/contracts-communication@1.7.1...contracts-communication@1.7.2) (2024-05-12) + +**Note:** Version bump only for package contracts-communication + + + + + ## [1.7.1](https://github.com/synapsecns/sanguine/compare/contracts-communication@1.7.0...contracts-communication@1.7.1) (2024-05-12) **Note:** Version bump only for package contracts-communication diff --git a/packages/contracts-communication/package.json b/packages/contracts-communication/package.json index d0d0cdde64..04725410f1 100644 --- a/packages/contracts-communication/package.json +++ b/packages/contracts-communication/package.json @@ -1,6 +1,6 @@ { "name": "contracts-communication", - "version": "1.7.1", + "version": "1.7.2", "private": true, "files": [ "contracts/*.sol" @@ -21,7 +21,7 @@ "@openzeppelin/contracts-upgradeable": "5.0.1" }, "devDependencies": { - "@synapsecns/solidity-devops": "^0.3.4", + "@synapsecns/solidity-devops": "^0.3.5", "solhint": "^4.1.1" } } diff --git a/packages/contracts-rfq/CHANGELOG.md b/packages/contracts-rfq/CHANGELOG.md index ea7b9adf34..55edecade3 100644 --- a/packages/contracts-rfq/CHANGELOG.md +++ b/packages/contracts-rfq/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.5](https://github.com/synapsecns/sanguine/compare/FastBridge@0.2.4...FastBridge@0.2.5) (2024-05-12) + + +### Reverts + +* Revert "update bl" ([3693110](https://github.com/synapsecns/sanguine/commit/3693110e0f9df6177935bbbfba5444df62b11866)) + + + + + ## [0.2.4](https://github.com/synapsecns/sanguine/compare/FastBridge@0.2.3...FastBridge@0.2.4) (2024-05-06) **Note:** Version bump only for package FastBridge diff --git a/packages/contracts-rfq/package.json b/packages/contracts-rfq/package.json index 6ca5683892..1729cafc57 100644 --- a/packages/contracts-rfq/package.json +++ b/packages/contracts-rfq/package.json @@ -1,7 +1,7 @@ { "name": "FastBridge", "license": "UNLICENSED", - "version": "0.2.4", + "version": "0.2.5", "description": "FastBridge contracts.", "private": true, "files": [ @@ -11,7 +11,7 @@ "@openzeppelin/contracts": "5.0.1" }, "devDependencies": { - "@synapsecns/solidity-devops": "^0.3.4", + "@synapsecns/solidity-devops": "^0.3.5", "prettier": "^2.5.1", "prettier-plugin-solidity": "^1.0.0-beta.19", "solhint": "^3.3.6" diff --git a/packages/solidity-devops/CHANGELOG.md b/packages/solidity-devops/CHANGELOG.md index 548b4baa63..aa43ade402 100644 --- a/packages/solidity-devops/CHANGELOG.md +++ b/packages/solidity-devops/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.5](https://github.com/synapsecns/sanguine/compare/@synapsecns/solidity-devops@0.3.4...@synapsecns/solidity-devops@0.3.5) (2024-05-12) + + +### Bug Fixes + +* **solidity-devops:** update forge-std to 1.8.2 ([#2619](https://github.com/synapsecns/sanguine/issues/2619)) ([382219d](https://github.com/synapsecns/sanguine/commit/382219d450376650a7787d6daa15c171b0610f19)) + + + + + ## [0.3.4](https://github.com/synapsecns/sanguine/compare/@synapsecns/solidity-devops@0.3.3...@synapsecns/solidity-devops@0.3.4) (2024-05-06) diff --git a/packages/solidity-devops/package.json b/packages/solidity-devops/package.json index 587128b044..8e192b3c78 100644 --- a/packages/solidity-devops/package.json +++ b/packages/solidity-devops/package.json @@ -1,6 +1,6 @@ { "name": "@synapsecns/solidity-devops", - "version": "0.3.4", + "version": "0.3.5", "description": "A collection of utils to effortlessly test, deploy and maintain the smart contracts on EVM compatible blockchains", "license": "MIT", "repository": {