Skip to content
Open
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
13 changes: 0 additions & 13 deletions .changeset/incentives-kind-sync.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/ninety-regions-yell.md

This file was deleted.

21 changes: 21 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @aave/client

## 0.12.0

### Minor Changes

- b9220ee: Sync GraphQL schema with V3 backend and add the `kind` discriminator on points incentives.

- `SupplyPointsIncentive` / `BorrowPointsIncentive` now expose `kind: PointsProgramKind!` (`CAMPAIGN` for Merkl-backed programs, `LOYALTY` for fixed-multiplier partner programs like Ethena, Ether.fi). For `LOYALTY`, `dailyPoints` / `pointsPerThousandUsd` are always null.
- New fragments: `MerklSupplyIncentive`, `MerklBorrowIncentive`, `SupplyPointsIncentive`, `BorrowPointsIncentive`, `IncentiveCriteria`, `PointsProgram`, plus extended Merit fragments (`actionKey`, `rewardTokenAddress`, `rewardTokenSymbol`, `customMessage`, `customForumLink`, `selfApr`).
- New canonical `userRewards` query (supersedes `userMeritRewards`).
- `RewardId` scalar mapped to a branded string in `@aave/types`.

- 0384b0f: Add stkGHO migration action support

### Patch Changes

- Updated dependencies [b9220ee]
- Updated dependencies [0384b0f]
- @aave/graphql@0.13.0
- @aave/types@0.3.0
- @aave/core@0.1.1

## 0.11.0

### Minor 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": "0.11.0",
"version": "0.12.0",
"description": "The official JavaScript client for the Aave API",
"repository": {
"directory": "packages/client",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @aave/core

## 0.1.1

### Patch Changes

- Updated dependencies [b9220ee]
- @aave/types@0.3.0

## 0.1.0

### Minor 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": "0.1.0",
"version": "0.1.1",
"description": "The shared core across Aave SDKs.",
"repository": {
"directory": "packages/core",
Expand Down
18 changes: 18 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @aave/graphql

## 0.13.0

### Minor Changes

- b9220ee: Sync GraphQL schema with V3 backend and add the `kind` discriminator on points incentives.

- `SupplyPointsIncentive` / `BorrowPointsIncentive` now expose `kind: PointsProgramKind!` (`CAMPAIGN` for Merkl-backed programs, `LOYALTY` for fixed-multiplier partner programs like Ethena, Ether.fi). For `LOYALTY`, `dailyPoints` / `pointsPerThousandUsd` are always null.
- New fragments: `MerklSupplyIncentive`, `MerklBorrowIncentive`, `SupplyPointsIncentive`, `BorrowPointsIncentive`, `IncentiveCriteria`, `PointsProgram`, plus extended Merit fragments (`actionKey`, `rewardTokenAddress`, `rewardTokenSymbol`, `customMessage`, `customForumLink`, `selfApr`).
- New canonical `userRewards` query (supersedes `userMeritRewards`).
- `RewardId` scalar mapped to a branded string in `@aave/types`.

- 0384b0f: Add stkGHO migration action support

### Patch Changes

- Updated dependencies [b9220ee]
- @aave/types@0.3.0

## 0.12.0

### Minor 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": "0.12.0",
"version": "0.13.0",
"description": "GraphQL bindings for the Aave API",
"repository": {
"directory": "packages/graphql",
Expand Down
21 changes: 21 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @aave/react

## 0.10.0

### Minor Changes

- b9220ee: Sync GraphQL schema with V3 backend and add the `kind` discriminator on points incentives.

- `SupplyPointsIncentive` / `BorrowPointsIncentive` now expose `kind: PointsProgramKind!` (`CAMPAIGN` for Merkl-backed programs, `LOYALTY` for fixed-multiplier partner programs like Ethena, Ether.fi). For `LOYALTY`, `dailyPoints` / `pointsPerThousandUsd` are always null.
- New fragments: `MerklSupplyIncentive`, `MerklBorrowIncentive`, `SupplyPointsIncentive`, `BorrowPointsIncentive`, `IncentiveCriteria`, `PointsProgram`, plus extended Merit fragments (`actionKey`, `rewardTokenAddress`, `rewardTokenSymbol`, `customMessage`, `customForumLink`, `selfApr`).
- New canonical `userRewards` query (supersedes `userMeritRewards`).
- `RewardId` scalar mapped to a branded string in `@aave/types`.

- 0384b0f: Add stkGHO migration action support

### Patch Changes

- Updated dependencies [b9220ee]
- Updated dependencies [0384b0f]
- @aave/graphql@0.13.0
- @aave/client@0.12.0
- @aave/types@0.3.0

## 0.9.1

### 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": "0.9.1",
"version": "0.10.0",
"description": "The official React bindings for the Aave Protocol",
"repository": {
"directory": "packages/react",
Expand Down
11 changes: 11 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @aave/types

## 0.3.0

### Minor Changes

- b9220ee: Sync GraphQL schema with V3 backend and add the `kind` discriminator on points incentives.

- `SupplyPointsIncentive` / `BorrowPointsIncentive` now expose `kind: PointsProgramKind!` (`CAMPAIGN` for Merkl-backed programs, `LOYALTY` for fixed-multiplier partner programs like Ethena, Ether.fi). For `LOYALTY`, `dailyPoints` / `pointsPerThousandUsd` are always null.
- New fragments: `MerklSupplyIncentive`, `MerklBorrowIncentive`, `SupplyPointsIncentive`, `BorrowPointsIncentive`, `IncentiveCriteria`, `PointsProgram`, plus extended Merit fragments (`actionKey`, `rewardTokenAddress`, `rewardTokenSymbol`, `customMessage`, `customForumLink`, `selfApr`).
- New canonical `userRewards` query (supersedes `userMeritRewards`).
- `RewardId` scalar mapped to a branded string in `@aave/types`.

## 0.2.0

### Minor 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": "0.2.0",
"version": "0.3.0",
"description": "Core types for the Aave SDK",
"repository": {
"directory": "packages/types",
Expand Down