Skip to content

Commit

Permalink
chore(release): 3.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.4.0](v3.3.0...v3.4.0) (2024-12-15)

### Bug Fixes

* **components:** update disabled state for textfield and select ([bc37a61](bc37a61))
* **congregation:** search not working in service groups members ([8c40aef](8c40aef))
* **dashboard:** welcome banner not closing for pocket user ([132c4f3](132c4f3))
* **layouts:** fix padding for menu button in navbar ([3d0fc02](3d0fc02))
* **locales:** source materials issues for tagalog language ([76cd6d9](76cd6d9))
* **ministry:** change keyboard type for bible studies ([70e8eb9](70e8eb9))
* **ministry:** timer keyboard issue on mobile ([7ec2c12](7ec2c12))
* **ministry:** update blinking effect for hours above 1 ([f480872](f480872))
* **persons:** check correct state for credit hours elligibility ([20de0c0](20de0c0))
* **persons:** update assistant only handling ([25f2565](25f2565))
* **reminders:** update to use explicit role ([2259650](2259650))
* **startup:** incorrect display of congregation create window ([60862d9](60862d9))
* **templates:** prevent auxiliary classroom to be checked inadvertently ([3377330](3377330))
* **templates:** rounded corner in the PDF template and add margin for titles ([178f381](178f381))

### Features

* **congregations:** support import and export data ([8731d7f](8731d7f))
* **ministry:** auto start timer after adding time ([dec47b5](dec47b5))
* **persons:** add shortcut to navigate to manage access page ([c36d1ba](c36d1ba))
* **persons:** allow search for talk titles in speakers catalog ([84700a2](84700a2))
* **reports:** add search field when entering monthly reports ([89f0291](89f0291))
* **reports:** allow entering past field service reports ([e5f6f73](e5f6f73))
  • Loading branch information
semantic-release-bot committed Dec 15, 2024
1 parent 3377330 commit 37d8335
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# [3.4.0](https://github.com/sws2apps/organized-app/compare/v3.3.0...v3.4.0) (2024-12-15)


### Bug Fixes

* **components:** update disabled state for textfield and select ([bc37a61](https://github.com/sws2apps/organized-app/commit/bc37a612163e2733c10c295209af532f746cb8bd))
* **congregation:** search not working in service groups members ([8c40aef](https://github.com/sws2apps/organized-app/commit/8c40aef479f47866444b987cf5835bb82422414a))
* **dashboard:** welcome banner not closing for pocket user ([132c4f3](https://github.com/sws2apps/organized-app/commit/132c4f356dc3aa4ca1189076a321370fe9c8ed3a))
* **layouts:** fix padding for menu button in navbar ([3d0fc02](https://github.com/sws2apps/organized-app/commit/3d0fc024f7974f0b4ee17718526308094322ec33))
* **locales:** source materials issues for tagalog language ([76cd6d9](https://github.com/sws2apps/organized-app/commit/76cd6d90ae6e349fd8a2145a55b2f082d1ef00b8))
* **ministry:** change keyboard type for bible studies ([70e8eb9](https://github.com/sws2apps/organized-app/commit/70e8eb97e74a6053e51727ce731868c51ba5f558))
* **ministry:** timer keyboard issue on mobile ([7ec2c12](https://github.com/sws2apps/organized-app/commit/7ec2c127e55fa9b6e87d8658b693288fc9b8b927))
* **ministry:** update blinking effect for hours above 1 ([f480872](https://github.com/sws2apps/organized-app/commit/f48087217d8f96bb9ab7c612b1110ad01dd48866))
* **persons:** check correct state for credit hours elligibility ([20de0c0](https://github.com/sws2apps/organized-app/commit/20de0c09bac6a7225a296ae52c60dbef2214fabd))
* **persons:** update assistant only handling ([25f2565](https://github.com/sws2apps/organized-app/commit/25f2565249f3b49fe762606e0be68687dc0b2af3))
* **reminders:** update to use explicit role ([2259650](https://github.com/sws2apps/organized-app/commit/2259650720ad2c64d106700d7a7d0ddeba2983ad))
* **startup:** incorrect display of congregation create window ([60862d9](https://github.com/sws2apps/organized-app/commit/60862d988fe7a72e9dd21001df8e162861a7aed1))
* **templates:** prevent auxiliary classroom to be checked inadvertently ([3377330](https://github.com/sws2apps/organized-app/commit/3377330df849b267dec10a707d3d19b412101782))
* **templates:** rounded corner in the PDF template and add margin for titles ([178f381](https://github.com/sws2apps/organized-app/commit/178f381bfc714f50e710586a8cb8bb78a45b0c06))


### Features

* **congregations:** support import and export data ([8731d7f](https://github.com/sws2apps/organized-app/commit/8731d7f9f4a65f5b5c54c26cbeb661bcd0250f75))
* **ministry:** auto start timer after adding time ([dec47b5](https://github.com/sws2apps/organized-app/commit/dec47b5ed3d210a5cddda6e262b1c821fa0d673d))
* **persons:** add shortcut to navigate to manage access page ([c36d1ba](https://github.com/sws2apps/organized-app/commit/c36d1ba3f887250ce17b191161233fb482fe23eb))
* **persons:** allow search for talk titles in speakers catalog ([84700a2](https://github.com/sws2apps/organized-app/commit/84700a27af49c834e74fef7b58c5b0559d18c906))
* **reports:** add search field when entering monthly reports ([89f0291](https://github.com/sws2apps/organized-app/commit/89f029169a3d956f3b561444d073f8df1abeb78c))
* **reports:** allow entering past field service reports ([e5f6f73](https://github.com/sws2apps/organized-app/commit/e5f6f73cbddf9e63fdfcef3a131473a5eb0405c5))

# [3.3.0](https://github.com/sws2apps/organized-app/compare/v3.2.0...v3.3.0) (2024-12-08)


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.3.0",
"version": "3.4.0",
"license": "MIT",
"type": "module",
"repository": {
Expand Down

0 comments on commit 37d8335

Please sign in to comment.