We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ac02d commit 18fb688Copy full SHA for 18fb688
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [1.0.1] 2022-03-07
2
+
3
+🐛 Bugs solved:
4
5
+- Bug with charts being uneven fixed
6
7
## [1.0.0] 2023-02-27
8
9
### Original Release
package.json
@@ -14,10 +14,10 @@
14
"@testing-library/jest-dom": "^5.16.5",
15
"@testing-library/react": "^13.3.0",
16
"@testing-library/user-event": "^13.5.0",
17
- "apexcharts": "^3.35.5",
+ "apexcharts": "3.35.5",
18
"framer-motion": "^7.10.2",
19
"react": "^18.2.0",
20
- "react-apexcharts": "^1.4.0",
+ "react-apexcharts": "1.4.0",
21
"react-calendar": "^3.9.0",
22
"react-dom": "^18.2.0",
23
"react-icons": "^4.4.0",
0 commit comments