Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @synapsecns/[email protected]
 - @synapsecns/[email protected]
 - @synapsecns/[email protected]
  • Loading branch information
trajan0x committed Oct 5, 2024
1 parent ed49b1b commit 313a681
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 10 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.6](https://github.com/synapsecns/sanguine/compare/@synapsecns/[email protected]...@synapsecns/[email protected]) (2024-10-05)

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





## [0.3.5](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
6 changes: 3 additions & 3 deletions 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.5",
"version": "0.3.6",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down Expand Up @@ -33,13 +33,13 @@
"@docusaurus/utils-validation": "3.5.2",
"@easyops-cn/docusaurus-search-local": "^0.44.5",
"@mdx-js/react": "^3.0.0",
"@synapsecns/synapse-constants": "^1.6.0",
"clsx": "^2.0.0",
"docusaurus-plugin-openapi-docs": "^4.0.1",
"docusaurus-theme-openapi-docs": "^4.0.1",
"prism-react-renderer": "^2.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@synapsecns/synapse-constants": "1.5.6"
"react-dom": "^18.2.0"
},
"devDependencies": {
"typescript": "~5.2.2"
Expand Down
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.3.9](https://github.com/synapsecns/sanguine/compare/@synapsecns/[email protected]...@synapsecns/[email protected]) (2024-10-05)

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





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

**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.3.8",
"version": "0.3.9",
"private": true,
"engines": {
"node": ">=18.17.0"
Expand All @@ -16,6 +16,7 @@
"@mui/material": "^5.11.8",
"@mui/x-date-pickers": "^5.0.17",
"@popperjs/core": "^2.11.5",
"@synapsecns/synapse-constants": "^1.6.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^13.5.0",
Expand All @@ -38,7 +39,6 @@
"recharts": "^2.3.2",
"sharp": "^0.31.3",
"swr": "^1.3.0",
"@synapsecns/synapse-constants": "^1.5.6",
"tailwind-merge": "^1.3.0",
"tiny-warning": "^1.0.3",
"web-vitals": "^2.1.4"
Expand Down
12 changes: 12 additions & 0 deletions packages/synapse-constants/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.6.0 (2024-10-05)


### Features

* **synapse-constants:** Refactor with rollup for package build and export [SLT-160] ([#3175](https://github.com/synapsecns/sanguine/issues/3175)) ([32cee8e](https://github.com/synapsecns/sanguine/commit/32cee8e3bb88222e9876b0963effb51d72be31a6))
* **synapse-interface:** add spectral token ([#2558](https://github.com/synapsecns/sanguine/issues/2558)) ([b936449](https://github.com/synapsecns/sanguine/commit/b9364498b32290615d05eb88542051c8c8d2c0ce))





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

**Note:** Version bump only for package synapse-constants
Expand Down
10 changes: 5 additions & 5 deletions packages/synapse-constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synapsecns/synapse-constants",
"version": "1.5.6",
"version": "1.6.0",
"description": "This is an npm package that maintains all synapse constants",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -33,18 +33,18 @@
"dependencies": {
"@ethersproject/address": "5.7.0",
"@ethersproject/bignumber": "5.7.0",
"ethers": "5.7.2",
"lodash": "^4.17.21",
"viem": "^2.21.6",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-url": "^8.0.2",
"babel-plugin-transform-export-extensions": "^6.22.0",
"ethers": "5.7.2",
"lodash": "^4.17.21",
"rollup": "^4.22.4",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.3.3"
"typescript": "^5.3.3",
"viem": "^2.21.6"
},
"devDependencies": {
"@codecov/rollup-plugin": "^1.2.0"
Expand Down

0 comments on commit 313a681

Please sign in to comment.