From 8270871d5351ecc789c8fe449a036919ffa2e9ca Mon Sep 17 00:00:00 2001 From: sajadevo Date: Fri, 14 Apr 2023 15:57:41 +0430 Subject: [PATCH] update changelog --- CHANGELOG.md | 39 +++------------------------------------ 1 file changed, 3 insertions(+), 36 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06a28f2dc..01c8585a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,42 +1,9 @@ # Change Log -## [2.1.0] 2023-04-11 +## [2.1.0] 2023-04-14 -- Upgrade react to `react 18.2.0` -- Update dependencies and devDependencies - -``` -@emotion/cache 11.4.0 → 11.10.7 -@emotion/react 11.4.1 → 11.10.6 -@emotion/styled 11.3.0 → 11.10.6 -@mui/icons-material 5.2.0 → 5.11.16 -@mui/material 5.2.0 → 5.12.0 -@mui/styled-engine 5.2.0 → 5.13.0 -@testing-library/jest-dom 5.11.4 → 5.16.5 -@testing-library/react 11.1.0 → 14.0.0 -@testing-library/user-event 12.1.10 → 14.4.3 -chroma-js 2.1.2 → 2.4.2 -flatpickr 4.6.9 → 4.6.13 -prop-types 15.7.2 → 15.8.1 -react 17.0.2 → 18.2.0 -react-copy-to-clipboard 5.0.4 → 5.1.0 -react-countup 6.1.0 → 6.4.2 -react-dom 17.0.2 → 18.2.0 -react-flatpickr 3.10.7 → 3.10.13 -react-router-dom 6.0.2 → 6.10.0 -react-scripts 4.0.3 → 5.0.1 -react-syntax-highlighter 15.4.5 → 15.5.0 -web-vitals 1.0.1 → 3.3.1 -eslint 7.30.0 → 8.38.0 -eslint-config-airbnb 18.2.1 → 19.0.4 -eslint-config-prettier 8.3.0 → 8.8.0 -eslint-plugin-import 2.23.4 → 2.27.5 -eslint-plugin-jsx-a11y 6.4.1 → 6.7.1 -eslint-plugin-prettier 3.4.0 → 4.2.1 -eslint-plugin-react 7.24.0 → 7.32.2 -eslint-plugin-react-hooks 4.2.0 → 4.6.0 -prettier 2.3.2 → 2.8.7 -``` +- Upgrade React 18 +- Update dependencies and dev-dependencies ## [2.0.0] 2022-01-11