@smals-belgium-shared/vidis-medication-scheme-list 2.0.1-snapshot.9 → 2.0.2-snapshot.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
@@ -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
- ## __RELEASE_VERSION__ (__RELEASE_DATE__)
57
+ ## v2.0.1 (2025-07-17)
58
58
  * Technical snapshot release. No new features or bug fixes.
59
59
 
60
60
  ### vidis-delivered-medication-list:
@@ -72,3 +72,5 @@
72
72
  * Add a checkbox to include hospital pharmacies
73
73
  * Add the type of pharmacy in the screen
74
74
  * Add a "select" button on pharmacies, to make it more accessible and obvious to end user
75
+
76
+ ## __RELEASE_VERSION__ (__RELEASE_DATE__)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smals-belgium-shared/vidis-medication-scheme-list",
3
- "version": "2.0.1-snapshot.9",
3
+ "version": "2.0.2-snapshot.1",
4
4
  "description": "Medication scheme list web component",
5
5
  "main": "medication-scheme-list.js",
6
6
  "author": "smals",