@smals-belgium-shared/vidis-diarynote 3.5.3-snapshot.7 → 4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -228,10 +228,11 @@
228
228
  ### vidis-prescription-detail
229
229
  * Change frequency type (from enum to string)
230
230
 
231
- ## __RELEASE_VERSION__ (__RELEASE_DATE__)
232
-
231
+ ## v4.0.0 (2026-05-21)
233
232
  * Migration to V5 specification
234
233
  * Prefetching of prescriptions
235
234
  * Prefetching of medication scheme
236
235
  * Prefetching of delivered medications
237
236
  * Prefetching of diarynotes
237
+
238
+ ## __RELEASE_VERSION__ (__RELEASE_DATE__)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smals-belgium-shared/vidis-diarynote",
3
- "version": "3.5.3-snapshot.7",
3
+ "version": "4.0.0",
4
4
  "description": "Diary notes web component",
5
5
  "main": "diarynote.js",
6
6
  "types": "types/main.d.ts",