Skip to content

Commit

Permalink
Merge pull request #2321 from synapsecns/master
Browse files Browse the repository at this point in the history
2024-03-20 FE Release
  • Loading branch information
aureliusbtc authored Mar 20, 2024
2 parents cc48eee + 9a24718 commit d1d827f
Show file tree
Hide file tree
Showing 16 changed files with 68 additions and 37 deletions.
8 changes: 8 additions & 0 deletions packages/explorer-ui/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.1.41](https://github.com/synapsecns/sanguine/compare/@synapsecns/[email protected]...@synapsecns/[email protected]) (2024-03-19)

**Note:** Version bump only for package @synapsecns/explorer-ui





## [0.1.40](https://github.com/synapsecns/sanguine/compare/@synapsecns/[email protected]...@synapsecns/[email protected]) (2024-03-18)

**Note:** Version bump only for package @synapsecns/explorer-ui
Expand Down
4 changes: 2 additions & 2 deletions packages/explorer-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synapsecns/explorer-ui",
"version": "0.1.40",
"version": "0.1.41",
"private": true,
"engines": {
"node": ">=16.0.0"
Expand Down Expand Up @@ -36,7 +36,7 @@
"recharts": "^2.3.2",
"sharp": "^0.31.3",
"swr": "^1.3.0",
"synapse-constants": "^1.3.7",
"synapse-constants": "^1.3.8",
"tailwind-merge": "^1.3.0",
"tiny-warning": "^1.0.3",
"viem": "^1.19.13",
Expand Down
8 changes: 8 additions & 0 deletions packages/synapse-constants/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.8](https://github.com/synapsecns/sanguine/compare/[email protected]@1.3.8) (2024-03-19)

**Note:** Version bump only for package synapse-constants





## [1.3.7](https://github.com/synapsecns/sanguine/compare/[email protected]@1.3.7) (2024-03-18)

**Note:** Version bump only for package synapse-constants
Expand Down
2 changes: 1 addition & 1 deletion packages/synapse-constants/constants/assets/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export * as gmxLogo from './gmx.svg'
export * as h2oLogo from './h2o.svg'
export * as highLogo from './highstreet.svg'
export * as hyperjumpLogo from './hyperjump.svg'
export * as jewelLogo from './jewel.svg'
export * as jewelLogo from './jewel.png'
export * as klayLogo from './klay.svg'
export * as l2daoLogo from './l2dao.svg'
export * as maticLogo from './matic.svg'
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

2 changes: 1 addition & 1 deletion packages/synapse-constants/constants/tokens/bridgeable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import gmxLogo from '../assets/icons/gmx.svg'
import h2oLogo from '../assets/icons/h2o.svg'
import highLogo from '../assets/icons/highstreet.svg'
import hyperjumpLogo from '../assets/icons/hyperjump.svg'
import jewelLogo from '../assets/icons/jewel.svg'
import jewelLogo from '../assets/icons/jewel.png'
import klayLogo from '../assets/icons/klay.svg'
import l2daoLogo from '../assets/icons/l2dao.svg'
import maticLogo from '../assets/icons/matic.svg'
Expand Down
2 changes: 1 addition & 1 deletion packages/synapse-constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "synapse-constants",
"version": "1.3.7",
"version": "1.3.8",
"description": "This is an npm package that maintains all synapse constants",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
16 changes: 16 additions & 0 deletions packages/synapse-interface/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.3](https://github.com/synapsecns/sanguine/compare/@synapsecns/[email protected]...@synapsecns/[email protected]) (2024-03-20)

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





## [0.10.2](https://github.com/synapsecns/sanguine/compare/@synapsecns/[email protected]...@synapsecns/[email protected]) (2024-03-19)

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





## [0.10.1](https://github.com/synapsecns/sanguine/compare/@synapsecns/[email protected]...@synapsecns/[email protected]) (2024-03-19)

**Note:** Version bump only for package @synapsecns/synapse-interface
Expand Down
Binary file added packages/synapse-interface/assets/icons/jewel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d1d827f

Please sign in to comment.