Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @synapsecns/contracts-rfq@0.7.2
 - @synapsecns/solidity-devops@0.4.8
  • Loading branch information
ChiTimesChi committed Oct 9, 2024
1 parent a3fd580 commit e74153c
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/contracts-rfq/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.2](https://github.com/synapsecns/sanguine/compare/@synapsecns/contracts-rfq@0.7.1...@synapsecns/contracts-rfq@0.7.2) (2024-10-09)


### Bug Fixes

* **contracts-rfq:** add bridge/relay revert tests [SLT-322] ([#3251](https://github.com/synapsecns/sanguine/issues/3251)) ([6dd94ca](https://github.com/synapsecns/sanguine/commit/6dd94ca5c4e9c8ec1263940d7ffff78096d90b2b))





## [0.7.1](https://github.com/synapsecns/sanguine/compare/@synapsecns/contracts-rfq@0.7.0...@synapsecns/contracts-rfq@0.7.1) (2024-10-09)

**Note:** Version bump only for package @synapsecns/contracts-rfq
Expand Down
4 changes: 2 additions & 2 deletions packages/contracts-rfq/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@synapsecns/contracts-rfq",
"license": "MIT",
"version": "0.7.1",
"version": "0.7.2",
"description": "FastBridge contracts.",
"private": true,
"files": [
Expand All @@ -11,7 +11,7 @@
"@openzeppelin/contracts": "5.0.1"
},
"devDependencies": {
"@synapsecns/solidity-devops": "^0.4.7",
"@synapsecns/solidity-devops": "^0.4.8",
"solhint": "5.0.3"
},
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/solidity-devops/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.8](https://github.com/synapsecns/sanguine/compare/@synapsecns/solidity-devops@0.4.7...@synapsecns/solidity-devops@0.4.8) (2024-10-09)


### Bug Fixes

* **solidity-devops:** always add verifier options to `forge script` ([#3254](https://github.com/synapsecns/sanguine/issues/3254)) ([a3fd580](https://github.com/synapsecns/sanguine/commit/a3fd5801ca5255cd79c3ae85520b3021b2a55ade))





## [0.4.7](https://github.com/synapsecns/sanguine/compare/@synapsecns/solidity-devops@0.4.6...@synapsecns/solidity-devops@0.4.7) (2024-10-09)

**Note:** Version bump only for package @synapsecns/solidity-devops
Expand Down
2 changes: 1 addition & 1 deletion packages/solidity-devops/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synapsecns/solidity-devops",
"version": "0.4.7",
"version": "0.4.8",
"description": "A collection of utils to effortlessly test, deploy and maintain the smart contracts on EVM compatible blockchains",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit e74153c

Please sign in to comment.