From 3f7626bd1d0a4063726cc5ab991bec29d5272fda Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 16:43:35 +0200 Subject: [PATCH] chore(main): release 1.1.0 (#305) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e8612ff..cc2bb52f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.1.0](https://github.com/graasp/graasp-query-client/compare/v1.0.1...v1.1.0) (2023-06-28) + + +### Features + +* use usequeryClient ([#300](https://github.com/graasp/graasp-query-client/issues/300)) ([3bdc12b](https://github.com/graasp/graasp-query-client/commit/3bdc12b59b7316e6d16842166bc602cd64ca3c97)) + + +### Bug Fixes + +* **deps:** update dependency @graasp/sdk to v1.1.1 ([#309](https://github.com/graasp/graasp-query-client/issues/309)) ([0ddb9ec](https://github.com/graasp/graasp-query-client/commit/0ddb9ecd5362d92ee65173373510397e6e7459eb)) +* **deps:** update dependency @graasp/translations to v1.15.0 ([#310](https://github.com/graasp/graasp-query-client/issues/310)) ([1c0294f](https://github.com/graasp/graasp-query-client/commit/1c0294ffff76e1a33aa3cc2daa7fbeaa1be2583e)) +* use `categoryId` instead of `categoryIds` ([#302](https://github.com/graasp/graasp-query-client/issues/302)) ([6e3e77d](https://github.com/graasp/graasp-query-client/commit/6e3e77d777cceb9131aa1908458847b92f244b91)) + ## [1.0.1](https://github.com/graasp/graasp-query-client/compare/v1.0.0...v1.0.1) (2023-06-26) diff --git a/package.json b/package.json index 9abf5672..9eda6092 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@graasp/query-client", - "version": "1.0.1", + "version": "1.1.0", "workspaces": [ "example" ],