Skip to content

Commit

Permalink
Update to 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdesign committed Nov 12, 2023
1 parent d3fde8b commit 92a79b8
Show file tree
Hide file tree
Showing 22 changed files with 432 additions and 407 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<project name="admin" default="dist" basedir=".">

<property name="VERSION" value="2.5.0" />
<property name="VERSION" value="2.6" />

<tstamp>
<format property="DATE" pattern="%d.%m.%Y" />
Expand Down

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions packages/tpl_admin/app/css/app.main.2.5.0.css

This file was deleted.

2 changes: 2 additions & 0 deletions packages/tpl_admin/app/css/app.main.2.6.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions packages/tpl_admin/app/js/app.137.2.6.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion packages/tpl_admin/app/js/app.229.2.5.0.js

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/tpl_admin/html/layouts/tpl/icon.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/** @var array $displayData */
$data = (object) $displayData;

$v = '2.5.0';
$v = '2.6';

$size = 20;
if(isset($data->size))
Expand Down
2 changes: 1 addition & 1 deletion packages/tpl_admin/inc/head.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

defined('_JEXEC') or die;

$v = '2.5.0';
$v = '2.6';

$app = Factory::getApplication();
$wa = $this->getWebAssetManager();
Expand Down
16 changes: 8 additions & 8 deletions packages/tpl_admin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "admin",
"sideEffects": true,
"version": "2.5.0",
"version": "2.6",
"description": "Admin template",
"private": true,
"scripts": {
Expand All @@ -18,9 +18,9 @@
"keywords": [],
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/core": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@fullhuman/postcss-purgecss": "^5.0.0",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
Expand Down Expand Up @@ -53,12 +53,12 @@
"dependencies": {
"@alpinejs/mask": "^3.13.2",
"@denysdesign/js-focus-outline": "denysdesign/js-focus-outline",
"@uvarov.frontend/vanilla-calendar": "^2.7.0",
"@uvarov.frontend/vanilla-calendar": "^2.7.2",
"alpinejs": "^3.13.2",
"axios": "^1.6.0",
"axios": "^1.6.1",
"inputmask": "^5.0.8",
"choices.js": "^10.2.0",
"tom-select": "^2.3.0",
"uikit": "^3.17.6"
"tom-select": "^2.3.1",
"uikit": "^3.17.8"
}
}
Loading

0 comments on commit 92a79b8

Please sign in to comment.