Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#238)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 16, 2023
1 parent c9be56d commit fd0cad9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.2.0](https://github.com/graasp/graasp-query-client/compare/v0.1.5...v0.2.0) (2023-02-16)


### Features

* add `useExportItemChat` hook ([c9be56d](https://github.com/graasp/graasp-query-client/commit/c9be56d1cff0cfc96cb7bd9adeefc17033396a5c))
* move types to `@graasp/sdk/frontend` ([#203](https://github.com/graasp/graasp-query-client/issues/203)) ([c9be56d](https://github.com/graasp/graasp-query-client/commit/c9be56d1cff0cfc96cb7bd9adeefc17033396a5c))


### Bug Fixes

* deprecate exported types, use types from sdk instead ([c9be56d](https://github.com/graasp/graasp-query-client/commit/c9be56d1cff0cfc96cb7bd9adeefc17033396a5c))
* **types:** `useEtherpad` type ([c9be56d](https://github.com/graasp/graasp-query-client/commit/c9be56d1cff0cfc96cb7bd9adeefc17033396a5c))
* **types:** `useItemThumbnail` hook return type ([c9be56d](https://github.com/graasp/graasp-query-client/commit/c9be56d1cff0cfc96cb7bd9adeefc17033396a5c))
* **types:** improve `useItem` query return type ([c9be56d](https://github.com/graasp/graasp-query-client/commit/c9be56d1cff0cfc96cb7bd9adeefc17033396a5c))
* **types:** in infinite query ([c9be56d](https://github.com/graasp/graasp-query-client/commit/c9be56d1cff0cfc96cb7bd9adeefc17033396a5c))

## [0.1.5](https://github.com/graasp/graasp-query-client/compare/v0.1.4...v0.1.5) (2023-02-09)


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.1.5",
"version": "0.2.0",
"workspaces": [
"example"
],
Expand Down

0 comments on commit fd0cad9

Please sign in to comment.