Bump versions and update readme

This commit is contained in:
Paul Laros
2020-08-28 20:38:47 +02:00
parent 4e2ff98e87
commit aeb53348cf
10 changed files with 39 additions and 52 deletions
+5 -5
View File
@@ -1,14 +1,14 @@
# AdminKit
# AdminKit - Bootstrap 5 Admin Template
A professional Admin & Dashboard template based on Bootstrap that comes with hundreds of UI components, forms, tables, charts, pages and icons.
A professional Admin & Dashboard template based on Bootstrap 5 that comes with hundreds of UI components, forms, tables, charts, pages and icons.
<strong><a href="https://demo.adminkit.io/">View Demo</a> | <a href="https://github.com/adminkit/adminkit/archive/master.zip">Download ZIP</a> | <a href="https://adminkit.io/">Visit Website</a></strong>
[![AdminKit Demo](/src/img/screenshot.png)](https://demo.adminkit.io/)
[![AdminKit Demo](/src/img/adminkit-bootstrap-5-admin-template.png)](https://demo.adminkit.io/)
## Status
![version](https://img.shields.io/badge/version-1.0.2-blue.svg) ![license](https://img.shields.io/badge/license-MIT-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/adminkit/adminkit.svg)](https://github.com/adminkit/adminkit/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/adminkit/adminkit.svg)](https://github.com/adminkit/adminkit/issues?q=is%3Aissue+is%3Aclosed)
![Version](https://img.shields.io/github/package-json/v/adminkit/adminkit) ![License](https://img.shields.io/badge/license-MIT-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/adminkit/adminkit.svg)](https://github.com/adminkit/adminkit/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/adminkit/adminkit.svg)](https://github.com/adminkit/adminkit/issues?q=is%3Aissue+is%3Aclosed)
## Features
@@ -55,6 +55,6 @@ Found a bug or have a feature request? [Please open a new issue](https://github.
## Upgrade to Pro version
Get more power with "[AdminKit Pro - The Ultimate Bootstrap Admin Template](https://adminkit.io/)". It has many more features compared to the free version to help create awesome apps!
Get more power with "[AdminKit Pro - The Ultimate Bootstrap 5 Admin Template](https://adminkit.io/)". It has many more features compared to the free version to help create awesome apps!
[Upgrade to Pro »](https://adminkit.io/pricing)
+6 -6
View File
File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

+1 -1
View File
File diff suppressed because one or more lines are too long
+17 -31
View File
@@ -1,7 +1,9 @@
/* flatpickr v4.6.6, @license MIT */
/*!
* Bootstrap v4.5.0 (https://getbootstrap.com/)
* Bootstrap v5.0.0-alpha1 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
/*!
@@ -17,30 +19,20 @@
* Released under the MIT License
*/
/*!
* Sizzle CSS Selector Engine v2.3.5
* https://sizzlejs.com/
*
* Copyright JS Foundation and other contributors
* Released under the MIT license
* https://js.foundation/
*
* Date: 2020-03-14
*/
/*! *****************************************************************************
Copyright (c) Microsoft Corporation.
/*!
* jQuery JavaScript Library v3.5.1
* https://jquery.com/
*
* Includes Sizzle.js
* https://sizzlejs.com/
*
* Copyright JS Foundation and other contributors
* Released under the MIT license
* https://jquery.org/license
*
* Date: 2020-05-04T22:49Z
*/
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */
/*! ../../internals/path */
@@ -559,12 +551,6 @@
* SOFTWARE.
*/
/*@preserve
* Tempus Dominus Bootstrap4 v5.1.2 (https://tempusdominus.github.io/bootstrap-4/)
* Copyright 2016-2018 Jonathan Peterson
* Licensed under MIT (https://github.com/tempusdominus/bootstrap-3/blob/master/LICENSE)
*/
//! moment.js
//! moment.js language configuration
File diff suppressed because one or more lines are too long
+8 -7
View File
@@ -1,7 +1,7 @@
{
"name": "adminkit",
"version": "1.0.2",
"description": "AdminKit - The Ultimate Bootstrap Admin Template",
"version": "2.0.0",
"description": "AdminKit - The Ultimate Bootstrap 5 Admin Template",
"scripts": {
"build": "cross-env NODE_ENV=production webpack -p --config webpack.config.js",
"watch": "webpack -p --config webpack.config.js --watch",
@@ -15,15 +15,16 @@
"not dead"
],
"keywords": [
"bootstrap",
"bootstrap 5",
"admin",
"dashboard",
"template",
"responsive",
"css",
"sass",
"html",
"responsive",
"theme",
"template",
"admin",
"app",
"dashboard",
"front-end",
"ui kit",
"web"
Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 200 KiB

+1 -1
View File
@@ -1,5 +1,5 @@
/*!
* AdminKit v1.0.2 (https://adminkit.io/)
* AdminKit v2.0.0 (https://adminkit.io/)
* Copyright 2020 Paul Laros
* Copyright 2020 AdminKit
* Licensed under MIT (https://github.com/adminkit/adminkit/blob/master/LICENSE)