Skip to content

Commit 369c435

Browse files
committed
chore: bumps up versions
1 parent 453e6da commit 369c435

File tree

13 files changed

+66
-6
lines changed

13 files changed

+66
-6
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"@aave/cli": "4.0.0"
1212
},
1313
"changesets": [
14+
"clear-ears-smash",
1415
"clever-symbols-search",
1516
"crazy-teams-attack",
1617
"cuddly-apples-flash",
@@ -30,11 +31,13 @@
3031
"real-numbers-do",
3132
"rich-bikes-marry",
3233
"salty-berries-hang",
34+
"silent-waves-agree",
3335
"silly-shirts-raise",
3436
"silver-mugs-wait",
3537
"small-terms-open",
3638
"ten-bags-bake",
3739
"wacky-weeks-allow",
40+
"warm-lilies-marry",
3841
"whole-deer-scream",
3942
"witty-meals-turn"
4043
]

packages/cli/CHANGELOG.md

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

3+
## 4.1.0-next.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f5950a3]
8+
- Updated dependencies [453e6da]
9+
- @aave/client@4.0.0-next.9
10+
311
## 4.1.0-next.1
412

513
### 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.1",
3+
"version": "4.1.0-next.2",
44
"description": "CLI to interact with AaveKit API",
55
"keywords": [
66
"aave",

packages/client/CHANGELOG.md

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

3+
## 4.0.0-next.9
4+
5+
### Patch Changes
6+
7+
- f5950a3: **feat:** updates PreviewUserPosition fragment.
8+
- 453e6da: **fix:** export missing types and adjust GQL schema.
9+
- Updated dependencies [2f31f53]
10+
- Updated dependencies [f5950a3]
11+
- Updated dependencies [453e6da]
12+
- @aave/types@1.0.0-next.5
13+
- @aave/graphql@1.0.0-next.8
14+
- @aave/core@1.0.0-next.6
15+
316
## 4.0.0-next.8
417

518
### 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": "4.0.0-next.8",
3+
"version": "4.0.0-next.9",
44
"description": "The official TypeScript client for the AaveKit API",
55
"keywords": [
66
"aave",

packages/core/CHANGELOG.md

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

3+
## 1.0.0-next.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [2f31f53]
8+
- @aave/types@1.0.0-next.5
9+
310
## 1.0.0-next.5
411

512
### 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.5",
3+
"version": "1.0.0-next.6",
44
"description": "The shared core across Aave SDKs.",
55
"repository": {
66
"directory": "packages/core",

packages/graphql/CHANGELOG.md

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

3+
## 1.0.0-next.8
4+
5+
### Patch Changes
6+
7+
- f5950a3: **feat:** updates PreviewUserPosition fragment.
8+
- 453e6da: **fix:** export missing types and adjust GQL schema.
9+
- Updated dependencies [2f31f53]
10+
- @aave/types@1.0.0-next.5
11+
312
## 1.0.0-next.7
413

514
### 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": "1.0.0-next.7",
3+
"version": "1.0.0-next.8",
44
"description": "GraphQL bindings for the Aave API",
55
"repository": {
66
"directory": "packages/graphql",

packages/react/CHANGELOG.md

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

3+
## 4.0.0-next.9
4+
5+
### Patch Changes
6+
7+
- f5950a3: **feat:** updates PreviewUserPosition fragment.
8+
- 453e6da: **fix:** export missing types and adjust GQL schema.
9+
- Updated dependencies [2f31f53]
10+
- Updated dependencies [f5950a3]
11+
- Updated dependencies [453e6da]
12+
- @aave/types@1.0.0-next.5
13+
- @aave/graphql@1.0.0-next.8
14+
- @aave/client@4.0.0-next.9
15+
- @aave/core@1.0.0-next.6
16+
317
## 4.0.0-next.8
418

519
### Minor Changes

0 commit comments

Comments
 (0)