@smals-belgium-shared/vidis-medication-scheme-list 2.0.2-snapshot.8 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -54,7 +54,7 @@
|
|
54
54
|
### vidis-prescription-detail
|
55
55
|
* Change `onPrintDetail` output to `onPrint` and type from `{base64Pdf: string, printOptions: {filename: string, orientation: 'portrait'}}` to `{title: string, content: string}`
|
56
56
|
|
57
|
-
##
|
57
|
+
## v3.0.0 (2025-08-06)
|
58
58
|
|
59
59
|
* Using external fonts
|
60
60
|
|
@@ -80,3 +80,5 @@
|
|
80
80
|
|
81
81
|
### vidis-diary-note:
|
82
82
|
* Support offline mode.
|
83
|
+
|
84
|
+
## __RELEASE_VERSION__ (__RELEASE_DATE__)
|