@egovernments/digit-ui-libraries 1.8.1-beta.4 → 1.8.2-beta.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.
package/CHANGELOG.md ADDED
@@ -0,0 +1,19 @@
1
+ # Changelog
2
+
3
+ ## [1.8.2-beta.1]
4
+ - Formatted changelog file.
5
+
6
+ ## [1.8.1-beta.4]
7
+ - Enhanced to load screen even if mdms is failing
8
+
9
+ ## [1.8.1-beta.3]
10
+ - other fixes.
11
+
12
+ ## [1.8.1-beta.2]
13
+ - Enhanced `useCustomMdms` hook to support version 2 of MDMS API calls.
14
+
15
+ ## [1.8.1-beta.1]
16
+ - Added the README file.
17
+
18
+ ## [1.5.23]
19
+ - Base version.
package/README.md CHANGED
@@ -52,15 +52,12 @@ const App = ({ deltaConfig, stateCode, cityCode, moduleCode }) => {
52
52
  export default App;
53
53
  ```
54
54
 
55
- ### Changelog
56
-
57
- ```bash
58
- 1.8.1-beta.4: Enhanced to load screen even if mdms is failing
59
- 1.8.1-beta.3: other fixes
60
- 1.8.1-beta.2: Enhanced `useCustomMdms` hook to support version 2 of MDMS API calls.
61
- 1.8.1-beta.1 Republished after merging with Master due to version issues.
62
- 1.8.0 Released as part of workbench v1.0
63
- ```
55
+ ## Changelog
56
+
57
+ ### Summary for Version [1.8.2-beta.1] - 2024-06-05
58
+
59
+ For a detailed changelog, see the [CHANGELOG.md](./CHANGELOG.md) file.
60
+
64
61
 
65
62
  ### Published from DIGIT Frontend
66
63
  DIGIT Frontend Repo (https://github.com/egovernments/Digit-Frontend/tree/develop)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egovernments/digit-ui-libraries",
3
- "version": "1.8.1-beta.4",
3
+ "version": "1.8.2-beta.1",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.modern.js",
6
6
  "source": "src/index.js",