Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Jun 4, 2024
1 parent ebcc94c commit d3be8a0
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/contracts-communication/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@1.7.5) (2024-06-04)

**Note:** Version bump only for package contracts-communication





## [1.7.4](https://github.com/synapsecns/sanguine/compare/[email protected]@1.7.4) (2024-06-02)

**Note:** Version bump only for package contracts-communication
Expand Down
4 changes: 2 additions & 2 deletions packages/contracts-communication/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contracts-communication",
"version": "1.7.4",
"version": "1.7.5",
"private": true,
"files": [
"contracts/*.sol"
Expand All @@ -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"
}
}
8 changes: 8 additions & 0 deletions packages/contracts-rfq/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@0.2.8) (2024-06-04)

**Note:** Version bump only for package FastBridge





## [0.2.7](https://github.com/synapsecns/sanguine/compare/[email protected]@0.2.7) (2024-06-02)

**Note:** Version bump only for package FastBridge
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": "FastBridge",
"license": "UNLICENSED",
"version": "0.2.7",
"version": "0.2.8",
"description": "FastBridge contracts.",
"private": true,
"files": [
Expand All @@ -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"
Expand Down
12 changes: 12 additions & 0 deletions packages/solidity-devops/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@synapsecns/[email protected]) (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/[email protected]...@synapsecns/[email protected]) (2024-06-02)


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.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": {
Expand Down

0 comments on commit d3be8a0

Please sign in to comment.