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
8 changes: 5 additions & 3 deletions backend/app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
val kotlinLoggingVersion: String by project
val nettyResolverDnsNativeMacOsVersion: String by project

val valtimoVersion: String by project

dependencies {
implementation(platform("com.ritense.valtimo:valtimo-dependency-versions"))
implementation(platform("com.ritense.valtimo:valtimo-dependency-versions:$valtimoVersion"))

implementation("com.ritense.valtimo:valtimo-dependencies")
implementation("com.ritense.valtimo:local-mail")
implementation("com.ritense.valtimo:valtimo-dependencies:$valtimoVersion")
implementation("com.ritense.valtimo:local-mail:$valtimoVersion")

implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.postgresql:postgresql")
Expand Down
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ subprojects {
}

dependencies {
implementation(platform("com.ritense.valtimo:valtimo-dependency-versions:$valtimoVersion"))
compileOnly(platform("com.ritense.valtimo:valtimo-dependency-versions:$valtimoVersion"))
testImplementation(platform("com.ritense.valtimo:valtimo-dependency-versions:$valtimoVersion"))
implementation("cn.lalaki.central:central:$lalakiCentralVersion")
}

Expand Down
16 changes: 3 additions & 13 deletions documentation/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,8 @@

Overzicht van wijzigingen per versie van de Slack-plugin.

## 6.0.0 — 2026

Geschikt gemaakt voor Valtimo 13.24.0 en ondergebracht in een eigen repository, met voorbeeldapplicatie en aparte documentatie.

## 5.0.1 — 2025-08-26

Geschikt gemaakt voor Valtimo 13.1.2 en zichtbaar in de Valtimo Configurator.

## 5.0.0 — 2025-06-06

Geschikt gemaakt voor Valtimo 13.0.0.

## 1.0.0 — 2024-11-13
## 6.0.0
Ondergebracht in een eigen repository met voorbeeldapplicatie, aparte documentatie en een PR-checks workflow. Broncode gesynchroniseerd met de monorepo en ktlint-issues opgelost.

## 5.0.0
Eerste publieke release: berichten en bijlagen versturen naar een Slack-kanaal.
8 changes: 4 additions & 4 deletions frontend/projects/plugin/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
"@valtimo/bootstrap",
"@valtimo/choice-field",
"@valtimo/components",
"@valtimo/config",
"@valtimo/config",
"@valtimo/shared",
"@valtimo/shared",
"@valtimo/contact-moment",
"@valtimo/context",
"@valtimo/dashboard",
"@valtimo/decision",
"@valtimo/document",
"@valtimo/dossier",
"@valtimo/dossier-management",
"@valtimo/case",
"@valtimo/case-management",
"@valtimo/form",
"@valtimo/form-link",
"@valtimo/form-management",
Expand Down
Loading