@smals-belgium-shared/vidis-diarynote 4.2.1-snapshot.5 → 4.2.1

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 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -273,7 +273,7 @@
273
273
  * Using API V3 instead of V2.
274
274
  * Display prescriber information in the detail view.
275
275
 
276
- ## __RELEASE_VERSION__ (__RELEASE_DATE__)
276
+ ## v4.2.1 (2026-08-14)
277
277
 
278
278
  * Bugfix : fix Cannot read properties of null (reading 'status') in the error reporting component
279
279
 
@@ -283,3 +283,5 @@
283
283
  ### vidis-prescription-detail
284
284
  * Fix the bug during the Visibility pharmacy update to make it visible to everyone.
285
285
  * Removing leaflet if medication is a compound.
286
+
287
+ ## __RELEASE_VERSION__ (__RELEASE_DATE__)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smals-belgium-shared/vidis-diarynote",
3
- "version": "4.2.1-snapshot.5",
3
+ "version": "4.2.1",
4
4
  "description": "Diary notes web component",
5
5
  "main": "diarynote.js",
6
6
  "types": "types/main.d.ts",