@smals-belgium-shared/vidis-diarynote 4.2.2-snapshot.0 → 4.2.2-snapshot.4

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 +8 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -302,6 +302,7 @@
302
302
  * Desktop view Redesign.
303
303
  * Using /api/v3 instead of /v3 for all requests.
304
304
  * Fix screen freeze when phone number is changed in the reservation dialog.
305
+ * Bugfix : Hospital pharmacy not checked but filtering works
305
306
 
306
307
  ### vidis-diarynote-list
307
308
  * Redesign journal notes-list table for desktop.
@@ -312,3 +313,10 @@
312
313
 
313
314
  ### vidis-delivered-medication-detail
314
315
  * Using /api/v3 instead of /v3 for all requests.
316
+
317
+ ### vidis-medication-scheme-list:
318
+ * Using API V3 instead of V2 for all requests.
319
+
320
+ ### vidis-medication-scheme-detail
321
+ * Using API V3 instead of V2 for all requests.
322
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smals-belgium-shared/vidis-diarynote",
3
- "version": "4.2.2-snapshot.0",
3
+ "version": "4.2.2-snapshot.4",
4
4
  "description": "Diary notes web component",
5
5
  "main": "diarynote.js",
6
6
  "types": "types/main.d.ts",