Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.4"
".": "0.3.5"
}
12 changes: 12 additions & 0 deletions cella/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.3.5](https://github.com/cellajs/cella/compare/0.3.4...0.3.5) (2026-07-12)


### 🎉 New features

* 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)


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": "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.",
Expand Down