Skip to content

Commit

Permalink
chore(main): release 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
graasper committed Sep 23, 2024
1 parent 8f0edd5 commit bb7a0bb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.7.1](https://github.com/graasp/graasp-apps-query-client/compare/v3.7.0...v3.7.1) (2024-09-23)


### Bug Fixes

* **deps:** update dependency msw to v2.4.9 ([#409](https://github.com/graasp/graasp-apps-query-client/issues/409)) ([b642353](https://github.com/graasp/graasp-apps-query-client/commit/b6423539d6b1206e33d06060c05ce0e2847713bd))

## [3.7.0](https://github.com/graasp/graasp-apps-query-client/compare/v3.6.0...v3.7.0) (2024-09-19)


Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graasp/apps-query-client",
"version": "3.7.0",
"version": "3.7.1",
"description": "Query client repository for Graasp apps",
"main": "./dist/index.cjs.js",
"module": "./dist/index.es.js",
Expand Down Expand Up @@ -53,7 +53,7 @@
"dexie": "4.0.8",
"http-status-codes": "2.3.0",
"miragejs": "0.1.48",
"msw": "2.4.9",
"msw": "2.4.8",
"uuid": "10.0.0"
},
"devDependencies": {
Expand Down Expand Up @@ -96,7 +96,7 @@
"react-test-renderer": "18.3.1",
"ts-node": "10.9.2",
"typescript": "5.6.2",
"vite": "5.4.7",
"vite": "5.4.6",
"vite-plugin-checker": "0.8.0",
"vite-plugin-dts": "4.2.1",
"vitest": "2.1.1"
Expand Down

0 comments on commit bb7a0bb

Please sign in to comment.