diff --git a/packages/contracts-communication/CHANGELOG.md b/packages/contracts-communication/CHANGELOG.md index 5522de5fca..c0c7848976 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.5](https://github.com/synapsecns/sanguine/compare/contracts-communication@1.7.4...contracts-communication@1.7.5) (2024-06-04) + +**Note:** Version bump only for package contracts-communication + + + + + ## [1.7.4](https://github.com/synapsecns/sanguine/compare/contracts-communication@1.7.3...contracts-communication@1.7.4) (2024-06-02) **Note:** Version bump only for package contracts-communication diff --git a/packages/contracts-communication/package.json b/packages/contracts-communication/package.json index 3da5025a98..9c65c56faf 100644 --- a/packages/contracts-communication/package.json +++ b/packages/contracts-communication/package.json @@ -1,6 +1,6 @@ { "name": "contracts-communication", - "version": "1.7.4", + "version": "1.7.5", "private": true, "files": [ "contracts/*.sol" @@ -21,7 +21,7 @@ "@openzeppelin/contracts-upgradeable": "5.0.1" }, "devDependencies": { - "@synapsecns/solidity-devops": "^0.4.1", + "@synapsecns/solidity-devops": "^0.4.2", "solhint": "^4.1.1" } } diff --git a/packages/contracts-rfq/CHANGELOG.md b/packages/contracts-rfq/CHANGELOG.md index 26fba48ab1..48fd42464a 100644 --- a/packages/contracts-rfq/CHANGELOG.md +++ b/packages/contracts-rfq/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. +## [0.2.8](https://github.com/synapsecns/sanguine/compare/FastBridge@0.2.7...FastBridge@0.2.8) (2024-06-04) + +**Note:** Version bump only for package FastBridge + + + + + ## [0.2.7](https://github.com/synapsecns/sanguine/compare/FastBridge@0.2.6...FastBridge@0.2.7) (2024-06-02) **Note:** Version bump only for package FastBridge diff --git a/packages/contracts-rfq/package.json b/packages/contracts-rfq/package.json index 39b483546b..0848a177ba 100644 --- a/packages/contracts-rfq/package.json +++ b/packages/contracts-rfq/package.json @@ -1,7 +1,7 @@ { "name": "FastBridge", "license": "UNLICENSED", - "version": "0.2.7", + "version": "0.2.8", "description": "FastBridge contracts.", "private": true, "files": [ @@ -11,7 +11,7 @@ "@openzeppelin/contracts": "5.0.1" }, "devDependencies": { - "@synapsecns/solidity-devops": "^0.4.1", + "@synapsecns/solidity-devops": "^0.4.2", "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 2c006b0f16..a4a271ea9f 100644 --- a/packages/solidity-devops/CHANGELOG.md +++ b/packages/solidity-devops/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.2](https://github.com/synapsecns/sanguine/compare/@synapsecns/solidity-devops@0.4.1...@synapsecns/solidity-devops@0.4.2) (2024-06-04) + + +### Bug Fixes + +* **solidity-devops:** update README ([#2666](https://github.com/synapsecns/sanguine/issues/2666)) ([ebcc94c](https://github.com/synapsecns/sanguine/commit/ebcc94c6d98a0ac302c9e41f0247c95d6fe93a37)) +* **solidity-devops:** use npx to run the binaries ([b7cb945](https://github.com/synapsecns/sanguine/commit/b7cb945b793b88789d4220a75b15dcc311afa104)) + + + + + ## [0.4.1](https://github.com/synapsecns/sanguine/compare/@synapsecns/solidity-devops@0.4.0...@synapsecns/solidity-devops@0.4.1) (2024-06-02) diff --git a/packages/solidity-devops/package.json b/packages/solidity-devops/package.json index d87b1c5bd8..0dffc59da6 100644 --- a/packages/solidity-devops/package.json +++ b/packages/solidity-devops/package.json @@ -1,6 +1,6 @@ { "name": "@synapsecns/solidity-devops", - "version": "0.4.1", + "version": "0.4.2", "description": "A collection of utils to effortlessly test, deploy and maintain the smart contracts on EVM compatible blockchains", "license": "MIT", "repository": {