Skip to content

Commit af3027b

Browse files
authored
Merge pull request #187 from aave/changeset-release/main
[Release] Candidate (next)
2 parents 894504a + 1428001 commit af3027b

File tree

9 files changed

+47
-4
lines changed

9 files changed

+47
-4
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@
1313
"clever-symbols-search",
1414
"easy-guests-invent",
1515
"expose-hubid-filters-in-balances-and-reserves",
16+
"fast-rats-bet",
1617
"flat-sloths-argue",
1718
"gold-flies-sink",
19+
"happy-actors-prove",
1820
"long-cups-nail",
1921
"mighty-peaches-cheer",
2022
"modern-cases-battle",

packages/client/CHANGELOG.md

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

3+
## 4.0.0-next.5
4+
5+
### Minor Changes
6+
7+
- fe65fe9: **feat:** viem integration to leverage API as source of truth about chain details.
8+
9+
### Patch Changes
10+
11+
- e903ab5: **chore:** removes batching by aliases in favour of batching GQL-over-HTTP.
12+
- Updated dependencies [fe65fe9]
13+
- Updated dependencies [e903ab5]
14+
- @aave/graphql@1.0.0-next.5
15+
- @aave/core@1.0.0-next.4
16+
317
## 4.0.0-next.4
418

519
### 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": "4.0.0-next.4",
3+
"version": "4.0.0-next.5",
44
"description": "The official TypeScript client for the AaveKit API",
55
"keywords": [
66
"aave",

packages/core/CHANGELOG.md

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

3+
## 1.0.0-next.4
4+
5+
### Patch Changes
6+
7+
- e903ab5: **chore:** removes batching by aliases in favour of batching GQL-over-HTTP.
8+
39
## 1.0.0-next.3
410

511
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aave/core",
3-
"version": "1.0.0-next.3",
3+
"version": "1.0.0-next.4",
44
"description": "The shared core across Aave SDKs.",
55
"repository": {
66
"directory": "packages/core",

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+
## 1.0.0-next.5
4+
5+
### Minor Changes
6+
7+
- fe65fe9: **feat:** viem integration to leverage API as source of truth about chain details.
8+
39
## 1.0.0-next.4
410

511
### Patch 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": "1.0.0-next.4",
3+
"version": "1.0.0-next.5",
44
"description": "GraphQL bindings for the Aave API",
55
"repository": {
66
"directory": "packages/graphql",

packages/react/CHANGELOG.md

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

3+
## 4.0.0-next.5
4+
5+
### Minor Changes
6+
7+
- fe65fe9: **feat:** viem integration to leverage API as source of truth about chain details.
8+
9+
### Patch Changes
10+
11+
- e903ab5: **chore:** removes batching by aliases in favour of batching GQL-over-HTTP.
12+
- Updated dependencies [fe65fe9]
13+
- Updated dependencies [e903ab5]
14+
- @aave/graphql@1.0.0-next.5
15+
- @aave/client@4.0.0-next.5
16+
- @aave/core@1.0.0-next.4
17+
318
## 4.0.0-next.4
419

520
### 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": "4.0.0-next.4",
3+
"version": "4.0.0-next.5",
44
"description": "The official React bindings for the Aave Protocol",
55
"keywords": [
66
"aave",

0 commit comments

Comments
 (0)