@egovernments/digit-ui-module-core 1.8.25 → 1.8.26

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 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.8.26] [21-Feb-2025]
4
+ - Publishing a new version for more stability & as part of Components Release
5
+
3
6
  ## [1.8.25] [13-Feb-2025]
4
7
  - Added id prop for Privacy Component Checkbox
5
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egovernments/digit-ui-module-core",
3
- "version": "1.8.25",
3
+ "version": "1.8.26",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.modern.js",
@@ -14,8 +14,8 @@
14
14
  "prepublish": "yarn build"
15
15
  },
16
16
  "dependencies": {
17
- "@egovernments/digit-ui-components":"0.0.2-beta.66",
18
- "@egovernments/digit-ui-react-components": "1.8.16",
17
+ "@egovernments/digit-ui-components":"0.2.0",
18
+ "@egovernments/digit-ui-react-components": "1.8.17",
19
19
  "@egovernments/digit-ui-svg-components":"1.0.14",
20
20
  "react": "17.0.2",
21
21
  "react-dom": "17.0.2",