Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @synapsecns/contracts-core@1.0.35
 - @synapsecns/contracts-rfq@0.7.1
 - @synapsecns/solidity-devops@0.4.7
  • Loading branch information
ChiTimesChi committed Oct 9, 2024
1 parent 768209d commit 05857f4
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 4 deletions.
8 changes: 8 additions & 0 deletions packages/contracts-core/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.0.35](https://github.com/synapsecns/sanguine/compare/@synapsecns/contracts-core@1.0.34...@synapsecns/contracts-core@1.0.35) (2024-10-09)

**Note:** Version bump only for package @synapsecns/contracts-core





## [1.0.34](https://github.com/synapsecns/sanguine/compare/@synapsecns/contracts-core@1.0.33...@synapsecns/contracts-core@1.0.34) (2024-09-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/contracts-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synapsecns/contracts-core",
"version": "1.0.34",
"version": "1.0.35",
"description": "",
"scripts": {
"build": "yarn build:contracts && yarn build:typescript && yarn build:go",
Expand Down
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.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





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


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.0",
"version": "0.7.1",
"description": "FastBridge contracts.",
"private": true,
"files": [
Expand All @@ -11,7 +11,7 @@
"@openzeppelin/contracts": "5.0.1"
},
"devDependencies": {
"@synapsecns/solidity-devops": "^0.4.6",
"@synapsecns/solidity-devops": "^0.4.7",
"solhint": "5.0.3"
},
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/solidity-devops/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.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





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


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.6",
"version": "0.4.7",
"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 05857f4

Please sign in to comment.