prepare for v4.0.0-alpha2

pull/5069/head
Daniel 2023-04-11 16:48:39 +05:30
parent 5f49cebb8d
commit 451642b9ab
4 changed files with 5 additions and 10 deletions

View File

@ -10,12 +10,7 @@
<!-- TODO: Remove below link Before Alpha Release of AdminLTE v4 --> <!-- TODO: Remove below link Before Alpha Release of AdminLTE v4 -->
<a href="https://github.com/ColorlibHQ/AdminLTE/tree/v4-dev">Check once</a> <a href="https://github.com/ColorlibHQ/AdminLTE/tree/v4-dev">Check once</a>
<script> <script>
/** window.location = './dist/pages/index.html';
* TODO: Uncomment Before Alpha Release of AdminLTE v4
* Will redirect properly
*/
// window.location = './dist/index.html';
</script> </script>
</body> </body>
</html> </html>

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "admin-lte", "name": "admin-lte",
"version": "4.0.0-alpha1", "version": "4.0.0-alpha2",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "admin-lte", "name": "admin-lte",
"version": "4.0.0-alpha1", "version": "4.0.0-alpha2",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@rollup/plugin-typescript": "^11.1.0", "@rollup/plugin-typescript": "^11.1.0",

View File

@ -1,7 +1,7 @@
{ {
"name": "admin-lte", "name": "admin-lte",
"description": "Responsive open source admin dashboard and control panel.", "description": "Responsive open source admin dashboard and control panel.",
"version": "4.0.0-alpha1", "version": "4.0.0-alpha2",
"license": "MIT", "license": "MIT",
"author": "Colorlib <https://colorlib.com>", "author": "Colorlib <https://colorlib.com>",
"main": "dist/js/adminlte.min.js", "main": "dist/js/adminlte.min.js",

View File

@ -1,5 +1,5 @@
/*! /*!
* AdminLTE v4.0.0-alpha1 * AdminLTE v4.0.0-alpha2
* Author: Colorlib * Author: Colorlib
* Website: AdminLTE.io <https://adminlte.io> * Website: AdminLTE.io <https://adminlte.io>
* License: Open source - MIT <https://opensource.org/licenses/MIT> * License: Open source - MIT <https://opensource.org/licenses/MIT>