@geneui/components 2.13.1 → 2.14.0-canary-c69b699-21042024
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 +2 -3
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
3
|
+
## 2.13.1 (2024-03-25)
|
|
5
4
|
|
|
6
5
|
### Bug Fixes
|
|
7
6
|
|
|
8
|
-
|
|
7
|
+
- **ExtendedInput:** errorText with tooltip([#103](https://github.com/softconstruct/gene-ui-components/issues/103))
|
|
9
8
|
|
|
10
9
|
# [2.13.0](https://github.com/softconstruct/gene-ui-components/compare/v2.12.3...v2.13.0) (2024-02-26)
|
|
11
10
|
|
package/README.md
CHANGED
|
@@ -87,4 +87,4 @@ Stay up-to-date with the latest changes and improvements by checking our
|
|
|
87
87
|
## ⚖️ License
|
|
88
88
|
|
|
89
89
|
The Gene UI design system is licensed under the
|
|
90
|
-
[MIT
|
|
90
|
+
[MIT License](https://github.com/softconstruct/gene-ui-components/blob/main/LICENSE)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@geneui/components",
|
|
3
3
|
"description": "The Gene UI components library designed for BI tools",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.14.0-canary-c69b699-21042024",
|
|
5
5
|
"author": "SoftConstruct",
|
|
6
6
|
"homepage": "https://github.com/softconstruct/gene-ui-components#readme",
|
|
7
7
|
"repository": {
|
|
@@ -203,4 +203,4 @@
|
|
|
203
203
|
}
|
|
204
204
|
},
|
|
205
205
|
"license": "MIT"
|
|
206
|
-
}
|
|
206
|
+
}
|