Skip to content

Commit

Permalink
Merge branch 'master' into fix/synapse-constants
Browse files Browse the repository at this point in the history
  • Loading branch information
abtestingalpha committed Oct 4, 2024
2 parents 5b93eaa + caccd1b commit 0f2b4a0
Show file tree
Hide file tree
Showing 6 changed files with 277 additions and 11 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.3.4](https://github.com/synapsecns/sanguine/compare/@synapsecns/[email protected]...@synapsecns/[email protected]) (2024-10-04)

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





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

**Note:** Version bump only for package @synapsecns/bridge-docs
Expand Down
8 changes: 8 additions & 0 deletions docs/bridge/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { themes as prismThemes } from 'prism-react-renderer'
import type { Config } from '@docusaurus/types'
import type * as Preset from '@docusaurus/preset-classic'
import { codecovWebpackPlugin } from '@codecov/webpack-plugin'
import searchPlugin from '@easyops-cn/docusaurus-search-local'

const options = {
id: 'api', // plugin id
Expand Down Expand Up @@ -143,6 +144,13 @@ const config: Config = {
themes: ['docusaurus-theme-openapi-docs'], // export theme components
plugins: [
['docusaurus-plugin-openapi-docs', options],
[
searchPlugin,
{
hashed: true,
language: ['en'],
},
],
// please see: https://github.com/facebook/docusaurus/issues/8091#issuecomment-1269112001 for an explanation.
function () {
return {
Expand Down
3 changes: 2 additions & 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.3.3",
"version": "0.3.4",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down Expand Up @@ -31,6 +31,7 @@
"@docusaurus/utils": "3.5.2",
"@docusaurus/utils-common": "3.5.2",
"@docusaurus/utils-validation": "3.5.2",
"@easyops-cn/docusaurus-search-local": "^0.44.5",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"docusaurus-plugin-openapi-docs": "^4.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/rest-api/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.4.2](https://github.com/synapsecns/sanguine/compare/@synapsecns/[email protected]...@synapsecns/[email protected]) (2024-10-04)

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





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

**Note:** Version bump only for package @synapsecns/rest-api
Expand Down
2 changes: 1 addition & 1 deletion 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.4.1",
"version": "1.4.2",
"private": "true",
"engines": {
"node": ">=18.17.0"
Expand Down
Loading

0 comments on commit 0f2b4a0

Please sign in to comment.