Skip to content

Commit

Permalink
release flow operator sdk-code and sdk-redux changes (#1412)
Browse files Browse the repository at this point in the history
  • Loading branch information
msoni89 authored May 18, 2023
1 parent 4c649c9 commit 09e93a9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions packages/sdk-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## Unreleased

## [0.6.6] - 2023-05-17

### Added
- Subgraph query support for `FlowOperator`

Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superfluid-finance/sdk-core",
"version": "0.6.5",
"version": "0.6.6",
"description": "SDK Core for building with Superfluid Protocol",
"homepage": "https://github.com/superfluid-finance/protocol-monorepo/tree/dev/packages/sdk-core#readme",
"repository": {
Expand Down
6 changes: 4 additions & 2 deletions packages/sdk-redux/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ All notable changes to the SDK-redux will be documented in this file.

## [Unreleased]

## [0.5.1] - 2023-05-17

### Added
- Subgraph query support for `FlowOperator`
- Support for `FlowOperator` query

## [0.5.0] - 2023-03-29

Expand Down Expand Up @@ -38,7 +40,7 @@ All notable changes to the SDK-redux will be documented in this file.
- Query for transfer events
- Make it possible to pass in Ether's `Overrides` object through mutations
- Add `accountTokenSnapshotLog` & `tokenStatisticLog` endpoints
- Add `isSubgraphInSync` & `blockTransactionSucceededIn` to a tracked transaction
- Add `isSubgraphInSync` & `blockTransactionSucceededIn` to a tracked transaction
- Export `getSerializeQueryArgs` & `CacheTagTypes`

## [0.3.0] - 2022-04-13
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superfluid-finance/sdk-redux",
"version": "0.5.0",
"version": "0.5.1",
"description": "SDK Redux for streamlined front-end application development with Superfluid Protocol",
"homepage": "https://docs.superfluid.finance/",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"dependencies": {
"@graphprotocol/graph-cli": "0.47.1",
"@graphprotocol/graph-ts": "0.29.3",
"@superfluid-finance/sdk-core": "0.6.5",
"@superfluid-finance/sdk-core": "0.6.6",
"mustache": "^4.2.0"
},
"devDependencies": {
Expand Down

0 comments on commit 09e93a9

Please sign in to comment.