From 238b13e3f14ddce8b3e5e506cedb7cf070396374 Mon Sep 17 00:00:00 2001 From: EINazare Date: Tue, 23 Mar 2021 15:59:26 +0200 Subject: [PATCH 001/101] feature: add commit file for easier commits --- commit.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 commit.sh diff --git a/commit.sh b/commit.sh new file mode 100644 index 000000000..e69de29bb From 85e35d9d2d75ef8eba4c2da2c67a0eefcfea3b5f Mon Sep 17 00:00:00 2001 From: EINazare Date: Tue, 23 Mar 2021 16:00:15 +0200 Subject: [PATCH 002/101] docs: updates dates and versions --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f05c1bfea..38648cd09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Change Log +## [1.3.0] 2021-xx-xx +### Bug fixing + +### Major style changes + +### Deleted components + +### Added components + +### Deleted dependencies + +### Added dependencies + +### Updated dependencies +``` + +``` +### Warning +_If needed_ + ## [1.2.0] 2020-06-12 ### Bug fixing - https://github.com/creativetimofficial/paper-kit-react/issues/2 (changed the fonts import to `~assets/fonts` and also added assets path inside `jsconfig.json` file) From 1aeae3b844862c9f8a9f3df8b6e09186b762d1f7 Mon Sep 17 00:00:00 2001 From: EINazare Date: Tue, 23 Mar 2021 16:00:16 +0200 Subject: [PATCH 003/101] docs: updates dates and versions --- Documentation/documentation.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/documentation.html b/Documentation/documentation.html index d7b169181..ae02edb0e 100644 --- a/Documentation/documentation.html +++ b/Documentation/documentation.html @@ -2,12 +2,12 @@ /*! ========================================================= -* Paper Kit React - v1.2.0 +* Paper Kit React - v1.3.0 ========================================================= * Product Page: https://www.creative-tim.com/product/paper-kit-react -* Copyright 2020 Creative Tim (https://www.creative-tim.com) +* Copyright 2021 Creative Tim (https://www.creative-tim.com) * Licensed under MIT (https://github.com/creativetimofficial/paper-kit-react/blob/master/LICENSE.md) * Coded by Creative Tim @@ -48,9 +48,9 @@ /> - + - + @@ -105,7 +105,7 @@

Paper Kit React

-

Documentation v1.2.0

+

Documentation v1.3.0


Date: Tue, 23 Mar 2021 16:00:18 +0200 Subject: [PATCH 004/101] docs: updates dates and versions --- LICENSE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.md b/LICENSE.md index fe1e71795..6b9a44e4c 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Creative Tim +Copyright (c) 2021 Creative Tim Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 4e4ff86f1e7b0a09ebbda0a88474eff34a9d7f53 Mon Sep 17 00:00:00 2001 From: EINazare Date: Tue, 23 Mar 2021 16:00:19 +0200 Subject: [PATCH 005/101] docs: updates dates and versions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 896d2f01f..f1901486a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [Paper Kit React - Free Bootstrap 4, React, React Hooks and Reactstrap UI Kit](https://demos.creative-tim.com/paper-kit-react/#/index?ref=pkr-github-readme) ![version](https://img.shields.io/badge/version-1.2.0-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/material-kit.svg?maxAge=2592000)](https://github.com/creativetimofficial/paper-kit-react/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/paper-kit-react.svg?maxAge=2592000)](https://github.com/creativetimofficial/paper-kit-react/issues?q=is%3Aissue+is%3Aclosed) [![Join the chat at https://gitter.im/NIT-dgp/General](https://badges.gitter.im/NIT-dgp/General.svg)](https://gitter.im/creative-tim-general/Lobby) [![Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/E4aHAQy) +# [Paper Kit React - Free Bootstrap 4, React, React Hooks and Reactstrap UI Kit](https://demos.creative-tim.com/paper-kit-react/#/index?ref=pkr-github-readme) ![version](https://img.shields.io/badge/version-1.3.0-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/material-kit.svg?maxAge=2592000)](https://github.com/creativetimofficial/paper-kit-react/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/paper-kit-react.svg?maxAge=2592000)](https://github.com/creativetimofficial/paper-kit-react/issues?q=is%3Aissue+is%3Aclosed) [![Join the chat at https://gitter.im/NIT-dgp/General](https://badges.gitter.im/NIT-dgp/General.svg)](https://gitter.im/creative-tim-general/Lobby) [![Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/E4aHAQy) ![Paper Kit React](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/paper-kit-react/opt_pk_react_thumbnail.jpg) @@ -175,7 +175,7 @@ We use GitHub Issues as the official bug tracker for the Paper Kit 2. Here are s ## Licensing -- Copyright 2020 Creative Tim (https://www.creative-tim.com/?ref=pkr-github-readme) +- Copyright 2021 Creative Tim (https://www.creative-tim.com/?ref=pkr-github-readme) [CHANGELOG]: ./CHANGELOG.md [LICENSE]: ./LICENSE.md From 3d898240d09b8f7203d80a44d39c72b0497c2a0b Mon Sep 17 00:00:00 2001 From: EINazare Date: Tue, 23 Mar 2021 16:00:20 +0200 Subject: [PATCH 006/101] docs: updates dates and versions --- gulpfile.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 98d62bc0d..17214a9fc 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -9,11 +9,11 @@ gulp.task("licenses", async function () { gap.prependText(`/*! ========================================================= -* Paper Kit React - v1.2.0 +* Paper Kit React - v1.3.0 ========================================================= * Product Page: https://www.creative-tim.com/product/paper-kit-react -* Copyright 2020 Creative Tim (http://www.creative-tim.com) +* Copyright 2021 Creative Tim (http://www.creative-tim.com) * Coded by Creative Tim @@ -32,11 +32,11 @@ gulp.task("licenses", async function () { gap.prependText(`