@egovernments/digit-ui-components 0.0.1-beta.6 → 0.0.1-beta.8
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/README.md +2 -0
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -58,6 +58,8 @@ yarn storybook
|
|
|
58
58
|
# Changelog
|
|
59
59
|
|
|
60
60
|
```bash
|
|
61
|
+
0.0.1-beta.8 Updated the string manipulation based on globalConfig flag isStringManipulated
|
|
62
|
+
0.0.1-beta.7 updated classnames
|
|
61
63
|
0.0.1-beta.6 updated version
|
|
62
64
|
0.0.1-beta.5 modified classnames
|
|
63
65
|
0.0.1-beta.4 fixed some date issues
|