@smals-belgium-shared/vidis-diarynote 4.2.2-snapshot.26 → 4.2.2-snapshot.27

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
@@ -307,6 +307,7 @@
307
307
  * Improve accessibility
308
308
  * Resolve focus loss on sorting control and ensure sort announcements
309
309
  * Adapt details button to align with other components
310
+ * Resolve display of fullname in the printed prescription
310
311
 
311
312
  ### vidis-prescription-detail
312
313
  * Desktop view Redesign
@@ -317,7 +318,8 @@
317
318
  * Delete prescription was producing a bad request error
318
319
  * Improve accessibility
319
320
  * The text below the pharmacy visibility label is now correctly grouped
320
- * Give context to the SSIN number.
321
+ * Give context to the SSIN number
322
+ * Resolve display of fullname in the printed prescription
321
323
 
322
324
  ### vidis-diarynote
323
325
  * Redesign journal notes-list table for desktop
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smals-belgium-shared/vidis-diarynote",
3
- "version": "4.2.2-snapshot.26",
3
+ "version": "4.2.2-snapshot.27",
4
4
  "description": "Diary notes web component",
5
5
  "main": "diarynote.js",
6
6
  "types": "types/main.d.ts",