Skip to content

Commit 1551f8d

Browse files
authored
Merge pull request #122 from aave/changeset-release/main
[Release] Candidate
2 parents e5a3f26 + 0666392 commit 1551f8d

File tree

9 files changed

+37
-12
lines changed

9 files changed

+37
-12
lines changed

.changeset/fair-mice-burn.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/client/CHANGELOG.md

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

3+
## 0.6.1
4+
5+
### Patch Changes
6+
7+
- 9fbf4bd: **fix:** republish due to CI issue with previous release
8+
- Updated dependencies [9fbf4bd]
9+
- @aave/graphql@0.6.1
10+
- @aave/types@0.1.1
11+
312
## 0.6.0
413

514
### Minor 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": "0.6.0",
3+
"version": "0.6.1",
44
"description": "The official JavaScript client for the Aave API",
55
"repository": {
66
"directory": "packages/client",

packages/graphql/CHANGELOG.md

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

3+
## 0.6.1
4+
5+
### Patch Changes
6+
7+
- 9fbf4bd: **fix:** republish due to CI issue with previous release
8+
- Updated dependencies [9fbf4bd]
9+
- @aave/types@0.1.1
10+
311
## 0.6.0
412

513
### Minor 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": "0.6.0",
3+
"version": "0.6.1",
44
"description": "GraphQL bindings for the Aave API",
55
"repository": {
66
"directory": "packages/graphql",

packages/react/CHANGELOG.md

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

3+
## 0.6.1
4+
5+
### Patch Changes
6+
7+
- 9fbf4bd: **fix:** republish due to CI issue with previous release
8+
- Updated dependencies [9fbf4bd]
9+
- @aave/client@0.6.1
10+
- @aave/graphql@0.6.1
11+
- @aave/types@0.1.1
12+
313
## 0.6.0
414

515
### Minor Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aave/react",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "The official React bindings for the Aave Protocol",
55
"repository": {
66
"directory": "packages/react",

packages/types/CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- 9fbf4bd: **fix:** republish due to CI issue with previous release
8+
39
## 0.1.0
410

511
### Minor Changes

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aave/types",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Core types for the Aave SDK",
55
"repository": {
66
"directory": "packages/types",

0 commit comments

Comments
 (0)