@superfluid-finance/sdk-core 0.5.6-dev.381116e.0 → 0.5.6-dev.8696fa0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -5
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -5,18 +5,18 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [0.5.5] - 2022-08-31
9
+ ### Added
10
+ - Support for: `optimism-goerli` and `arbitrum-goerli` added
11
+
8
12
  ### Breaking
13
+ - Support for: `rinkeby`, `ropsten`, `kovan`, `optimism-kovan` and `arbitrum-rinkeby` removed
9
14
  - Don't throw `SFError` when executing `Operation` or `BatchCall`; let the original error bubble up
10
15
 
11
16
  ### Fixes
12
17
  - Serialize a much smaller version of the cause in `SFError` (only `name`, `message`, `code`)
13
18
  - Change `SFError.name` from "Error" to "SFError"
14
19
 
15
- ## [0.5.5] - 2022-08-31
16
- ### Added
17
- - Support for: `optimism-goerli` and `arbitrum-goerli` added
18
- ### Breaking
19
- - Support for: `rinkeby`, `ropsten`, `kovan`, `optimism-kovan` and `arbitrum-rinkeby` removed
20
20
  # [0.5.4] - 2022-08-19
21
21
 
22
22
  ### Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superfluid-finance/sdk-core",
3
- "version": "0.5.6-dev.381116e.0",
3
+ "version": "0.5.6-dev.8696fa0.0",
4
4
  "description": "SDK Core for building with Superfluid Protocol",
5
5
  "homepage": "https://github.com/superfluid-finance/protocol-monorepo/tree/dev/packages/sdk-core#readme",
6
6
  "repository": {
@@ -70,7 +70,7 @@
70
70
  "@graphql-codegen/typescript": "^2.5.1",
71
71
  "@graphql-codegen/typescript-operations": "^2.4.2",
72
72
  "@graphql-typed-document-node/core": "^3.1.1",
73
- "@superfluid-finance/ethereum-contracts": "^1.3.2-dev.381116e.0",
73
+ "@superfluid-finance/ethereum-contracts": "^1.3.2-dev.8696fa0.0",
74
74
  "ajv": "^8.11.0",
75
75
  "ethers": "^5.6.9",
76
76
  "get-graphql-schema": "^2.1.2",