Skip to content

Commit

Permalink
bump beta2 to beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
danny007in committed Dec 24, 2024
1 parent f99731b commit 9a52205
Show file tree
Hide file tree
Showing 15 changed files with 24 additions and 28 deletions.
2 changes: 1 addition & 1 deletion dist/css/adminlte.css

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

2 changes: 1 addition & 1 deletion dist/css/adminlte.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/adminlte.min.css

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

2 changes: 1 addition & 1 deletion dist/css/adminlte.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/adminlte.rtl.css

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

2 changes: 1 addition & 1 deletion dist/css/adminlte.rtl.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/adminlte.rtl.min.css

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

2 changes: 1 addition & 1 deletion dist/css/adminlte.rtl.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/adminlte.js

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

2 changes: 1 addition & 1 deletion dist/js/adminlte.min.js

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

12 changes: 5 additions & 7 deletions dist/pages/docs/introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -770,8 +770,7 @@ <h3 id="grab-from-jsdelivr-cdn">
tabindex="0"
data-language="html"
><code><span class="line"><span style="color:#808080">&lt;</span><span style="color:#569CD6">script</span></span>
<span class="line"><span style="color:#9CDCFE"> src</span><span style="color:#D4D4D4">=</span><span style="color:#CE9178">&quot;https://cdn.jsdelivr.net/npm/[email protected]/dist/js/adminlte.min.js&quot;</span></span>
<span class="line"><span style="color:#9CDCFE"> integrity</span><span style="color:#D4D4D4">=</span><span style="color:#CE9178">&quot;sha256-5SPy1/00NR75iVOk7p0Ci0nwAAM8Ab7j31wyie+DKYw=&quot;</span></span>
<span class="line"><span style="color:#9CDCFE"> src</span><span style="color:#D4D4D4">=</span><span style="color:#CE9178">&quot;https://cdn.jsdelivr.net/npm/[email protected]/dist/js/adminlte.min.js&quot;</span></span>
<span class="line"><span style="color:#9CDCFE"> crossorigin</span><span style="color:#D4D4D4">=</span><span style="color:#CE9178">&quot;anonymous&quot;</span></span>
<span class="line"><span style="color:#808080">&gt;&lt;/</span><span style="color:#569CD6">script</span><span style="color:#808080">&gt;</span></span>
<span class="line"></span></code></pre>
Expand All @@ -782,8 +781,7 @@ <h3 id="grab-from-jsdelivr-cdn">
data-language="html"
><code><span class="line"><span style="color:#808080">&lt;</span><span style="color:#569CD6">link</span></span>
<span class="line"><span style="color:#9CDCFE"> rel</span><span style="color:#D4D4D4">=</span><span style="color:#CE9178">&quot;stylesheet&quot;</span></span>
<span class="line"><span style="color:#9CDCFE"> href</span><span style="color:#D4D4D4">=</span><span style="color:#CE9178">&quot;https://cdn.jsdelivr.net/npm/[email protected]/dist/css/adminlte.min.css&quot;</span></span>
<span class="line"><span style="color:#9CDCFE"> integrity</span><span style="color:#D4D4D4">=</span><span style="color:#CE9178">&quot;sha256-c66Dhf3TzKZoXxk8aNaf2lu580xGnKke4mjUtbpMqYg=&quot;</span></span>
<span class="line"><span style="color:#9CDCFE"> href</span><span style="color:#D4D4D4">=</span><span style="color:#CE9178">&quot;https://cdn.jsdelivr.net/npm/[email protected]/dist/css/adminlte.min.css&quot;</span></span>
<span class="line"><span style="color:#9CDCFE"> crossorigin</span><span style="color:#D4D4D4">=</span><span style="color:#CE9178">&quot;anonymous&quot;</span></span>
<span class="line"><span style="color:#808080">/&gt;</span></span>
<span class="line"></span></code></pre>
Expand All @@ -800,23 +798,23 @@ <h4 id="via-npm">Via npm</h4>
style="background-color: #1e1e1e; color: #d4d4d4; overflow-x: auto"
tabindex="0"
data-language="bash"
><code><span class="line"><span style="color:#DCDCAA">npm</span><span style="color:#CE9178"> install</span><span style="color:#CE9178"> [email protected]beta2</span><span style="color:#569CD6"> --save</span></span>
><code><span class="line"><span style="color:#DCDCAA">npm</span><span style="color:#CE9178"> install</span><span style="color:#CE9178"> [email protected]beta3</span><span style="color:#569CD6"> --save</span></span>
<span class="line"></span></code></pre>
<h4 id="via-yarn">Via Yarn</h4>
<pre
class="astro-code dark-plus"
style="background-color: #1e1e1e; color: #d4d4d4; overflow-x: auto"
tabindex="0"
data-language="bash"
><code><span class="line"><span style="color:#DCDCAA">yarn</span><span style="color:#CE9178"> add</span><span style="color:#CE9178"> [email protected]beta2</span></span>
><code><span class="line"><span style="color:#DCDCAA">yarn</span><span style="color:#CE9178"> add</span><span style="color:#CE9178"> [email protected]beta3</span></span>
<span class="line"></span></code></pre>
<h4 id="via-composer">Via Composer</h4>
<pre
class="astro-code dark-plus"
style="background-color: #1e1e1e; color: #d4d4d4; overflow-x: auto"
tabindex="0"
data-language="bash"
><code><span class="line"><span style="color:#DCDCAA">composer</span><span style="color:#CE9178"> require</span><span style="color:#CE9178"> &quot;almasaeed2010/adminlte=4.0.0-beta2&quot;</span></span>
><code><span class="line"><span style="color:#DCDCAA">composer</span><span style="color:#CE9178"> require</span><span style="color:#CE9178"> &quot;almasaeed2010/adminlte=4.0.0-beta3&quot;</span></span>
<span class="line"></span></code></pre>
<h4 id="via-git">Via Git</h4>
<pre
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "admin-lte",
"description": "Responsive open source admin dashboard and control panel.",
"version": "4.0.0-beta2",
"version": "4.0.0-beta3",
"license": "MIT",
"author": "Colorlib <https://colorlib.com>",
"main": "dist/js/adminlte.min.js",
Expand Down
12 changes: 5 additions & 7 deletions src/html/components/docs/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,15 @@ _**Important Note**: You needed to add separately cdn links for plugins in your

