Skip to content

Commit c21ea77

Browse files
committed
chore: clean-up
1 parent e8fafb4 commit c21ea77

File tree

2 files changed

+2
-65
lines changed

2 files changed

+2
-65
lines changed

CHANGELOG.md

-61
This file was deleted.

package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
1515
"scripts": {
1616
"build": "react-scripts build",
17-
"changelog": "auto-changelog --starting-version 4.4.0 --commit-limit false --hide-credit",
1817
"eject": "react-scripts eject",
1918
"lint": "eslint \"src/**/*.js\"",
2019
"start": "react-scripts start",
@@ -25,11 +24,11 @@
2524
"dependencies": {
2625
"@coreui/chartjs": "^3.1.1",
2726
"@coreui/coreui": "^4.2.6",
28-
"@coreui/icons": "^3.0.0",
27+
"@coreui/icons": "^3.0.1",
2928
"@coreui/icons-react": "^2.1.0",
3029
"@coreui/react": "^4.6.0",
3130
"@coreui/react-chartjs": "^2.1.2",
32-
"@coreui/utils": "^2.0.0",
31+
"@coreui/utils": "^2.0.1",
3332
"chart.js": "^3.9.1",
3433
"classnames": "^2.3.2",
3534
"core-js": "^3.29.0",
@@ -46,7 +45,6 @@
4645
"@testing-library/jest-dom": "^5.16.5",
4746
"@testing-library/react": "^14.0.0",
4847
"@testing-library/user-event": "^14.4.3",
49-
"auto-changelog": "~2.4.0",
5048
"eslint-config-prettier": "^8.7.0",
5149
"eslint-plugin-prettier": "^4.2.1",
5250
"prettier": "2.8.4",

0 commit comments

Comments
 (0)