Skip to content

Commit 8b25202

Browse files
committed
chore: update Version
1 parent 91af20b commit 8b25202

File tree

5 files changed

+901
-29
lines changed

5 files changed

+901
-29
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This file documents any relevant changes.
44

5+
## [4.14.4] 2026-03-13
6+
- feat: Add export functionality with multiple formats (via `@viur/vue-components` update).
7+
- refactor: Improve null safety and dedup selection logic for Fluidpages (via `@viur/vue-components` update).
8+
59
## [4.14.3] 2026-02-13
610
- fix: Nested `moduleGroups` are now correctly hidden when empty.
711
- feat: The Fluidpage view can now display data from the underlying page.
@@ -70,4 +74,4 @@ This file documents any relevant changes.
7074
## [4.11.2] 2025-10-10
7175

7276
- doc: The changelog is now mandatory for every release
73-
- feat: relationalbone contexts now can handle formatstrings
77+
- feat: relationalbone contexts now can handle formatstrings

admin/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "admin",
3-
"version": "4.14.3",
3+
"version": "4.14.4",
44
"private": true,
55
"type": "module",
66
"description": "A ViUR Admin Interface",
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@ckeditor/ckeditor5-vue": "^7.3.0",
1515
"@viur/shoelace": "^1.0.12-v2.20.1",
16-
"@viur/vue-components": "^2.6.4",
16+
"@viur/vue-components": "^2.6.5",
1717
"@viur/vue-utils": "^3.3.5",
1818
"ckeditor5": "^45.2.0",
1919
"pinia": "^2.3.0",

0 commit comments

Comments
 (0)