Skip to content

Commit eb038cd

Browse files
chore: bumps package versions
1 parent 5881049 commit eb038cd

11 files changed

Lines changed: 27 additions & 20 deletions

File tree

.changeset/dry-years-take.md

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

.changeset/humble-dingos-bake.md

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

.changeset/jolly-geese-call.md

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

.changeset/nice-cloths-write.md

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

.changeset/plain-goats-occur.md

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

packages/client/CHANGELOG.md

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

3+
## 0.9.3
4+
5+
### Patch Changes
6+
7+
- e3b8087: **fix:** polynomial regular expression used on uncontrolled data
8+
- Updated dependencies [a9ab96f]
9+
- @aave/graphql@0.11.1
10+
311
## 0.9.2
412

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

packages/graphql/CHANGELOG.md

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

3+
## 0.11.1
4+
5+
### Patch Changes
6+
7+
- a9ab96f: **fix:** update schema for v3.7 (backwards compatible with v3.6)
8+
39
## 0.11.0
410

511
### 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.11.0",
3+
"version": "0.11.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.8.3
4+
5+
### Patch Changes
6+
7+
- e3b8087: **fix:** polynomial regular expression used on uncontrolled data
8+
- Updated dependencies [a9ab96f]
9+
- Updated dependencies [e3b8087]
10+
- @aave/graphql@0.11.1
11+
- @aave/client@0.9.3
12+
313
## 0.8.2
414

515
### Patch Changes

0 commit comments

Comments
 (0)