Skip to content

Commit c4865e1

Browse files
chore: bumps package versions
1 parent 92f8595 commit c4865e1

File tree

7 files changed

+32
-10
lines changed

7 files changed

+32
-10
lines changed

.changeset/slimy-loops-sit.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/client/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @aave/client
22

3+
## 0.9.0
4+
5+
### Minor Changes
6+
7+
- d231b4b: exposed unbacked field on the backend and updated the sdk's schema
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [d231b4b]
12+
- @aave/graphql@0.9.0
13+
314
## 0.8.0
415

516
### Minor Changes

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aave/client",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "The official JavaScript client for the Aave API",
55
"repository": {
66
"directory": "packages/client",

packages/graphql/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @aave/graphql
22

3+
## 0.9.0
4+
5+
### Minor Changes
6+
7+
- d231b4b: exposed unbacked field on the backend and updated the sdk's schema
8+
39
## 0.8.0
410

511
### Minor Changes

packages/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aave/graphql",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "GraphQL bindings for the Aave API",
55
"repository": {
66
"directory": "packages/graphql",

packages/react/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @aave/react
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- d231b4b: exposed unbacked field on the backend and updated the sdk's schema
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [d231b4b]
12+
- @aave/graphql@0.9.0
13+
- @aave/client@0.9.0
14+
315
## 0.7.1
416

517
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aave/react",
3-
"version": "0.7.1",
3+
"version": "0.8.0",
44
"description": "The official React bindings for the Aave Protocol",
55
"repository": {
66
"directory": "packages/react",

0 commit comments

Comments
 (0)