Skip to content

Commit

Permalink
merging master
Browse files Browse the repository at this point in the history
  • Loading branch information
Defi-Moses committed Dec 8, 2024
2 parents 33adb11 + 58072ed commit 682ab90
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 3 deletions.
8 changes: 8 additions & 0 deletions docs/bridge/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.5.12](https://github.com/synapsecns/sanguine/compare/@synapsecns/[email protected]...@synapsecns/[email protected]) (2024-12-06)

**Note:** Version bump only for package @synapsecns/bridge-docs





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

**Note:** Version bump only for package @synapsecns/bridge-docs
Expand Down
2 changes: 1 addition & 1 deletion docs/bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synapsecns/bridge-docs",
"version": "0.5.11",
"version": "0.5.12",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
8 changes: 8 additions & 0 deletions packages/synapse-interface/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.40.23](https://github.com/synapsecns/sanguine/compare/@synapsecns/[email protected]...@synapsecns/[email protected]) (2024-12-06)

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





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


Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react'
import toast from 'react-hot-toast'
import {
XIcon,
Expand Down
2 changes: 2 additions & 0 deletions packages/synapse-interface/components/toast/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ export default function CustomToaster(): React.ReactElement {
</Toaster>
)
}

export default CustomToaster
2 changes: 1 addition & 1 deletion packages/synapse-interface/constants/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import {
POOL_PATH,
LANDING_PATH,
BRIDGE_PATH,
SYN_TOKEN_LINK,
SOLANA_BRIDGE_LINK,
SYN_TOKEN_LINK,
} from './urls'

export interface RouteObject {
Expand Down
2 changes: 1 addition & 1 deletion 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.40.22",
"version": "0.40.23",
"private": true,
"engines": {
"node": ">=18.18.0"
Expand Down
1 change: 1 addition & 0 deletions packages/synapse-interface/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ function App({ Component, pageProps }: AppProps) {
timeZone="UTC"
messages={pageProps.messages}
>
{/* @ts-ignore */}
<WagmiProvider config={wagmiConfig}>
<QueryClientProvider client={queryClient}>
<RainbowKitProvider
Expand Down

0 comments on commit 682ab90

Please sign in to comment.