Skip to content

Commit 019d6dc

Browse files
chore(main): release 3.3.0 (#717)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e67a180 commit 019d6dc

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [3.3.0](https://github.com/graasp/graasp-app-collaborative-ideation/compare/v3.2.4...v3.3.0) (2025-06-02)
4+
5+
6+
### Features
7+
8+
* add admonition to explain markdown markup ([9d371d7](https://github.com/graasp/graasp-app-collaborative-ideation/commit/9d371d714e09fc9456da904ac0e98807520c9518))
9+
* add markdown support ([#716](https://github.com/graasp/graasp-app-collaborative-ideation/issues/716)) ([9d371d7](https://github.com/graasp/graasp-app-collaborative-ideation/commit/9d371d714e09fc9456da904ac0e98807520c9518))
10+
* enable markdown for assistants ([e67a180](https://github.com/graasp/graasp-app-collaborative-ideation/commit/e67a1806bc09a3fdbd599e14e92a814ef39d95d1))
11+
* individual mode ([#720](https://github.com/graasp/graasp-app-collaborative-ideation/issues/720)) ([e67a180](https://github.com/graasp/graasp-app-collaborative-ideation/commit/e67a1806bc09a3fdbd599e14e92a814ef39d95d1))
12+
13+
14+
### Bug Fixes
15+
16+
* add live case with all responses for assistants-generated ideas ([#721](https://github.com/graasp/graasp-app-collaborative-ideation/issues/721)) ([544e997](https://github.com/graasp/graasp-app-collaborative-ideation/commit/544e997c48f5acb61e731ed01bd8f660fc9d213a))
17+
* **deps:** update dependency @mui/lab to v5.0.0-alpha.176 ([#722](https://github.com/graasp/graasp-app-collaborative-ideation/issues/722)) ([7579988](https://github.com/graasp/graasp-app-collaborative-ideation/commit/7579988a6ca8571a876d62466db90c5b6209c355))
18+
* **deps:** update mui (non-major) to v5.17.1 ([#724](https://github.com/graasp/graasp-app-collaborative-ideation/issues/724)) ([0246cdf](https://github.com/graasp/graasp-app-collaborative-ideation/commit/0246cdf0833c98b8b092a33a2523077e9a4b39bc))
19+
* **deps:** upgrade graasp and mui ([e67a180](https://github.com/graasp/graasp-app-collaborative-ideation/commit/e67a1806bc09a3fdbd599e14e92a814ef39d95d1))
20+
* make only self-generated responses available in individual mode ([e67a180](https://github.com/graasp/graasp-app-collaborative-ideation/commit/e67a1806bc09a3fdbd599e14e92a814ef39d95d1))
21+
322
## [3.2.4](https://github.com/graasp/graasp-app-collaborative-ideation/compare/v3.2.3...v3.2.4) (2025-02-12)
423

524

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graasp-app-collaborative-ideation",
3-
"version": "3.2.4",
3+
"version": "3.3.0",
44
"license": "AGPL-3.0-only",
55
"author": "Graasp",
66
"contributors": [

0 commit comments

Comments
 (0)