We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64e0911 commit ed2d8c5Copy full SHA for ed2d8c5
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @kubit-ui-web/react-charts
2
3
+## 1.11.3
4
+
5
+### Patch Changes
6
7
+- PieChart disappearing on resize when halfChart=true
8
9
+ PR: #22
10
11
## 1.11.2
12
13
### Patch Changes
package.json
@@ -1,7 +1,7 @@
{
"name": "@kubit-ui-web/react-charts",
"private": false,
- "version": "1.11.2",
+ "version": "1.11.3",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
0 commit comments