From 8cfedbba48216de287a223512ca193a8259a941d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 13:25:24 +0200 Subject: [PATCH] chore(main): release 3.5.1 (#392) * chore(main): release 3.5.1 * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Thibault Reidy <147397675+ReidyT@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aaf6515..a074a0e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.5.1](https://github.com/graasp/graasp-apps-query-client/compare/v3.5.0...v3.5.1) (2024-08-30) + +### Features + +* feat(deps): migrates msw to v.2 ([#389](https://github.com/graasp/graasp-apps-query-client/issues/389)) ([6ffb427e](https://github.com/graasp/graasp-apps-query-client/commit/6ffb427e64f5bcc7633e6df65d4dd5c5ea6573a5)) +* feat: mocks upload app settings files ([#389](https://github.com/graasp/graasp-apps-query-client/issues/389)) ([6ffb427e](https://github.com/graasp/graasp-apps-query-client/commit/6ffb427e64f5bcc7633e6df65d4dd5c5ea6573a5)) + +### Bug Fixes + +* **deps:** update dependency msw to v2.4.1 ([#191](https://github.com/graasp/graasp-apps-query-client/issues/191)) ([b6d81b7](https://github.com/graasp/graasp-apps-query-client/commit/b6d81b790af8d04872cd9fa041bda7c3ff11c313)) + ## [3.5.0](https://github.com/graasp/graasp-apps-query-client/compare/v3.4.15...v3.5.0) (2024-08-05) diff --git a/package.json b/package.json index ea4e2df4..bf637224 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@graasp/apps-query-client", - "version": "3.5.0", + "version": "3.5.1", "description": "Query client repository for Graasp apps", "main": "./dist/index.cjs.js", "module": "./dist/index.es.js",