@stoplight/ui-kit 3.0.1 → 3.0.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 +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,8 +3,9 @@
|
|
|
3
3
|
[](https://codeclimate.com/repos/5bdb489c9a98842d0a00d211/maintainability)
|
|
4
4
|
[](https://codeclimate.com/repos/5bdb489c9a98842d0a00d211/test_coverage)
|
|
5
5
|
|
|
6
|
-
> **Stable Release (v3.0.
|
|
6
|
+
> **Stable Release (v3.0.2)**: This is the stable version with critical security vulnerability fixes. All critical
|
|
7
7
|
> vulnerabilities have been patched. It is recommended to upgrade to this version for production use.
|
|
8
|
+
> Resolved pritter and lint issue and tested yarn test and yarn test.prod
|
|
8
9
|
|
|
9
10
|
Stoplight UI-Kit is a shared component library that contains basic components built using
|
|
10
11
|
[Blueprint](https://blueprintjs.com/docs/), [Tailwind](https://next.tailwindcss.com/), and
|
package/package.json
CHANGED