Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RELEASE PREPARE v4.0.0-beta1 #5331

Merged
merged 2 commits into from
May 18, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "admin-lte",
"description": "Responsive open source admin dashboard and control panel.",
"version": "4.0.0-alpha3",
"version": "4.0.0-beta1",
"license": "MIT",
"author": "Colorlib <https://colorlib.com>",
"main": "dist/js/adminlte.min.js",
Expand Down
10 changes: 5 additions & 5 deletions src/html/components/docs/introduction.mdx
Expand Up @@ -16,7 +16,7 @@ _**Important Note**: You needed to add separately cdn links for plugins in your

```html
<script
src="https://cdn.jsdelivr.net/npm/[email protected]alpha2/dist/js/adminlte.min.js"
src="https://cdn.jsdelivr.net/npm/[email protected]beta1/dist/js/adminlte.min.js"
integrity="sha256-5SPy1/00NR75iVOk7p0Ci0nwAAM8Ab7j31wyie+DKYw="
crossorigin="anonymous"
></script>
Expand All @@ -25,7 +25,7 @@ _**Important Note**: You needed to add separately cdn links for plugins in your
```html
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]alpha2/dist/css/adminlte.min.css"
href="https://cdn.jsdelivr.net/npm/[email protected]beta1/dist/css/adminlte.min.css"
integrity="sha256-c66Dhf3TzKZoXxk8aNaf2lu580xGnKke4mjUtbpMqYg="
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@REJack integrity how to generate sri, before release

crossorigin="anonymous"
/>
Expand All @@ -38,19 +38,19 @@ _**Important Note**: To install it via npm/Yarn, you need at least Node.js 14 or
#### Via npm

```bash
npm install [email protected]alpha2 --save
npm install [email protected]beta1 --save
```

#### Via Yarn

```bash
yarn add [email protected]alpha2
yarn add [email protected]beta1
```

#### Via Composer

```bash
composer require "almasaeed2010/adminlte=4.0.0-alpha2"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@puikinsh @REJack does this works

composer require "almasaeed2010/adminlte=4.0.0-beta1"
```

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