@forter/chart
Advanced tools
Comparing version 5.8.1 to 5.8.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [5.8.2](https://github.com/forter/web-components/compare/@forter/chart@5.8.1...@forter/chart@5.8.2) (2021-10-14) | ||
### Bug Fixes | ||
* **chart:** changed labels ([#781](https://github.com/forter/web-components/issues/781)) ([cea26f7](https://github.com/forter/web-components/commit/cea26f7)) | ||
## [5.8.1](https://github.com/forter/web-components/compare/@forter/chart@5.8.0...@forter/chart@5.8.1) (2021-10-13) | ||
@@ -8,0 +19,0 @@ |
@@ -87,3 +87,3 @@ import { html } from 'lit-element'; | ||
</svg> | ||
Click to see more on this | ||
Click to explore further | ||
</div>`; | ||
@@ -90,0 +90,0 @@ }; |
{ | ||
"name": "@forter/chart", | ||
"version": "5.8.1", | ||
"version": "5.8.2", | ||
"description": "chart from Forter Components", | ||
@@ -59,3 +59,3 @@ "author": "Forter Developers", | ||
}, | ||
"gitHead": "d72c45b16c6620425db76ea12dd3fdcba9c409b2" | ||
"gitHead": "dc00a7592bde32376ad15b44bba06f9a6b51a1f8" | ||
} |
@@ -75,4 +75,4 @@ import { get, merge } from 'lodash-es'; | ||
</svg> | ||
Click to see more on this | ||
Click to explore further | ||
</div>`; | ||
}; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
152653