Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,17 @@
"clever-symbols-search",
"crazy-teams-attack",
"cuddly-apples-flash",
"cuddly-badgers-rule",
"eager-ducks-add",
"easy-guests-invent",
"eleven-baboons-sin",
"expose-hubid-filters-in-balances-and-reserves",
"fair-tables-arrive",
"fast-rats-bet",
"fiery-suns-beam",
"flat-sloths-argue",
"floppy-sheep-grow",
"fluffy-drinks-dig",
"gold-flies-sink",
"grumpy-bottles-relax",
"happy-actors-prove",
Expand All @@ -37,14 +41,20 @@
"modern-cases-battle",
"nasty-wombats-heal",
"new-canyons-rush",
"orange-zebras-brake",
"quick-cities-listen",
"real-numbers-do",
"rich-bikes-marry",
"salty-berries-hang",
"shaggy-flowers-sip",
"silent-waves-agree",
"silly-shirts-raise",
"silver-mugs-wait",
"small-terms-open",
"smooth-dryers-find",
"sour-plants-dig",
"sour-suits-take",
"spotty-ideas-brake",
"sweet-planets-hunt",
"ten-bags-bake",
"wacky-weeks-allow",
Expand Down
13 changes: 13 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @aave/cli

## 4.1.0-next.5

### Patch Changes

- Updated dependencies [1b7736a]
- Updated dependencies [5fad9a6]
- Updated dependencies [3eb2d1a]
- Updated dependencies [6c71713]
- Updated dependencies [b06776a]
- Updated dependencies [1931215]
- Updated dependencies [551c14c]
- @aave/[email protected]

## 4.1.0-next.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aave/cli",
"version": "4.1.0-next.4",
"version": "4.1.0-next.5",
"description": "CLI to interact with AaveKit API",
"keywords": [
"aave",
Expand Down
25 changes: 25 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @aave/client

## 4.0.0-next.12

### Patch Changes

- 1b7736a: **fix:** removes `period` argument from `PreviewUserPosition.projectedEarnings` field.
- 5fad9a6: **feat:** `preparePositionSwap` and `supplySwapQuote` actions.
- 3eb2d1a: **feat:** support changes to `SwapStatus` union.
- 6c71713: **feat:** allows to expand swap strategies without breaking changes.
- b06776a: **feat:** `withdrawSwapQuote` action, `useWithdrawSwapQuote` and `useWithdrawSwap` hooks.
- 1931215: **feat:** `repayWithSupplyQuote` action, `useRepayWithSupplyQuote` and `useRepayWithSupply` hooks.
- 551c14c: **feat:** `borrowSwapQuote` action and `useBorrowSwap` hook.
- Updated dependencies [1b7736a]
- Updated dependencies [5fad9a6]
- Updated dependencies [3eb2d1a]
- Updated dependencies [6c71713]
- Updated dependencies [b06776a]
- Updated dependencies [5fad9a6]
- Updated dependencies [1931215]
- Updated dependencies [5fad9a6]
- Updated dependencies [551c14c]
- Updated dependencies [4c076bd]
- @aave/[email protected]
- @aave/[email protected]
- @aave/[email protected]

## 4.0.0-next.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aave/client",
"version": "4.0.0-next.11",
"version": "4.0.0-next.12",
"description": "The official TypeScript client for the AaveKit API",
"keywords": [
"aave",
Expand Down
9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @aave/core

## 1.0.0-next.8

### Patch Changes

- Updated dependencies [5fad9a6]
- Updated dependencies [5fad9a6]
- Updated dependencies [5fad9a6]
- @aave/[email protected]

## 1.0.0-next.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aave/core",
"version": "1.0.0-next.7",
"version": "1.0.0-next.8",
"description": "The shared core across Aave SDKs.",
"repository": {
"directory": "packages/core",
Expand Down
19 changes: 19 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @aave/graphql

## 1.0.0-next.11

### Patch Changes

- 1b7736a: **fix:** removes `period` argument from `PreviewUserPosition.projectedEarnings` field.
- 5fad9a6: **feat:** `preparePositionSwap` and `supplySwapQuote` actions.
- 3eb2d1a: **feat:** support changes to `SwapStatus` union.
- 6c71713: **feat:** allows to expand swap strategies without breaking changes.
- b06776a: **feat:** `withdrawSwapQuote` action, `useWithdrawSwapQuote` and `useWithdrawSwap` hooks.
- 5fad9a6: **feat:** `useSupplySwap` and `useSupplySwapQuote` hooks.
- 1931215: **feat:** `repayWithSupplyQuote` action, `useRepayWithSupplyQuote` and `useRepayWithSupply` hooks.
- 5fad9a6: **feat:** support latest GQL schema.
- 551c14c: **feat:** `borrowSwapQuote` action and `useBorrowSwap` hook.
- 4c076bd: **feat:** new `useBorrowSwapQuote` hook.
- Updated dependencies [5fad9a6]
- Updated dependencies [5fad9a6]
- Updated dependencies [5fad9a6]
- @aave/[email protected]

## 1.0.0-next.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aave/graphql",
"version": "1.0.0-next.10",
"version": "1.0.0-next.11",
"description": "GraphQL bindings for the Aave API",
"repository": {
"directory": "packages/graphql",
Expand Down
27 changes: 27 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @aave/react

## 4.0.0-next.12

### Patch Changes

- 1b7736a: **fix:** removes `period` argument from `PreviewUserPosition.projectedEarnings` field.
- 3eb2d1a: **feat:** support changes to `SwapStatus` union.
- 6c71713: **feat:** allows to expand swap strategies without breaking changes.
- b06776a: **feat:** `withdrawSwapQuote` action, `useWithdrawSwapQuote` and `useWithdrawSwap` hooks.
- 5fad9a6: **feat:** `useSupplySwap` and `useSupplySwapQuote` hooks.
- 1931215: **feat:** `repayWithSupplyQuote` action, `useRepayWithSupplyQuote` and `useRepayWithSupply` hooks.
- 551c14c: **feat:** `borrowSwapQuote` action and `useBorrowSwap` hook.
- 4c076bd: **feat:** new `useBorrowSwapQuote` hook.
- Updated dependencies [1b7736a]
- Updated dependencies [5fad9a6]
- Updated dependencies [3eb2d1a]
- Updated dependencies [6c71713]
- Updated dependencies [b06776a]
- Updated dependencies [5fad9a6]
- Updated dependencies [1931215]
- Updated dependencies [5fad9a6]
- Updated dependencies [551c14c]
- Updated dependencies [4c076bd]
- @aave/[email protected]
- @aave/[email protected]
- @aave/[email protected]
- @aave/[email protected]

## 4.0.0-next.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aave/react",
"version": "4.0.0-next.11",
"version": "4.0.0-next.12",
"description": "The official React bindings for the Aave Protocol",
"keywords": [
"aave",
Expand Down
8 changes: 8 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @aave/types

## 1.0.0-next.6

### Patch Changes

- 5fad9a6: **feat:** `preparePositionSwap` and `supplySwapQuote` actions.
- 5fad9a6: **feat:** `useSupplySwap` and `useSupplySwapQuote` hooks.
- 5fad9a6: **feat:** support latest GQL schema.

## 1.0.0-next.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aave/types",
"version": "1.0.0-next.5",
"version": "1.0.0-next.6",
"description": "Core types for the Aave SDK",
"repository": {
"directory": "packages/types",
Expand Down