@wui-js/plugins 0.9.1 → 0.9.2
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
| | |
|
|
8
8
|
| -------------------- | ----------- |
|
|
9
9
|
| **Library name** | `wuijs-plugins-lib` |
|
|
10
|
-
| **Library version** | `0.9.
|
|
10
|
+
| **Library version** | `0.9.2` ([Change Log](https://github.com/wui-js/wuijs-plugins-lib/blob/main/docs/CHANGELOG-en.md)) |
|
|
11
11
|
| **NPM package** | `@wui-js/plugins` |
|
|
12
12
|
| **License** | `Apache License 2.0` |
|
|
13
13
|
| **Author** | `Sergio E. Belmar V. <wuijs.project@gmail.com>` |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wui-js/plugins",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.2",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"author": "Sergio E. Belmar V. <wuijs.project@gmail.com>",
|
|
6
6
|
"description": "WUI/JS Plugins Lib - WUI/JS Plugins Lib is an open-source JavaScript/CSS library that provides a collection of plugins for WUI/JS Main Lib classes.",
|