Skip to content

Commit

Permalink
release: v4.6.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrholek committed May 14, 2023
1 parent 633ab5f commit 376d238
Show file tree
Hide file tree
Showing 93 changed files with 198 additions and 164 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@

Several quick start options are available:

- [Download the latest release](https:/coreui/coreui-pro/archive/v4.6.0-alpha.0.zip)
- [Download the latest release](https:/coreui/coreui-pro/archive/v4.6.0-alpha.1.zip)
- Clone the repo: `git clone https:/coreui/coreui.git`
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/coreui`
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/coreui`
- Install with [Composer](https://getcomposer.org/): `composer require coreui/coreui:4.6.0-alpha.0`
- Install with [Composer](https://getcomposer.org/): `composer require coreui/coreui:4.6.0-alpha.1`

Read the [Getting started page](https://coreui.io/docs/getting-started/introduction/) for information on the framework contents, templates and examples, and more.

Expand Down
24 changes: 12 additions & 12 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ params:
social_image_path: /assets/brand/coreui-social.jpg
social_logo_path: /assets/brand/coreui-social-logo.png

current_version: "4.2.0"
current_version_pro: "4.6.0-alpha.0"
current_version: "4.3.0-alpha.0"
current_version_pro: "4.6.0-alpha.1"
current_ruby_version: "4.2.0"
docs_version: "4.1"
rfs_version: "9.0.3"
Expand All @@ -70,8 +70,8 @@ params:
download:
source: "https:/coreui/coreui/archive/v4.3.0-alpha.0.zip"
dist: "https:/coreui/coreui/releases/download/v4.3.0-alpha.0/coreui-4.3.0-alpha.0-dist.zip"
source_pro: "https:/coreui/coreui-pro/archive/v4.6.0-alpha.0.zip"
dist_pro: "https:/coreui/coreui-pro/releases/download/v4.6.0-alpha.0/coreui-4.6.0-alpha.0-dist.zip"
source_pro: "https:/coreui/coreui-pro/archive/v4.6.0-alpha.1.zip"
dist_pro: "https:/coreui/coreui-pro/releases/download/v4.6.0-alpha.1/coreui-4.6.0-alpha.1-dist.zip"

download_template:
website: "https://coreui.io/product/free-bootstrap-admin-template/"
Expand All @@ -88,14 +88,14 @@ params:
js_bundle_hash: "sha384-4rXehlv2uFB3REIcn+690wKP8X6f8/p7Y+fr+C/N1ZTZ7FuSBdjRKGeSQQgBy7zO"
popper: "https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
popper_hash: "sha384-zYPOMqeu1DAVkHiLqWBUTcbYfZ8osu1Nd6Z89ify25QV9guujx43ITvfi12/QExE"
css_pro: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].0/dist/css/coreui.min.css"
css_pro_hash: "sha384-an+aze4mZD8+tsaPhbeDyRjbt4zKnhR+jI/nhXxMZrwW84wugDFlSWuD00deKq0d"
css_pro_rtl: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].0/dist/css/coreui.rtl.min.css"
css_pro_rtl_hash: "sha384-r2D/fzmwmO+Ch/5S4bhSQP+ImDCvafr5y1Tq5S02oI1ypYjrTRA4Ye39kxvKscAe"
js_pro: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].0/dist/js/coreui.min.js"
js_pro_hash: "sha384-8vsEKBf7zjao3P3i2P4osVQo3qXZj1HNPP6pHYUSa172oR284IPMGk3F881ia0Q6"
js_pro_bundle: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].0/dist/js/coreui.bundle.min.js"
js_pro_bundle_hash: "sha384-Wtbth3wrxc/90dez8DAXAhEuIb4PN0wHTRlJjhRpY8YHyPJhJZA79k1vBQsoWVJ9"
css_pro: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].1/dist/css/coreui.min.css"
css_pro_hash: "sha384-Cm1Afi4cPryOn+g2tKg0llYOHPWRh2ldnRi2U/nN4+W6IH76OFW1PCa8WZId1mHw"
css_pro_rtl: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].1/dist/css/coreui.rtl.min.css"
css_pro_rtl_hash: "sha384-UJ9jL5dkHbDgOk2Z2MyIe7skjPC/Ekw/2A0OGFrFJ5igaLBOim+KvpS9UWdxGm3W"
js_pro: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].1/dist/js/coreui.min.js"
js_pro_hash: "sha384-qz0VOFqK4bJtzU/hTL58dMgto85+JO+iV8Kl5CEZMOYQqZWO38LBzrr6toeD3jBW"
js_pro_bundle: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].1/dist/js/coreui.bundle.min.js"
js_pro_bundle_hash: "sha384-d4r00FlUSmSuFhziH2tHAzxuxPmV2ZK/OAxQzuBtASqdot24mPr0/mmig68G0sJT"

anchors:
min: 2
Expand Down
4 changes: 2 additions & 2 deletions dist/css/coreui-grid.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/coreui-grid.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/css/coreui-grid.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/coreui-grid.min.css.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/css/coreui-grid.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/coreui-grid.rtl.css.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/css/coreui-grid.rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/coreui-grid.rtl.min.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/css/coreui-reboot.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/coreui-reboot.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/css/coreui-reboot.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/coreui-reboot.min.css.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/css/coreui-reboot.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/coreui-reboot.rtl.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit 376d238

Please sign in to comment.