Skip to content

Commit 2599c20

Browse files
committed
release: v4.2.6
1 parent 6af61c0 commit 2599c20

File tree

155 files changed

+333
-333
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

155 files changed

+333
-333
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [v4.2.5](https://github.com/coreui/coreui/compare/v4.1.5...v4.2.5)
3+
## [v4.2.6](https://github.com/coreui/coreui/compare/v4.1.5...v4.2.6)
44

55
> 9 June 2022
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
Several quick start options are available:
4545

46-
- [Download the latest release](https://github.com/coreui/coreui/archive/v4.2.5.zip)
46+
- [Download the latest release](https://github.com/coreui/coreui/archive/v4.2.6.zip)
4747
- Clone the repo: `git clone https://github.com/coreui/coreui.git`
4848
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/coreui`
4949
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/coreui`

config.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ params:
5454
social_image_path: /assets/brand/coreui-social.jpg
5555
social_logo_path: /assets/brand/coreui-social-logo.png
5656

57-
current_version: "4.2.5"
58-
current_ruby_version: "4.2.5"
57+
current_version: "4.2.6"
58+
current_ruby_version: "4.2.6"
5959
docs_version: "4.1"
6060
rfs_version: "9.0.3"
6161
github_org: "https://github.com/coreui/coreui"
@@ -67,21 +67,21 @@ params:
6767
icons: "https://icons.coreui.io/"
6868

6969
download:
70-
source: "https://github.com/coreui/coreui/archive/v4.2.5.zip"
71-
dist: "https://github.com/coreui/coreui/releases/download/v4.2.5/coreui-4.2.5-dist.zip"
70+
source: "https://github.com/coreui/coreui/archive/v4.2.6.zip"
71+
dist: "https://github.com/coreui/coreui/releases/download/v4.2.6/coreui-4.2.6-dist.zip"
7272

7373
download_template:
7474
website: "https://coreui.io/product/free-bootstrap-admin-template/"
7575

7676
cdn:
7777
# See https://www.srihash.org for info on how to generate the hashes
78-
css: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].5/dist/css/coreui.min.css"
79-
css_hash: "sha384-CZod+PTphWjSg11TuyrMLLFMGiToc+hTH1Um/1rb0KR6jxdQHxhfckbcUDiMXhZA"
80-
css_rtl: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].5/dist/css/coreui.rtl.min.css"
81-
css_rtl_hash: "sha384-PuErlXN22c70OMhZjz8oOI4YksBVte4AOyDALzAmO614SWPh9sOLHb9rvyKE+pZQ"
82-
js: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].5/dist/js/coreui.min.js"
83-
js_hash: "sha384-6HkTTXrP/ElLxC7iXMqXBpi4oDFUxG1ffkuO06eGEyfDx1QspWmOBtZwzWPM3fHX"
84-
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].5/dist/js/coreui.bundle.min.js"
85-
js_bundle_hash: "sha384-GAxN3MzRjTYCjW6ZYcpBLbZdaKFLKF/Yl8lixmYFvvWFy7/AT0ehR9oxltcpKuor"
78+
css: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].6/dist/css/coreui.min.css"
79+
css_hash: "sha384-aDYjet8+3D1zE9FwvXAZGj/ValcG1CpTh2JStsGO9qAOWQKIlwrRF2zlau3NtEW6"
80+
css_rtl: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].6/dist/css/coreui.rtl.min.css"
81+
css_rtl_hash: "sha384-TmaP/Hx3htA3zM9hV9rL5Vimgt0LA14ZSBOx5kykS/ifU61qZ/i1WbKB1kFsvM+u"
82+
js: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].6/dist/js/coreui.min.js"
83+
js_hash: "sha384-7z/8kRsWn+JzUhcmd/7if4xTkhFHSa91GbgPGNPuOACOF6hhbxLeSAX0OhEy5ug9"
84+
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].6/dist/js/coreui.bundle.min.js"
85+
js_bundle_hash: "sha384-J90s3AWCoKGcK4pNZC9vcTdx9Qpy6AySGN9dsRnCSX/UtQlYwEvZ5W09yowP0ICe"
8686
popper: "https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
8787
popper_hash: "sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3"

dist/css/coreui-grid.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-grid.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-grid.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-grid.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-grid.rtl.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-grid.rtl.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-grid.rtl.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)