@egovernments/digit-ui-health-css 0.1.59 → 0.2.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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.3.0 - 2024-12-03
4
+ #### Base Admin console & microplan web
5
+ 1. Campaign Manager Module CSS
6
+ 2. Boundary Manager Module CSS
7
+ 3. Microplan Module CSS
8
+ 4. Other Core Override CSS
9
+
10
+
3
11
  ## [0.1.20]
4
12
  - Updated Loader with text styles
5
13
 
package/README.md CHANGED
@@ -40,8 +40,11 @@ frontend/micro-ui/web/public/index.html
40
40
  ### Changelog
41
41
 
42
42
  ```bash
43
+ ## 0.3.0 - 2024-12-03
44
+ #### Base Admin console & microplan web
43
45
 
44
- 0.1.0 Base version
46
+ ## 0.1.0
47
+ #### Base version
45
48
 
46
49
  ```
47
50
  ## Contributors
package/dist/index.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @egovernments/digit-ui-health-css - 0.1.59
2
+ * @egovernments/digit-ui-health-css - 0.2.1
3
3
  *
4
4
  * Copyright (c) 2024 Jagankumar <jagan.kumar@egov.org.in>
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @egovernments/digit-ui-health-css - 0.1.59
2
+ * @egovernments/digit-ui-health-css - 0.2.1
3
3
  *
4
4
  * Copyright (c) 2024 Jagankumar <jagan.kumar@egov.org.in>
5
5
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egovernments/digit-ui-health-css",
3
- "version": "0.1.59",
3
+ "version": "0.2.1",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "Jagankumar <jagan.kumar@egov.org.in>",