@egovernments/digit-ui-components 0.2.0-beta.63 → 0.2.0-beta.64

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
@@ -4,6 +4,10 @@ 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
+ ### [0.2.0-beta.64] - 2025-08-05
8
+ ## Enhancement
9
+ - Added documentation
10
+
7
11
  ### [0.2.0-beta.63] - 2025-08-05
8
12
  ## Enhancement
9
13
  - Submit button tag fixed
package/README.md CHANGED
@@ -22,7 +22,7 @@ frontend/micro-ui/web/package.json
22
22
  ```
23
23
 
24
24
  ```json
25
- "@egovernments/digit-ui-components":"0.0.1",
25
+ "@egovernments/digit-ui-components":"0.2.0",
26
26
  ```
27
27
 
28
28
  then navigate to App.js
@@ -88,9 +88,9 @@ yarn storybook
88
88
 
89
89
  ## Changelog
90
90
 
91
- ### Summary for Version [0.0.2] - 2024-06-03
91
+ ### Summary for Version [0.2.0] - 2024-06-03
92
92
 
93
- #### New Changes
93
+ #### New Changes (0.2.0)
94
94
 
95
95
  - Added Error Message Component.
96
96
  - Added Info Button Component.
@@ -117,11 +117,11 @@ For a detailed changelog, see the [CHANGELOG.md](./CHANGELOG.md) file.
117
117
 
118
118
  ## Published from DIGIT-UI-LIBRARIES
119
119
 
120
- DIGIT-UI-LIBRARIES Repo (https://github.com/egovernments/DIGIT-UI-LIBRARIES/tree/master)
120
+ DIGIT-UI-LIBRARIES Repo (https://github.com/egovernments/DIGIT-UI-LIBRARIES/tree/develop)
121
121
 
122
122
  # Contributors
123
123
 
124
- [nabeelmd-egov] [bhavya-eGov] [nipunarora-eGov] [swathi-egov] [jagankumar-egov]
124
+ [swathi-egov] [nabeelmd-egov] [bhavya-eGov] [nipunarora-eGov] [tulika-egov] [jagankumar-egov]
125
125
 
126
126
  # Reference
127
127
 
@@ -129,9 +129,11 @@ Storybook (https://unified-dev.digit.org/storybook/)
129
129
 
130
130
  Documentation (https://core.digit.org/guides/developer-guide/ui-developer-guide/digit-ui/ui-components-standardisation/digit-ui-components0.2.0)
131
131
 
132
+ Also here, see the [DOCUMENTATION.md](./DOCUMENTATION.md) file.
133
+
134
+
132
135
  ## License
133
136
 
134
137
  MIT © [jagankumar-egov](https://github.com/jagankumar-egov)
135
138
 
136
139
  ![Logo](https://s3.ap-south-1.amazonaws.com/works-dev-asset/mseva-white-logo.png)
137
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egovernments/digit-ui-components",
3
- "version": "0.2.0-beta.63",
3
+ "version": "0.2.0-beta.64",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.modern.js",