diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 18cac8038..fd1c548ee 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.4" + ".": "0.3.5" } diff --git a/cella/CHANGELOG.md b/cella/CHANGELOG.md index c150545f9..5bb777d44 100644 --- a/cella/CHANGELOG.md +++ b/cella/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.3.5](https://github.com/cellajs/cella/compare/0.3.4...0.3.5) (2026-07-14) + + +### 🎉 New features + +* **cdc:** identify the slot holder in slot-contention retry warnings ([#878](https://github.com/cellajs/cella/issues/878)) ([1690c77](https://github.com/cellajs/cella/commit/1690c77f3d4389304b5eb585efe3fbbbe5f2f5f6)) +* entity grid enrichment — member previews, activity stamps, grid polish ([#877](https://github.com/cellajs/cella/issues/877)) ([9b36fe0](https://github.com/cellajs/cella/commit/9b36fe01db9e04acab6986944f636ddbb1a670e0)) +* permission feature additions for projectcampus ([#873](https://github.com/cellajs/cella/issues/873)) ([2bd01e7](https://github.com/cellajs/cella/commit/2bd01e7899945f9563539853712f7f0a41f26bfb)) + + +### ⏪ Reverts + +* ignore maintenances change (no-op ignoreChanges) ([#874](https://github.com/cellajs/cella/issues/874)) ([259d80c](https://github.com/cellajs/cella/commit/259d80cb6e761349a619e9dbce9a0a24375cc446)) + ## [0.3.4](https://github.com/cellajs/cella/compare/0.3.3...0.3.4) (2026-07-09) diff --git a/package.json b/package.json index 5585edfa1..b773da646 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cella", - "version": "0.3.4", + "version": "0.3.5", "license": "MIT", "repository": "https://github.com/cellajs/cella", "description": "Cella is a TypeScript template to build collaborative web apps with sync engine. MIT licensed.",