```html
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/adminlte.min.js"
integrity="sha256-5SPy1/00NR75iVOk7p0Ci0nwAAM8Ab7j31wyie+DKYw="
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/adminlte.min.js"
crossorigin="anonymous"
></script>
```

```html
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/adminlte.min.css"
integrity="sha256-c66Dhf3TzKZoXxk8aNaf2lu580xGnKke4mjUtbpMqYg="
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/adminlte.min.css"
crossorigin="anonymous"
/>
```
Expand All @@ -38,19 +36,19 @@ _**Important Note**: To install it via npm/Yarn, you need at least Node.js 14 or
#### Via npm

```bash
npm install [email protected]beta2 --save
npm install [email protected]beta3 --save
```

#### Via Yarn

```bash
yarn add [email protected]beta2
yarn add [email protected]beta3
```

#### Via Composer

```bash
composer require "almasaeed2010/adminlte=4.0.0-beta2"
composer require "almasaeed2010/adminlte=4.0.0-beta3"
```

#### Via Git
Expand Down
2 changes: 1 addition & 1 deletion src/scss/adminlte.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* AdminLTE v4.0.0-beta2
* AdminLTE v4.0.0-beta3
* Author: Colorlib
* Website: AdminLTE.io <https://adminlte.io>
* License: Open source - MIT <https://opensource.org/licenses/MIT>
Expand Down

0 comments on commit 9a52205

Please sign in to comment.