Skip to content

Commit 288628f

Browse files
chore: bumps package versions (next)
1 parent 2c63536 commit 288628f

File tree

13 files changed

+96
-6
lines changed

13 files changed

+96
-6
lines changed

.changeset/pre.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"easy-guests-invent",
2121
"eleven-baboons-sin",
2222
"expose-hubid-filters-in-balances-and-reserves",
23+
"fair-tables-arrive",
2324
"fast-rats-bet",
2425
"fiery-suns-beam",
2526
"flat-sloths-argue",
@@ -37,14 +38,20 @@
3738
"modern-cases-battle",
3839
"nasty-wombats-heal",
3940
"new-canyons-rush",
41+
"orange-zebras-brake",
42+
"quick-cities-listen",
4043
"real-numbers-do",
4144
"rich-bikes-marry",
4245
"salty-berries-hang",
46+
"shaggy-flowers-sip",
4347
"silent-waves-agree",
4448
"silly-shirts-raise",
4549
"silver-mugs-wait",
4650
"small-terms-open",
4751
"smooth-dryers-find",
52+
"sour-plants-dig",
53+
"sour-suits-take",
54+
"spotty-ideas-brake",
4855
"sweet-planets-hunt",
4956
"ten-bags-bake",
5057
"wacky-weeks-allow",

packages/cli/CHANGELOG.md

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

3+
## 4.1.0-next.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5fad9a6]
8+
- Updated dependencies [b06776a]
9+
- Updated dependencies [1931215]
10+
- Updated dependencies [551c14c]
11+
- @aave/client@4.0.0-next.12
12+
313
## 4.1.0-next.4
414

515
### Patch Changes

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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @aave/client
22

3+
## 4.0.0-next.12
4+
5+
### Patch Changes
6+
7+
- 5fad9a6: **feat:** `preparePositionSwap` and `supplySwapQuote` actions.
8+
- b06776a: **feat:** `withdrawSwapQuote` action, `useWithdrawSwapQuote` and `useWithdrawSwap` hooks.
9+
- 1931215: **feat:** `repayWithSupplyQuote` action, `useRepayWithSupplyQuote` and `useRepayWithSupply` hooks.
10+
- 551c14c: **feat:** `borrowSwapQuote` action and `useBorrowSwap` hook.
11+
- Updated dependencies [5fad9a6]
12+
- Updated dependencies [b06776a]
13+
- Updated dependencies [5fad9a6]
14+
- Updated dependencies [1931215]
15+
- Updated dependencies [5fad9a6]
16+
- Updated dependencies [551c14c]
17+
- Updated dependencies [4c076bd]
18+
- @aave/graphql@1.0.0-next.11
19+
- @aave/types@1.0.0-next.6
20+
- @aave/core@1.0.0-next.8
21+
322
## 4.0.0-next.11
423

524
### 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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @aave/graphql
22

3+
## 1.0.0-next.11
4+
5+
### Patch Changes
6+
7+
- 5fad9a6: **feat:** `preparePositionSwap` and `supplySwapQuote` actions.
8+
- b06776a: **feat:** `withdrawSwapQuote` action, `useWithdrawSwapQuote` and `useWithdrawSwap` hooks.
9+
- 5fad9a6: **feat:** `useSupplySwap` and `useSupplySwapQuote` hooks.
10+
- 1931215: **feat:** `repayWithSupplyQuote` action, `useRepayWithSupplyQuote` and `useRepayWithSupply` hooks.
11+
- 5fad9a6: **feat:** support latest GQL schema.
12+
- 551c14c: **feat:** `borrowSwapQuote` action and `useBorrowSwap` hook.
13+
- 4c076bd: **feat:** new `useBorrowSwapQuote` hook.
14+
- Updated dependencies [5fad9a6]
15+
- Updated dependencies [5fad9a6]
16+
- Updated dependencies [5fad9a6]
17+
- @aave/types@1.0.0-next.6
18+
319
## 1.0.0-next.10
420

521
### 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",

packages/react/CHANGELOG.md

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

3+
## 4.0.0-next.12
4+
5+
### Patch Changes
6+
7+
- b06776a: **feat:** `withdrawSwapQuote` action, `useWithdrawSwapQuote` and `useWithdrawSwap` hooks.
8+
- 5fad9a6: **feat:** `useSupplySwap` and `useSupplySwapQuote` hooks.
9+
- 1931215: **feat:** `repayWithSupplyQuote` action, `useRepayWithSupplyQuote` and `useRepayWithSupply` hooks.
10+
- 551c14c: **feat:** `borrowSwapQuote` action and `useBorrowSwap` hook.
11+
- 4c076bd: **feat:** new `useBorrowSwapQuote` hook.
12+
- Updated dependencies [5fad9a6]
13+
- Updated dependencies [b06776a]
14+
- Updated dependencies [5fad9a6]
15+
- Updated dependencies [1931215]
16+
- Updated dependencies [5fad9a6]
17+
- Updated dependencies [551c14c]
18+
- Updated dependencies [4c076bd]
19+
- @aave/graphql@1.0.0-next.11
20+
- @aave/client@4.0.0-next.12
21+
- @aave/types@1.0.0-next.6
22+
- @aave/core@1.0.0-next.8
23+
324
## 4.0.0-next.11
425

526
### Patch Changes

0 commit comments

Comments
 (0)