Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @synapsecns/synapse-interface@0.38.5
 - @synapsecns/rfq-indexer-api@1.0.2
 - @synapsecns/rfq-indexer@0.0.2
  • Loading branch information
Defi-Moses committed Sep 19, 2024
1 parent bf22448 commit 5052439
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/rfq-indexer/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.2 (2024-09-19)

**Note:** Version bump only for package @synapsecns/rfq-indexer-api
2 changes: 1 addition & 1 deletion packages/rfq-indexer/api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@synapsecns/rfq-indexer-api",
"private": true,
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/rfq-indexer/indexer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.2 (2024-09-19)

**Note:** Version bump only for package @synapsecns/rfq-indexer
2 changes: 1 addition & 1 deletion packages/rfq-indexer/indexer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@synapsecns/rfq-indexer",
"private": true,
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
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.38.5](https://github.com/synapsecns/sanguine/compare/@synapsecns/synapse-interface@0.38.4...@synapsecns/synapse-interface@0.38.5) (2024-09-19)

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





## [0.38.4](https://github.com/synapsecns/sanguine/compare/@synapsecns/synapse-interface@0.38.3...@synapsecns/synapse-interface@0.38.4) (2024-09-18)

**Note:** Version bump only for package @synapsecns/synapse-interface
Expand Down
6 changes: 3 additions & 3 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.38.4",
"version": "0.38.5",
"private": true,
"engines": {
"node": ">=18.18.0"
Expand Down Expand Up @@ -32,6 +32,7 @@
"@ethersproject/units": "5.7.0",
"@headlessui/react": "^1.7.15",
"@heroicons/react": "1.0.6",
"@popperjs/core": "^2.11.5",
"@rainbow-me/rainbowkit": "^2.1.6",
"@reduxjs/toolkit": "^1.9.5",
"@rtk-query/graphql-request-base-query": "^2.2.0",
Expand Down Expand Up @@ -59,7 +60,6 @@
"next-intl": "^3.19.0",
"numeral": "^2.0.6",
"postcss": "^8.4.31",
"@popperjs/core": "^2.11.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga": "^3.3.1",
Expand Down Expand Up @@ -99,7 +99,6 @@
"license": "ISC",
"keywords": [],
"devDependencies": {
"autoprefixer": "^10.4.7",
"@depay/web3-mock": "^14.0.0",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/client-preset": "4.3.3",
Expand All @@ -109,6 +108,7 @@
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@types/redux-persist": "^4.3.1",
"autoprefixer": "^10.4.7",
"dayjs": "^1.11.7",
"eslint": "^8.37.0",
"eslint-config-next": "^13.5.6",
Expand Down

0 comments on commit 5052439

Please sign in to comment.