Skip to content

Commit c80e662

Browse files
authored
chore(main): release 2.8.0 (#1957)
1 parent 6bca256 commit c80e662

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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+
## [2.8.0](https://github.com/graasp/graasp/compare/v2.7.0...v2.8.0) (2025-08-28)
6+
7+
8+
### Features
9+
10+
* add read ws ([#1967](https://github.com/graasp/graasp/issues/1967)) ([9f34803](https://github.com/graasp/graasp/commit/9f34803e1b1764f808aee4937da74f141f4a78fa))
11+
* copy update on page copy ([#1969](https://github.com/graasp/graasp/issues/1969)) ([9d6eb5c](https://github.com/graasp/graasp/commit/9d6eb5cc83438a3a2f47aeac4ca15377f0e61f07))
12+
* create page endpoint ([#1947](https://github.com/graasp/graasp/issues/1947)) ([a391280](https://github.com/graasp/graasp/commit/a391280be0dbd0aae5cb6425dce009b560c09362))
13+
* **page:** gracefully fallback on error ([#1970](https://github.com/graasp/graasp/issues/1970)) ([6bca256](https://github.com/graasp/graasp/commit/6bca256282f4f84b75e2921702ff1ffd1853d883))
14+
* save page updates ([#1965](https://github.com/graasp/graasp/issues/1965)) ([76a284d](https://github.com/graasp/graasp/commit/76a284d8f584014dd3b419a55726f660064c7258))
15+
* setup yjs for collaboration in pages ([#1959](https://github.com/graasp/graasp/issues/1959)) ([d773276](https://github.com/graasp/graasp/commit/d773276a045a4c17df50e50f33a89adc88d0ffd1))
16+
17+
18+
### Bug Fixes
19+
20+
* ensure required env var can't be an empty string ([#1960](https://github.com/graasp/graasp/issues/1960)) ([3ce0469](https://github.com/graasp/graasp/commit/3ce0469fe7ca54e978ec3da4e5047d3c8306706a))
21+
522
## [2.7.0](https://github.com/graasp/graasp/compare/v2.6.0...v2.7.0) (2025-07-23)
623

724

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graasp",
3-
"version": "2.7.0",
3+
"version": "2.8.0",
44
"engines": {
55
"node": ">=22.14.0"
66
},

0 commit comments

Comments
 (0)