Skip to content

Commit 111a89b

Browse files
committed
chore: bumps up versions
1 parent 1b7736a commit 111a89b

File tree

13 files changed

+117
-6
lines changed

13 files changed

+117
-6
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/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",

packages/react/CHANGELOG.md

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

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

532
### Patch Changes

0 commit comments

Comments
 (0)