@egovernments/digit-ui-module-workbench 1.1.0-rc1 → 1.1.0-rc2

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 +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -76,6 +76,12 @@
76
76
  - Supports multi-tenant MDMS configurations
77
77
  - Enhanced schema definition criteria handling
78
78
 
79
+ ## [1.1.0-rc2] [27-Oct-2025]
80
+ - Test Build for release after master merge
81
+
82
+ ## [1.1.0-rc1] [27-Oct-2025]
83
+ - Test Build for release
84
+
79
85
  ## [1.0.29] [23-October-2025]
80
86
 
81
87
  ### 🚀 Major UI/UX Redesign - MDMS Manage Master Interface
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egovernments/digit-ui-module-workbench",
3
- "version": "1.1.0-rc1",
3
+ "version": "1.1.0-rc2",
4
4
  "description": "Workbench",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.modern.js",
@@ -21,7 +21,7 @@
21
21
  "@cyntler/react-doc-viewer": "1.10.3",
22
22
  "json-edit-react": "^1.22.6",
23
23
  "@egovernments/digit-ui-components": "0.2.3",
24
- "@egovernments/digit-ui-react-components": "1.9.0-rc1",
24
+ "@egovernments/digit-ui-react-components": "1.9.0-rc2",
25
25
  "@rjsf/core": "5.10.0",
26
26
  "@rjsf/utils": "5.10.0",
27
27
  "@rjsf/validator-ajv8": "5.10.0",