@egovernments/digit-ui-components 0.0.2-beta.36 → 0.0.2-beta.38

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 +10 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+
8
+ ## [0.0.2-beta.38] - 2024-09-12
9
+ ### fixes
10
+ - Css version fix
11
+
12
+ ## [0.0.2-beta.37] - 2024-09-06
13
+ ### New Changes
14
+ - Css version fix
15
+
16
+
7
17
  ## [0.0.2-beta.36] - 2024-09-06
8
18
  ### New Changes
9
19
  - Updated SelectionCard Component
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egovernments/digit-ui-components",
3
- "version": "0.0.2-beta.36",
3
+ "version": "0.0.2-beta.38",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.modern.js",
@@ -51,7 +51,7 @@
51
51
  "dist"
52
52
  ],
53
53
  "dependencies": {
54
- "@egovernments/digit-ui-components-css": "0.0.2-beta.26",
54
+ "@egovernments/digit-ui-components-css": "0.0.2-beta.31",
55
55
  "@egovernments/digit-ui-libraries": "1.8.1-beta.1",
56
56
  "@egovernments/digit-ui-svg-components": "1.0.11",
57
57
  "@googlemaps/js-api-loader": "1.13.10",
@@ -85,3 +85,4 @@
85
85
  "dpg"
86
86
  ]
87
87
  }
88
+