Skip to content

Commit ae11d1a

Browse files
chore(main): release 4.0.0 (#752)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d7a7d34 commit ae11d1a

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

3+
## [4.0.0](https://github.com/graasp/graasp-app-collaborative-ideation/compare/v3.4.3...v4.0.0) (2025-09-26)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* The state is now managed with a Loro document and does not rely on AppData anymore.
9+
10+
### Features
11+
12+
* ai feedback ([d7a7d34](https://github.com/graasp/graasp-app-collaborative-ideation/commit/d7a7d3466b1fc096b965d949ff834db1c79af874))
13+
* sync with CRDT (Loro) ([d7a7d34](https://github.com/graasp/graasp-app-collaborative-ideation/commit/d7a7d3466b1fc096b965d949ff834db1c79af874))
14+
* sync with custom backend using loro ([d7a7d34](https://github.com/graasp/graasp-app-collaborative-ideation/commit/d7a7d3466b1fc096b965d949ff834db1c79af874))
15+
* threads ([d7a7d34](https://github.com/graasp/graasp-app-collaborative-ideation/commit/d7a7d3466b1fc096b965d949ff834db1c79af874))
16+
17+
18+
### Bug Fixes
19+
20+
* **deps:** update @tanstack/react-query ([d7a7d34](https://github.com/graasp/graasp-app-collaborative-ideation/commit/d7a7d3466b1fc096b965d949ff834db1c79af874))
21+
* **deps:** update react monorepo to v19 (major) ([d7a7d34](https://github.com/graasp/graasp-app-collaborative-ideation/commit/d7a7d3466b1fc096b965d949ff834db1c79af874))
22+
* disable https in production (protected by LB) ([d7a7d34](https://github.com/graasp/graasp-app-collaborative-ideation/commit/d7a7d3466b1fc096b965d949ff834db1c79af874))
23+
324
## [3.4.3](https://github.com/graasp/graasp-app-collaborative-ideation/compare/v3.4.2...v3.4.3) (2025-07-11)
425

526

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.4.3",
3+
"version": "4.0.0",
44
"license": "AGPL-3.0-only",
55
"author": "Graasp",
66
"contributors": [

0 commit comments

Comments
 (0)