Skip to content

Commit ecccc48

Browse files
authored
Merge pull request #144 from aave/changeset-release/main
[Release] Candidate
2 parents c990f0b + aec41ad commit ecccc48

File tree

7 files changed

+24
-8
lines changed

7 files changed

+24
-8
lines changed

.changeset/forty-mugs-yawn.md

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

packages/client/CHANGELOG.md

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

3+
## 0.9.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6135af6]
8+
- @aave/graphql@0.11.0
9+
310
## 0.9.1
411

512
### Patch 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.9.1",
3+
"version": "0.9.2",
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.11.0
4+
5+
### Minor Changes
6+
7+
- 6135af6: chore: updated schema for v3.6 upgrade
8+
39
## 0.10.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.10.0",
3+
"version": "0.11.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.8.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6135af6]
8+
- @aave/graphql@0.11.0
9+
- @aave/client@0.9.2
10+
311
## 0.8.1
412

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

0 commit comments

Comments
 (0)