Skip to content

Commit 8cfedbb

Browse files
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>
1 parent b6d81b7 commit 8cfedbb

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
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.
44

5+
## [3.5.1](https://github.com/graasp/graasp-apps-query-client/compare/v3.5.0...v3.5.1) (2024-08-30)
6+
7+
### Features
8+
9+
* 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))
10+
* 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))
11+
12+
### Bug Fixes
13+
14+
* **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))
15+
516
## [3.5.0](https://github.com/graasp/graasp-apps-query-client/compare/v3.4.15...v3.5.0) (2024-08-05)
617

718

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graasp/apps-query-client",
3-
"version": "3.5.0",
3+
"version": "3.5.1",
44
"description": "Query client repository for Graasp apps",
55
"main": "./dist/index.cjs.js",
66
"module": "./dist/index.es.js",

0 commit comments

Comments
 (0)