diff --git a/.changeset/slimy-loops-sit.md b/.changeset/slimy-loops-sit.md deleted file mode 100644 index c4bb9f0..0000000 --- a/.changeset/slimy-loops-sit.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@aave/graphql": minor -"@aave/client": minor -"@aave/react": minor ---- - -exposed unbacked field on the backend and updated the sdk's schema diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 7b94fbd..a64412e 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,16 @@ # @aave/client +## 0.9.0 + +### Minor Changes + +- d231b4b: exposed unbacked field on the backend and updated the sdk's schema + +### Patch Changes + +- Updated dependencies [d231b4b] + - @aave/graphql@0.9.0 + ## 0.8.0 ### Minor Changes diff --git a/packages/client/package.json b/packages/client/package.json index 6e9cff2..5b047d3 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@aave/client", - "version": "0.8.0", + "version": "0.9.0", "description": "The official JavaScript client for the Aave API", "repository": { "directory": "packages/client", diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index b9a4479..8874533 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -1,5 +1,11 @@ # @aave/graphql +## 0.9.0 + +### Minor Changes + +- d231b4b: exposed unbacked field on the backend and updated the sdk's schema + ## 0.8.0 ### Minor Changes diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 0fae7e3..49c4438 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@aave/graphql", - "version": "0.8.0", + "version": "0.9.0", "description": "GraphQL bindings for the Aave API", "repository": { "directory": "packages/graphql", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 6d4c073..aaa7585 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,17 @@ # @aave/react +## 0.8.0 + +### Minor Changes + +- d231b4b: exposed unbacked field on the backend and updated the sdk's schema + +### Patch Changes + +- Updated dependencies [d231b4b] + - @aave/graphql@0.9.0 + - @aave/client@0.9.0 + ## 0.7.1 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 7372695..6203cbe 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@aave/react", - "version": "0.7.1", + "version": "0.8.0", "description": "The official React bindings for the Aave Protocol", "repository": { "directory": "packages/react",