@egovernments/digit-ui-module-core 1.8.10 → 1.8.11

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 +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.8.11] [26-Nov-2024]
4
+ - Republished with new component version incremented
5
+
3
6
  ## [1.8.10] [19-Nov-2024]
4
7
  - Fixed the module stablity & new components integrated republihsing the same due to component version issue,
5
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egovernments/digit-ui-module-core",
3
- "version": "1.8.10",
3
+ "version": "1.8.11",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.modern.js",
@@ -14,7 +14,7 @@
14
14
  "prepublish": "yarn build"
15
15
  },
16
16
  "dependencies": {
17
- "@egovernments/digit-ui-components":"0.0.2-beta.54",
17
+ "@egovernments/digit-ui-components":"0.0.2-beta.56",
18
18
  "@egovernments/digit-ui-react-components": "1.8.10",
19
19
  "react": "17.0.2",
20
20
  "react-dom": "17.0.2",