Skip to content

Commit ff1e688

Browse files
chore(release): 3.18.0 [skip ci]
## [3.18.0](v3.17.0...v3.18.0) (2025-03-25) ### Bug Fixes * **app:** change default height of some components and fields ([68708f9](68708f9)) * **meetings:** check for null value when sorting assignments ([2dd7006](2dd7006)) ### Features * **congregation:** option to link prayer assignments to meeting parts ([62dd5a7](62dd5a7)) * **meetings:** support new linked parts in schedules ([9df0b92](9df0b92))
1 parent 62a0a8d commit ff1e688

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [3.18.0](https://github.com/sws2apps/organized-app/compare/v3.17.0...v3.18.0) (2025-03-25)
2+
3+
### Bug Fixes
4+
5+
* **app:** change default height of some components and fields ([68708f9](https://github.com/sws2apps/organized-app/commit/68708f9eff8b025a41340744845a1cdbce9f64fe))
6+
* **meetings:** check for null value when sorting assignments ([2dd7006](https://github.com/sws2apps/organized-app/commit/2dd70060fa890ac8aedbf80b1c2562b2e3d2d8d6))
7+
8+
### Features
9+
10+
* **congregation:** option to link prayer assignments to meeting parts ([62dd5a7](https://github.com/sws2apps/organized-app/commit/62dd5a7aa12f41fe170ac98f643891434cdaf4dc))
11+
* **meetings:** support new linked parts in schedules ([9df0b92](https://github.com/sws2apps/organized-app/commit/9df0b924e6501cae1f13a5225a33ed0deeb2dff0))
12+
113
## [3.17.0](https://github.com/sws2apps/organized-app/compare/v3.16.1...v3.17.0) (2025-03-16)
214

315
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "organized",
33
"private": true,
4-
"version": "3.17.0",
4+
"version": "3.18.0",
55
"license": "MIT",
66
"type": "module",
77
"repository": {

0 commit comments

Comments
 (0)