Skip to content

Commit

Permalink
Merge branch 'master' into feat/api-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Aug 1, 2023
2 parents 685fcf1 + 0331797 commit aff04ab
Show file tree
Hide file tree
Showing 7 changed files with 92 additions and 7 deletions.
24 changes: 24 additions & 0 deletions packages/rest-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.10](https://github.com/synapsecns/sanguine/compare/@synapsecns/rest-api@1.0.9...@synapsecns/rest-api@1.0.10) (2023-08-01)

**Note:** Version bump only for package @synapsecns/rest-api





## [1.0.9](https://github.com/synapsecns/sanguine/compare/@synapsecns/rest-api@1.0.8...@synapsecns/rest-api@1.0.9) (2023-08-01)

**Note:** Version bump only for package @synapsecns/rest-api





## [1.0.8](https://github.com/synapsecns/sanguine/compare/@synapsecns/rest-api@1.0.7...@synapsecns/rest-api@1.0.8) (2023-08-01)

**Note:** Version bump only for package @synapsecns/rest-api





## [1.0.7](https://github.com/synapsecns/sanguine/compare/@synapsecns/rest-api@1.0.6...@synapsecns/rest-api@1.0.7) (2023-08-01)


Expand Down
4 changes: 2 additions & 2 deletions packages/rest-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synapsecns/rest-api",
"version": "1.0.7",
"version": "1.0.10",
"private": "true",
"engines": {
"node": ">=16.0.0"
Expand All @@ -23,7 +23,7 @@
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@ethersproject/units": "5.7.0",
"@synapsecns/sdk-router": "^0.2.5",
"@synapsecns/sdk-router": "^0.2.8",
"bignumber": "^1.1.0",
"ethers": "5.7.2",
"express": "^4.18.2",
Expand Down
30 changes: 30 additions & 0 deletions packages/sdk-router/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@
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/@synapsecns/sdk-router@0.2.7...@synapsecns/sdk-router@0.2.8) (2023-08-01)

**Note:** Version bump only for package @synapsecns/sdk-router





## [0.2.7](https://github.com/synapsecns/sanguine/compare/@synapsecns/sdk-router@0.2.6...@synapsecns/sdk-router@0.2.7) (2023-08-01)


### Reverts

* Revert "Revert "try to fix router install (#1201)"" (#1210) ([84d7cbb](https://github.com/synapsecns/sanguine/commit/84d7cbb0d8913c33ce91d8f380591fb401594c82)), closes [#1201](https://github.com/synapsecns/sanguine/issues/1201) [#1210](https://github.com/synapsecns/sanguine/issues/1210)





## [0.2.6](https://github.com/synapsecns/sanguine/compare/@synapsecns/sdk-router@0.2.5...@synapsecns/sdk-router@0.2.6) (2023-08-01)


### Reverts

* Revert "try to fix router install (#1201)" ([67d6ef5](https://github.com/synapsecns/sanguine/commit/67d6ef5f1d7c1307b603ebe916cadb7eea7fe0bc)), closes [#1201](https://github.com/synapsecns/sanguine/issues/1201)





## [0.2.5](https://github.com/synapsecns/sanguine/compare/@synapsecns/sdk-router@0.2.4...@synapsecns/sdk-router@0.2.5) (2023-08-01)

**Note:** Version bump only for package @synapsecns/sdk-router
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-router/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ const { data, to } = await Synapse.bridge(
)
```

The Synapse SDK allows quick and easy interaction with Synapse Protocol routers and bridges across multiple chains.
The Synapse SDK allows quick and easy interaction with Synapse Protocol routers and bridges across multiple chains
5 changes: 3 additions & 2 deletions packages/sdk-router/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@synapsecns/sdk-router",
"description": "An SDK for interacting with the Synapse Protocol",
"version": "0.2.5",
"version": "0.2.8",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -21,7 +21,8 @@
"ci:lint": "npm run lint:check",
"lint:fix": "eslint . --fix --max-warnings=0 --ext ts --ext tsx --ext js --ext jsx",
"test:coverage": "tsdx test --coverage",
"preinstall": "tsdx build",
"prepare": "tsdx build",
"preinstall": "command -v tsdx >/dev/null 2>&1 && tsdx build || echo 'tsdx not found'",
"size": "size-limit",
"analyze": "size-limit --why",
"build:go": " ",
Expand Down
30 changes: 30 additions & 0 deletions packages/synapse-interface/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.74](https://github.com/synapsecns/sanguine/compare/@synapsecns/synapse-interface@0.1.73...@synapsecns/synapse-interface@0.1.74) (2023-08-01)

**Note:** Version bump only for package @synapsecns/synapse-interface





## [0.1.73](https://github.com/synapsecns/sanguine/compare/@synapsecns/synapse-interface@0.1.72...@synapsecns/synapse-interface@0.1.73) (2023-08-01)


### Reverts

* Revert "Revert "try to fix router install (#1201)"" (#1210) ([84d7cbb](https://github.com/synapsecns/sanguine/commit/84d7cbb0d8913c33ce91d8f380591fb401594c82)), closes [#1201](https://github.com/synapsecns/sanguine/issues/1201) [#1210](https://github.com/synapsecns/sanguine/issues/1210)





## [0.1.72](https://github.com/synapsecns/sanguine/compare/@synapsecns/synapse-interface@0.1.71...@synapsecns/synapse-interface@0.1.72) (2023-08-01)


### Reverts

* Revert "try to fix router install (#1201)" ([67d6ef5](https://github.com/synapsecns/sanguine/commit/67d6ef5f1d7c1307b603ebe916cadb7eea7fe0bc)), closes [#1201](https://github.com/synapsecns/sanguine/issues/1201)





## [0.1.71](https://github.com/synapsecns/sanguine/compare/@synapsecns/synapse-interface@0.1.70...@synapsecns/synapse-interface@0.1.71) (2023-08-01)

**Note:** Version bump only for package @synapsecns/synapse-interface
Expand Down
4 changes: 2 additions & 2 deletions packages/synapse-interface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synapsecns/synapse-interface",
"version": "0.1.71",
"version": "0.1.74",
"private": true,
"engines": {
"node": ">=16.0.0"
Expand Down Expand Up @@ -35,7 +35,7 @@
"@rainbow-me/rainbowkit": "^1.0.4",
"@reduxjs/toolkit": "^1.9.5",
"@segment/analytics-next": "^1.53.0",
"@synapsecns/sdk-router": "^0.2.5",
"@synapsecns/sdk-router": "^0.2.8",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
Expand Down

0 comments on commit aff04ab

Please sign in to comment.