Skip to content
Merged
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 .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.0"
".": "0.5.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.5.0](https://github.com/paroki/domus/compare/v0.4.0...v0.5.0) (2026-04-06)


### Features

* **dash:** add sentry integration ([dbc3fb8](https://github.com/paroki/domus/commit/dbc3fb8e9e18e0d7f615eaf13a453509ebce8444))
* **dash:** enhance organization detail and add delete feature ([af6e4b9](https://github.com/paroki/domus/commit/af6e4b9c79052626d7619c391418304e78c427d3))


### Bug Fixes

* **dash:** enable sentry opentelemetry and disable sourcemaps ([cba7c7e](https://github.com/paroki/domus/commit/cba7c7eb3ccbdecc9b28343b4aa359963acf44bb))
* **dash:** fix organization e2e tests and joinId generation ([4e37a53](https://github.com/paroki/domus/commit/4e37a53174dbbef2e8f25796ed39e7aea77027f9))

## [0.4.0](https://github.com/paroki/domus/compare/v0.3.1...v0.4.0) (2026-04-06)


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": "domus",
"version": "0.4.0",
"version": "0.5.0",
"private": true,
"scripts": {
"build": "turbo run build",
Expand Down