Skip to content

Commit

Permalink
chore(main): release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 2, 2023
1 parent 493d9e2 commit 516d7b5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.3.1](https://github.com/graasp/graasp-query-client/compare/v0.3.0...v0.3.1) (2023-03-02)


### Bug Fixes

* add `currentMemberId` back to `signOut` mutation ([#245](https://github.com/graasp/graasp-query-client/issues/245)) ([852e6e7](https://github.com/graasp/graasp-query-client/commit/852e6e7bb29f9e7b2c386c2efe38c7c82da545bd))
* allow item to be undefined in `useEtherpad` ([852e6e7](https://github.com/graasp/graasp-query-client/commit/852e6e7bb29f9e7b2c386c2efe38c7c82da545bd))
* allow optional properties ([#250](https://github.com/graasp/graasp-query-client/issues/250)) ([493d9e2](https://github.com/graasp/graasp-query-client/commit/493d9e2b0bc0480bd7e5ed38d0d0c8813f7504c9))
* catch avatar not found error ([#248](https://github.com/graasp/graasp-query-client/issues/248)) ([d7d8e97](https://github.com/graasp/graasp-query-client/commit/d7d8e971fafaf16bfd2be301251dc40c3c27890b))
* post and patch item chat message body type ([852e6e7](https://github.com/graasp/graasp-query-client/commit/852e6e7bb29f9e7b2c386c2efe38c7c82da545bd))
* return type of mutations ([852e6e7](https://github.com/graasp/graasp-query-client/commit/852e6e7bb29f9e7b2c386c2efe38c7c82da545bd))
* **types:** narrow type to only the required API_HOST from QueryConfig in apps ([493d9e2](https://github.com/graasp/graasp-query-client/commit/493d9e2b0bc0480bd7e5ed38d0d0c8813f7504c9))
* typing of isDataEqual with generics ([852e6e7](https://github.com/graasp/graasp-query-client/commit/852e6e7bb29f9e7b2c386c2efe38c7c82da545bd))


### Documentation

* fix repo link in package ([852e6e7](https://github.com/graasp/graasp-query-client/commit/852e6e7bb29f9e7b2c386c2efe38c7c82da545bd))

## [0.3.0](https://github.com/graasp/graasp-query-client/compare/v0.2.1...v0.3.0) (2023-02-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graasp/query-client",
"version": "0.3.0",
"version": "0.3.1",
"workspaces": [
"example"
],
Expand Down

0 comments on commit 516d7b5

Please sign in to comment.