Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @synapsecns/synapse-interface@0.9.4
  • Loading branch information
abtestingalpha committed Mar 14, 2024
1 parent e14071b commit dfe844e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions packages/synapse-interface/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.9.4](https://github.com/synapsecns/sanguine/compare/@synapsecns/synapse-interface@0.9.3...@synapsecns/synapse-interface@0.9.4) (2024-03-14)


### Bug Fixes

* **synapse-interface:** deprecate unused dependencies ([#2287](https://github.com/synapsecns/sanguine/issues/2287)) ([e14071b](https://github.com/synapsecns/sanguine/commit/e14071bf1014050036b5e2e0858aa1e84aad2e18))





## [0.9.3](https://github.com/synapsecns/sanguine/compare/@synapsecns/synapse-interface@0.9.2...@synapsecns/synapse-interface@0.9.3) (2024-03-14)

**Note:** Version bump only for package @synapsecns/synapse-interface
Expand Down
12 changes: 6 additions & 6 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.9.3",
"version": "0.9.4",
"private": true,
"engines": {
"node": ">=16.0.0"
Expand Down Expand Up @@ -96,19 +96,19 @@
"license": "ISC",
"keywords": [],
"devDependencies": {
"cypress": "^13.0.0",
"dayjs": "^1.11.7",
"@depay/web3-mock": "^14.0.0",
"@testing-library/cypress": "^9.0.0",
"start-server-and-test": "^2.0.0",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/client-preset": "4.1.0",
"@graphql-codegen/introspection": "4.0.0",
"@graphql-codegen/typescript-rtk-query": "^2.4.1",
"@testing-library/cypress": "^9.0.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@types/redux-persist": "^4.3.1",
"cypress": "^13.0.0",
"dayjs": "^1.11.7",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1"
"jest-environment-jsdom": "^29.6.1",
"start-server-and-test": "^2.0.0"
}
}

0 comments on commit dfe844e

Please sign in to comment.