@aquera/nile-elements 0.1.41 → 0.1.43
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 +7 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -77,7 +77,13 @@ To run a local development server that serves the basic demo located in `demo/in
|
|
77
77
|
|
78
78
|
## Release Notes
|
79
79
|
|
80
|
-
In this section, you can find the updates for each release of `nile-elements`. It's a good practice to maintain detailed release notes to help users and developers understand what changes have been made from one version to another and how these changes might affect their projects.
|
80
|
+
In this section, you can find the updates for each release of `nile-elements`. It's a good practice to maintain detailed release notes to help users and developers understand what changes have been made from one version to another and how these changes might affect their projects.
|
81
|
+
|
82
|
+
#### Version 0.1.43
|
83
|
+
- Nile Icon Component: Bug Fixes for Nile-Icon [UIF-786]
|
84
|
+
|
85
|
+
#### Version 0.1.42
|
86
|
+
- Nile Icon Component: Bug Fixes for Nile-Icon [UIF-786]
|
81
87
|
|
82
88
|
#### Version 0.1.41
|
83
89
|
- Nile Pagination Component: Bug Fixes for Pagination Component [UIF-736]
|
package/package.json
CHANGED