diff --git a/CHANGELOG.md b/CHANGELOG.md index fa4c2b53..f4862ea6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.8.0](https://github.com/Abdel-Monaam-Aouini/dashboard-kit/compare/v1.7.0...v1.8.0) (2023-03-23) + + +### Features + +* automerge PR ([b359a78](https://github.com/Abdel-Monaam-Aouini/dashboard-kit/commit/b359a781500883c70b2b22c77e92b04e71d6465f)) + # [1.7.0](https://github.com/Abdel-Monaam-Aouini/dashboard-kit/compare/v1.6.0...v1.7.0) (2023-03-21) diff --git a/package-lock.json b/package-lock.json index 314bcb7e..3c2d6af0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dashboard-kit", - "version": "1.7.0", + "version": "1.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dashboard-kit", - "version": "1.7.0", + "version": "1.8.0", "dependencies": { "react": "17.0.1", "react-dom": "17.0.1", diff --git a/package.json b/package.json index f6327aa4..48daa934 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dashboard-kit", - "version": "1.7.0", + "version": "1.8.0", "private": true, "homepage": "https://Abdel-Monaam-Aouini.github.io/dashboard-kit/index.html", "scripts": {