diff --git a/CHANGELOG.md b/CHANGELOG.md index 5420f5b..c3d43e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.1] 2022-03-07 + +🐛 Bugs solved: + +- Bug with charts being uneven fixed + ## [1.0.0] 2023-02-27 ### Original Release diff --git a/package.json b/package.json index c8cbf66..6a5d308 100644 --- a/package.json +++ b/package.json @@ -14,10 +14,10 @@ "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.3.0", "@testing-library/user-event": "^13.5.0", - "apexcharts": "^3.35.5", + "apexcharts": "3.35.5", "framer-motion": "^7.10.2", "react": "^18.2.0", - "react-apexcharts": "^1.4.0", + "react-apexcharts": "1.4.0", "react-calendar": "^3.9.0", "react-dom": "^18.2.0", "react-icons": "^4.4.0",