Skip to content

Commit 0ecce1c

Browse files
committed
core: bump version
1 parent 405e5ac commit 0ecce1c

File tree

6 files changed

+32
-3
lines changed

6 files changed

+32
-3
lines changed

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.6.0
4+
5+
### Minor Changes
6+
7+
- **fix:** support for meritClaimRewards query
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @aave/graphql@0.6.0
13+
314
## 0.5.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.5.0",
3+
"version": "0.6.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.6.0
4+
5+
### Minor Changes
6+
7+
- **fix:** support for meritClaimRewards query
8+
39
## 0.5.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.5.0",
3+
"version": "0.6.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.6.0
4+
5+
### Minor Changes
6+
7+
- **fix:** support for meritClaimRewards query
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @aave/graphql@0.6.0
13+
- @aave/client@0.6.0
14+
315
## 0.5.0
416

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

0 commit comments

Comments
 (0)