Skip to content

Commit

Permalink
chore(main): release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 31, 2023
1 parent 4ddc15f commit 2e3d81c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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.0.0](https://github.com/graasp/graasp-apps-query-client/compare/v2.0.4...v3.0.0) (2023-10-31)


### ⚠ BREAKING CHANGES

* add msw alternative for mocking ([#169](https://github.com/graasp/graasp-apps-query-client/issues/169))

### Features

* add a GraaspDevTools component ([4ddc15f](https://github.com/graasp/graasp-apps-query-client/commit/4ddc15f6814f3e9e01130ec04b27d9bfb9715a05))
* add msw alternative for mocking ([#169](https://github.com/graasp/graasp-apps-query-client/issues/169)) ([4ddc15f](https://github.com/graasp/graasp-apps-query-client/commit/4ddc15f6814f3e9e01130ec04b27d9bfb9715a05))
* implements chatbot post function builder (graasp/graasp[#641](https://github.com/graasp/graasp-apps-query-client/issues/641)) ([#177](https://github.com/graasp/graasp-apps-query-client/issues/177)) ([95d7b51](https://github.com/graasp/graasp-apps-query-client/commit/95d7b51143a92b8a2e464be05a5bb75b1d7321b0))
* transform Contexts from HOC to components for nesting ([4ddc15f](https://github.com/graasp/graasp-apps-query-client/commit/4ddc15f6814f3e9e01130ec04b27d9bfb9715a05))


### Bug Fixes

* miragejs returns empty arrays ([#172](https://github.com/graasp/graasp-apps-query-client/issues/172)) ([5beff49](https://github.com/graasp/graasp-apps-query-client/commit/5beff49951b5e1e449aa67a9e8b53f2c98c9af9a))
* update yarn to v4 ([4ddc15f](https://github.com/graasp/graasp-apps-query-client/commit/4ddc15f6814f3e9e01130ec04b27d9bfb9715a05))
* upgrade node to v18 ([4ddc15f](https://github.com/graasp/graasp-apps-query-client/commit/4ddc15f6814f3e9e01130ec04b27d9bfb9715a05))

## [2.0.4](https://github.com/graasp/graasp-apps-query-client/compare/v2.0.3...v2.0.4) (2023-09-11)


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/apps-query-client",
"version": "2.0.4",
"version": "3.0.0",
"description": "Query client repository for Graasp apps",
"main": "./dist/index.cjs.js",
"module": "./dist/index.es.js",
Expand Down

0 comments on commit 2e3d81c

Please sign in to comment.