diff --git a/backend/app/build.gradle.kts b/backend/app/build.gradle.kts index 3513620..634a36b 100644 --- a/backend/app/build.gradle.kts +++ b/backend/app/build.gradle.kts @@ -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") diff --git a/build.gradle.kts b/build.gradle.kts index 0f8fe5c..ff97e63 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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") } diff --git a/documentation/release-notes.md b/documentation/release-notes.md index 5c8e56d..e1912d0 100644 --- a/documentation/release-notes.md +++ b/documentation/release-notes.md @@ -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. diff --git a/frontend/projects/plugin/ng-package.json b/frontend/projects/plugin/ng-package.json index 27f44f4..ed1e47f 100644 --- a/frontend/projects/plugin/ng-package.json +++ b/frontend/projects/plugin/ng-package.json @@ -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",