Skip to content

Commit ecbbcb6

Browse files
authored
Merge pull request #134 from aave/changeset-release/main
[Release] Candidate
2 parents 5b98ac6 + cf49a21 commit ecbbcb6

File tree

7 files changed

+28
-9
lines changed

7 files changed

+28
-9
lines changed

.changeset/short-steaks-allow.md

Lines changed: 0 additions & 6 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.8.0
4+
5+
### Minor Changes
6+
7+
- 75fd88e: feat: expose user earned/debt APY in MarketUserState
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [75fd88e]
12+
- @aave/graphql@0.8.0
13+
314
## 0.7.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.7.0",
3+
"version": "0.8.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.8.0
4+
5+
### Minor Changes
6+
7+
- 75fd88e: feat: expose user earned/debt APY in MarketUserState
8+
39
## 0.7.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.7.0",
3+
"version": "0.8.0",
44
"description": "GraphQL bindings for the Aave API",
55
"repository": {
66
"directory": "packages/graphql",

packages/react/CHANGELOG.md

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

3+
## 0.7.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [75fd88e]
8+
- @aave/graphql@0.8.0
9+
- @aave/client@0.8.0
10+
311
## 0.7.0
412

513
### Minor 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.0",
3+
"version": "0.7.1",
44
"description": "The official React bindings for the Aave Protocol",
55
"repository": {
66
"directory": "packages/react",

0 commit comments

Comments
 (0)