Skip to content

Commit a1f8f45

Browse files
committed
Merge branch 'main' into test/swap-scenario
2 parents d97f141 + 1b51ba4 commit a1f8f45

File tree

14 files changed

+121
-10
lines changed

14 files changed

+121
-10
lines changed

.changeset/pre.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,17 @@
1616
"clever-symbols-search",
1717
"crazy-teams-attack",
1818
"cuddly-apples-flash",
19+
"cuddly-badgers-rule",
1920
"eager-ducks-add",
2021
"easy-guests-invent",
2122
"eleven-baboons-sin",
2223
"expose-hubid-filters-in-balances-and-reserves",
24+
"fair-tables-arrive",
2325
"fast-rats-bet",
2426
"fiery-suns-beam",
2527
"flat-sloths-argue",
28+
"floppy-sheep-grow",
29+
"fluffy-drinks-dig",
2630
"gold-flies-sink",
2731
"grumpy-bottles-relax",
2832
"happy-actors-prove",
@@ -37,14 +41,20 @@
3741
"modern-cases-battle",
3842
"nasty-wombats-heal",
3943
"new-canyons-rush",
44+
"orange-zebras-brake",
45+
"quick-cities-listen",
4046
"real-numbers-do",
4147
"rich-bikes-marry",
4248
"salty-berries-hang",
49+
"shaggy-flowers-sip",
4350
"silent-waves-agree",
4451
"silly-shirts-raise",
4552
"silver-mugs-wait",
4653
"small-terms-open",
4754
"smooth-dryers-find",
55+
"sour-plants-dig",
56+
"sour-suits-take",
57+
"spotty-ideas-brake",
4858
"sweet-planets-hunt",
4959
"ten-bags-bake",
5060
"wacky-weeks-allow",

packages/cli/CHANGELOG.md

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

3+
## 4.1.0-next.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1b7736a]
8+
- Updated dependencies [5fad9a6]
9+
- Updated dependencies [3eb2d1a]
10+
- Updated dependencies [6c71713]
11+
- Updated dependencies [b06776a]
12+
- Updated dependencies [1931215]
13+
- Updated dependencies [551c14c]
14+
- @aave/client@4.0.0-next.12
15+
316
## 4.1.0-next.4
417

518
### Patch Changes

packages/cli/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $ npm install -g @aave/cli
2020
$ aave COMMAND
2121
running command...
2222
$ aave (--version)
23-
@aave/cli/4.1.0-next.4 darwin-arm64 node-v22.17.0
23+
@aave/cli/4.1.0-next.5 darwin-arm64 node-v22.17.0
2424
$ aave --help [COMMAND]
2525
USAGE
2626
$ aave COMMAND
@@ -51,7 +51,7 @@ DESCRIPTION
5151
List Aave v4 liquidity hubs
5252
```
5353

54-
_See code: [src/commands/hubs/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.4/src/commands/hubs/list.ts)_
54+
_See code: [src/commands/hubs/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.5/src/commands/hubs/list.ts)_
5555

5656
## `aave reserves list`
5757

@@ -74,7 +74,7 @@ DESCRIPTION
7474
List Aave v4 reserves
7575
```
7676

77-
_See code: [src/commands/reserves/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.4/src/commands/reserves/list.ts)_
77+
_See code: [src/commands/reserves/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.5/src/commands/reserves/list.ts)_
7878

7979
## `aave spokes list`
8080

@@ -96,5 +96,5 @@ DESCRIPTION
9696
List Aave v4 spokes
9797
```
9898

99-
_See code: [src/commands/spokes/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.4/src/commands/spokes/list.ts)_
99+
_See code: [src/commands/spokes/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.5/src/commands/spokes/list.ts)_
100100
<!-- commandsstop -->

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aave/cli",
3-
"version": "4.1.0-next.4",
3+
"version": "4.1.0-next.5",
44
"description": "CLI to interact with AaveKit API",
55
"keywords": [
66
"aave",

packages/client/CHANGELOG.md

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

3+
## 4.0.0-next.12
4+
5+
### Patch Changes
6+
7+
- 1b7736a: **fix:** removes `period` argument from `PreviewUserPosition.projectedEarnings` field.
8+
- 5fad9a6: **feat:** `preparePositionSwap` and `supplySwapQuote` actions.
9+
- 3eb2d1a: **feat:** support changes to `SwapStatus` union.
10+
- 6c71713: **feat:** allows to expand swap strategies without breaking changes.
11+
- b06776a: **feat:** `withdrawSwapQuote` action, `useWithdrawSwapQuote` and `useWithdrawSwap` hooks.
12+
- 1931215: **feat:** `repayWithSupplyQuote` action, `useRepayWithSupplyQuote` and `useRepayWithSupply` hooks.
13+
- 551c14c: **feat:** `borrowSwapQuote` action and `useBorrowSwap` hook.
14+
- Updated dependencies [1b7736a]
15+
- Updated dependencies [5fad9a6]
16+
- Updated dependencies [3eb2d1a]
17+
- Updated dependencies [6c71713]
18+
- Updated dependencies [b06776a]
19+
- Updated dependencies [5fad9a6]
20+
- Updated dependencies [1931215]
21+
- Updated dependencies [5fad9a6]
22+
- Updated dependencies [551c14c]
23+
- Updated dependencies [4c076bd]
24+
- @aave/graphql@1.0.0-next.11
25+
- @aave/types@1.0.0-next.6
26+
- @aave/core@1.0.0-next.8
27+
328
## 4.0.0-next.11
429

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

packages/core/CHANGELOG.md

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

3+
## 1.0.0-next.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5fad9a6]
8+
- Updated dependencies [5fad9a6]
9+
- Updated dependencies [5fad9a6]
10+
- @aave/types@1.0.0-next.6
11+
312
## 1.0.0-next.7
413

514
### Patch 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.7",
3+
"version": "1.0.0-next.8",
44
"description": "The shared core across Aave SDKs.",
55
"repository": {
66
"directory": "packages/core",

packages/graphql/CHANGELOG.md

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

3+
## 1.0.0-next.11
4+
5+
### Patch Changes
6+
7+
- 1b7736a: **fix:** removes `period` argument from `PreviewUserPosition.projectedEarnings` field.
8+
- 5fad9a6: **feat:** `preparePositionSwap` and `supplySwapQuote` actions.
9+
- 3eb2d1a: **feat:** support changes to `SwapStatus` union.
10+
- 6c71713: **feat:** allows to expand swap strategies without breaking changes.
11+
- b06776a: **feat:** `withdrawSwapQuote` action, `useWithdrawSwapQuote` and `useWithdrawSwap` hooks.
12+
- 5fad9a6: **feat:** `useSupplySwap` and `useSupplySwapQuote` hooks.
13+
- 1931215: **feat:** `repayWithSupplyQuote` action, `useRepayWithSupplyQuote` and `useRepayWithSupply` hooks.
14+
- 5fad9a6: **feat:** support latest GQL schema.
15+
- 551c14c: **feat:** `borrowSwapQuote` action and `useBorrowSwap` hook.
16+
- 4c076bd: **feat:** new `useBorrowSwapQuote` hook.
17+
- Updated dependencies [5fad9a6]
18+
- Updated dependencies [5fad9a6]
19+
- Updated dependencies [5fad9a6]
20+
- @aave/types@1.0.0-next.6
21+
322
## 1.0.0-next.10
423

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

0 commit comments

Comments
 (0)