@openmrs/esm-home-app 5.2.0 → 5.2.1-pre.301

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.
@@ -31,4 +31,4 @@ This can impact web performance.
31
31
  Assets:
32
32
  130.js (619 KiB)
33
33
 
34
- webpack 5.88.2 compiled with 1 warning in 12359 ms
34
+ webpack 5.88.2 compiled with 1 warning in 12017 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-home-app",
3
- "version": "5.2.0",
3
+ "version": "5.2.1-pre.301",
4
4
  "description": "Homepage microfrontend for the OpenMRS SPA",
5
5
  "browser": "dist/openmrs-esm-home-app.js",
6
6
  "main": "src/index.ts",
@@ -41,5 +41,6 @@
41
41
  "react-i18next": "11.x",
42
42
  "react-router-dom": "6.x",
43
43
  "swr": "2.x"
44
- }
44
+ },
45
+ "stableVersion": "5.2.0"
45
46
  }