From 3876016f81e15427cbcfb4e5f4168de438335f92 Mon Sep 17 00:00:00 2001 From: xidedix Date: Tue, 30 Mar 2021 17:39:52 +0200 Subject: [PATCH 1/3] chore: dependencies update - closes #294 --- package.json | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 282b682..a48dac9 100644 --- a/package.json +++ b/package.json @@ -25,27 +25,28 @@ "dependencies": { "@coreui/chartjs": "^2.0.0", "@coreui/coreui": "^3.4.0", - "@coreui/icons": "^2.0.0-rc.0", - "@coreui/icons-react": "^1.0.2", - "@coreui/react": "^3.4.0", - "@coreui/react-chartjs": "^1.0.1", + "@coreui/icons": "^2.0.0", + "@coreui/icons-react": "^1.1.0", + "@coreui/react": "^3.4.6", + "@coreui/react-chartjs": "^1.1.0", "@coreui/utils": "^1.3.1", + "@wojtekmaj/enzyme-adapter-react-17": "^0.6.0", "classnames": "^2.2.6", - "core-js": "^3.8.1", + "core-js": "^3.9.1", "enzyme": "^3.11.0", - "@wojtekmaj/enzyme-adapter-react-17": "^0.3.2", - "node-sass": "^4.14.1", "prop-types": "^15.7.2", - "react": "^17.0.1", + "react": "^17.0.2", "react-app-polyfill": "^2.0.0", - "react-dom": "^17.0.1", - "react-redux": "^7.2.2", + "react-dom": "^17.0.2", + "react-redux": "^7.2.3", "react-router-dom": "^5.2.0", - "redux": "4.0.5" + "redux": "^4.0.5", + "sass": "^1.32.8" }, "devDependencies": { + "@babel/core": "^7.13.14", "auto-changelog": "~2.2.1", - "react-scripts": "^4.0.1" + "react-scripts": "^4.0.3" }, "scripts": { "start": "react-scripts start", From 6406f6af169b20cee86adc053425979a6999775a Mon Sep 17 00:00:00 2001 From: xidedix Date: Tue, 30 Mar 2021 17:40:37 +0200 Subject: [PATCH 2/3] chore: 3.2.1 release --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee4e5f2..5b575d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,19 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. -#### [3.2.0](https://github.com/coreui/coreui-free-react-admin-template/compare/3.1.1...3.2.0) +#### [3.2.1](https://github.com/coreui/coreui-free-react-admin-template/compare/3.2.0...3.2.1) + +> 30 March 2021 + +- chore: dependencies update - closes #294 [`#294`](https://github.com/coreui/coreui-free-react-admin-template/issues/294) + +### [3.2.0](https://github.com/coreui/coreui-free-react-admin-template/compare/3.1.1...3.2.0) > 14 December 2020 - fix(BrandButtons): minor temp fixes with stylings [`f0c0585`](https://github.com/coreui/coreui-free-react-admin-template/commit/f0c05858329430c9487bdcfcf36d0aa98f60776d) - refactor: polyfills cleanup [`9522ade`](https://github.com/coreui/coreui-free-react-admin-template/commit/9522ade1f1eb2c5a26d5208fe6e44be803123bd2) +- chore: 3.2.0 release for React 17 [`9d5ba97`](https://github.com/coreui/coreui-free-react-admin-template/commit/9d5ba97b4d7ab7d2adbb09b8a2c74d4f00fadbcc) - test: refactor, import temp update [`f3f91c5`](https://github.com/coreui/coreui-free-react-admin-template/commit/f3f91c5d721754a2dac26143f312415c94c7ed68) - chore: React 17 and dependencies update [`f6a710f`](https://github.com/coreui/coreui-free-react-admin-template/commit/f6a710ffd6996c9b6b026b8eebed6ff390757fe1) - fix(_nav): no anonymous default export [`ed83c9a`](https://github.com/coreui/coreui-free-react-admin-template/commit/ed83c9a3d4199b8c6566a6e01396cdcbca80cf42) diff --git a/package.json b/package.json index a48dac9..51f24ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coreui/coreui-free-react-admin-template", - "version": "3.2.0", + "version": "3.2.1", "description": "CoreUI React Open Source Bootstrap 4 Admin Template", "author": { "name": "CoreUI", From d3f21cf20cc057e4852e7d2fbf4c6fa39d21e74f Mon Sep 17 00:00:00 2001 From: sahil-blulabs <78874663+sahil-blulabs@users.noreply.github.com> Date: Mon, 16 Aug 2021 18:31:42 +0530 Subject: [PATCH 3/3] Fix:Update readme For the installaion for the stable release instead of installing v4 i.e., in beta right now. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d1af00d..c88241c 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,9 @@ $ git clone https://github.com/coreui/coreui-free-react-admin-template.git my-pr # go into app's directory $ cd my-project +# checkout stable version +$ git checkout master + # install app's dependencies $ npm install ```