Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed May 1, 2024
1 parent ad6438a commit 1cf1b6d
Show file tree
Hide file tree
Showing 6 changed files with 32 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.3.1](https://github.com/synapsecns/sanguine/compare/[email protected]@1.3.1) (2024-05-01)

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





# [1.3.0](https://github.com/synapsecns/sanguine/compare/[email protected]@1.3.0) (2024-04-29)


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.3.0",
"version": "1.3.1",
"private": true,
"files": [
"contracts/*.sol"
Expand All @@ -21,7 +21,7 @@
"@openzeppelin/contracts-upgradeable": "5.0.1"
},
"devDependencies": {
"@synapsecns/solidity-devops": "^0.3.2",
"@synapsecns/solidity-devops": "^0.3.3",
"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.2](https://github.com/synapsecns/sanguine/compare/[email protected]@0.2.2) (2024-05-01)

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





## [0.2.1](https://github.com/synapsecns/sanguine/compare/[email protected]@0.2.1) (2024-05-01)

**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,14 +1,14 @@
{
"name": "FastBridge",
"license": "UNLICENSED",
"version": "0.2.1",
"version": "0.2.2",
"description": "FastBridge contracts.",
"private": true,
"files": [
"src/*.sol"
],
"devDependencies": {
"@synapsecns/solidity-devops": "^0.3.2",
"@synapsecns/solidity-devops": "^0.3.3",
"prettier": "^2.5.1",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"solhint": "^3.3.6"
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.3.3](https://github.com/synapsecns/sanguine/compare/@synapsecns/[email protected]...@synapsecns/[email protected]) (2024-05-01)


### Bug Fixes

* update `forge-std` to 1.8.1, remove `ds-test`, use `solhint` for linting ([#2545](https://github.com/synapsecns/sanguine/issues/2545)) ([ad6438a](https://github.com/synapsecns/sanguine/commit/ad6438ad1f7c24915122d3524fa3dd9f3b9a0b2a))





## [0.3.2](https://github.com/synapsecns/sanguine/compare/@synapsecns/[email protected]...@synapsecns/[email protected]) (2024-04-08)


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.3.2",
"version": "0.3.3",
"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 1cf1b6d

Please sign in to comment.