Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/slimy-loops-sit.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @aave/client

## 0.9.0

### Minor Changes

- d231b4b: exposed unbacked field on the backend and updated the sdk's schema

### Patch Changes

- Updated dependencies [d231b4b]
- @aave/[email protected]

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aave/client",
"version": "0.8.0",
"version": "0.9.0",
"description": "The official JavaScript client for the Aave API",
"repository": {
"directory": "packages/client",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aave/graphql

## 0.9.0

### Minor Changes

- d231b4b: exposed unbacked field on the backend and updated the sdk's schema

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aave/graphql",
"version": "0.8.0",
"version": "0.9.0",
"description": "GraphQL bindings for the Aave API",
"repository": {
"directory": "packages/graphql",
Expand Down
12 changes: 12 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @aave/react

## 0.8.0

### Minor Changes

- d231b4b: exposed unbacked field on the backend and updated the sdk's schema

### Patch Changes

- Updated dependencies [d231b4b]
- @aave/[email protected]
- @aave/[email protected]

## 0.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aave/react",
"version": "0.7.1",
"version": "0.8.0",
"description": "The official React bindings for the Aave Protocol",
"repository": {
"directory": "packages/react",
Expand Down