@oliasoft-open-source/charts-library 2.17.1-beta-1 → 2.17.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/package.json +1 -1
- package/release-notes.md +7 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oliasoft-open-source/charts-library",
|
|
3
|
-
"version": "2.17.
|
|
3
|
+
"version": "2.17.2",
|
|
4
4
|
"description": "React Chart Library (based on Chart.js and react-chart-js-2)",
|
|
5
5
|
"homepage": "https://gitlab.com/oliasoft-open-source/charts-library",
|
|
6
6
|
"bugs": {
|
package/release-notes.md
CHANGED
|
@@ -1,12 +1,19 @@
|
|
|
1
1
|
# Charts Library Release Notes
|
|
2
2
|
|
|
3
|
+
## 2.17.2
|
|
4
|
+
|
|
5
|
+
- Fix release CI/CD pipeline ([OW-11691](https://oliasoft.atlassian.net/browse/OW-11691))
|
|
6
|
+
|
|
3
7
|
## 2.17.1
|
|
8
|
+
|
|
4
9
|
- Added debounce to prevent maximum call stack size exceeded
|
|
5
10
|
|
|
6
11
|
## 2.17.0
|
|
12
|
+
|
|
7
13
|
- Added initialize logic, for improve translations
|
|
8
14
|
|
|
9
15
|
## 2.16.0
|
|
16
|
+
|
|
10
17
|
- Added common chart area text plugin
|
|
11
18
|
|
|
12
19
|
## 2.15.0
|