Skip to content

Commit

Permalink
chore(release): 3.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.5.0](v3.4.2...v3.5.0) (2024-12-20)

### Bug Fixes

* **congregation:** hide non-publisher when adding group members ([600b870](600b870))
* **meetings:** localize hall name in assignments ([f5efc9b](f5efc9b))
* **persons:** error message now shown when saving records ([2554da6](2554da6))
* **profile:** account cannot be deleted ([94b63d2](94b63d2))
* **reminders:** improve the reminders layout ([08cfa2a](08cfa2a))
* **settings:** close modal after data export ([089f859](089f859))
* **startup:** unable to create master key and access code ([1227058](1227058))
* **templates:** use exact meeting date in S-89 ([758f350](758f350))

### Features

* **locales:** add Iloko language ([744c397](744c397))
* **reports:** add tooltip to the late reports ([2915e2c](2915e2c))
* **templates:** add field service groups ([f58f9b6](f58f9b6))
  • Loading branch information
semantic-release-bot committed Dec 20, 2024
1 parent 5588d3f commit a93d63b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [3.5.0](https://github.com/sws2apps/organized-app/compare/v3.4.2...v3.5.0) (2024-12-20)


### Bug Fixes

* **congregation:** hide non-publisher when adding group members ([600b870](https://github.com/sws2apps/organized-app/commit/600b870de7ea8124ec787473aafc7f1bd8c4abf6))
* **meetings:** localize hall name in assignments ([f5efc9b](https://github.com/sws2apps/organized-app/commit/f5efc9b6f760475ea04487c91acc50a629dc9d9f))
* **persons:** error message now shown when saving records ([2554da6](https://github.com/sws2apps/organized-app/commit/2554da6a6fa08a5cc952f8d4e1a680800ead1dc5))
* **profile:** account cannot be deleted ([94b63d2](https://github.com/sws2apps/organized-app/commit/94b63d27f345c1e473aa75fdacab13e21e590134))
* **reminders:** improve the reminders layout ([08cfa2a](https://github.com/sws2apps/organized-app/commit/08cfa2ad1075d7018438dda3a66787b3059f1626))
* **settings:** close modal after data export ([089f859](https://github.com/sws2apps/organized-app/commit/089f85942f7a1ae9170ef6d7295fcddf088587bb))
* **startup:** unable to create master key and access code ([1227058](https://github.com/sws2apps/organized-app/commit/1227058bc97987b072cf5bcbed6cccf2a85126a0))
* **templates:** use exact meeting date in S-89 ([758f350](https://github.com/sws2apps/organized-app/commit/758f350bab250522bd4084395cd8e70681101974))


### Features

* **locales:** add Iloko language ([744c397](https://github.com/sws2apps/organized-app/commit/744c39700730c1131a097520c9c779e12d4db274))
* **reports:** add tooltip to the late reports ([2915e2c](https://github.com/sws2apps/organized-app/commit/2915e2c5dfc7b9e9d513023fb2e5facaefe4c2fb))
* **templates:** add field service groups ([f58f9b6](https://github.com/sws2apps/organized-app/commit/f58f9b6c3dff93c516dcbd59e4aa3e77b768578a))

## [3.4.2](https://github.com/sws2apps/organized-app/compare/v3.4.1...v3.4.2) (2024-12-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "organized",
"private": true,
"version": "3.4.2",
"version": "3.5.0",
"license": "MIT",
"type": "module",
"repository": {
Expand Down

0 comments on commit a93d63b

Please sign in to comment.