Skip to content

Commit 16b4e0e

Browse files
committed
release: v4.2.1
1 parent 71dc7a2 commit 16b4e0e

File tree

144 files changed

+318
-804
lines changed

Some content is hidden

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

144 files changed

+318
-804
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.0](https://github.com/coreui/coreui/compare/v4.1.5...v4.2.0)
3+
## [v4.2.1](https://github.com/coreui/coreui/compare/v4.1.5...v4.2.1)
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.0.zip)
46+
- [Download the latest release](https://github.com/coreui/coreui/archive/v4.2.1.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.0"
58-
current_ruby_version: "4.2.0"
57+
current_version: "4.2.1"
58+
current_ruby_version: "4.2.1"
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.0.zip"
71-
dist: "https://github.com/coreui/coreui/releases/download/v4.2.0/coreui-4.2.0-dist.zip"
70+
source: "https://github.com/coreui/coreui/archive/v4.2.1.zip"
71+
dist: "https://github.com/coreui/coreui/releases/download/v4.2.1/coreui-4.2.1-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/coreui@4.2.0/dist/css/coreui.min.css"
79-
css_hash: "sha384-UkVD+zxJKGsZP3s/JuRzapi4dQrDDuEf/kHphzg8P3v8wuQ6m9RLjTkPGeFcglQU"
80-
css_rtl: "https://cdn.jsdelivr.net/npm/@coreui/coreui@4.2.0/dist/css/coreui.rtl.min.css"
81-
css_rtl_hash: "sha384-7W1eMOzj3wRp1Oat/SJe+uPZ3lBB5YWlrjI9zeLbto2KkseMeJKSGAs4844qZPjz"
82-
js: "https://cdn.jsdelivr.net/npm/@coreui/coreui@4.2.0/dist/js/coreui.min.js"
83-
js_hash: "sha384-2hww80ziDjQXYpFulPf5tfdCCXLTxn70HdSwL9MfeEvpS0kjfHd1iaBRsLpnuaSC"
84-
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/coreui@4.2.0/dist/js/coreui.bundle.min.js"
85-
js_bundle_hash: "sha384-n0qOYeB4ohUPebL1M9qb/hfYkTp4lvnZM6U6phkRofqsMzK29IdkBJPegsyfj/r4"
78+
css: "https://cdn.jsdelivr.net/npm/@coreui/coreui@4.2.1/dist/css/coreui.min.css"
79+
css_hash: "sha384-lvUaR12LHYcXQsg1vbY3wBnzKGWlvFY9pJ2UVKSYvrWxuAztIJ55M8pji8gA8ylm"
80+
css_rtl: "https://cdn.jsdelivr.net/npm/@coreui/coreui@4.2.1/dist/css/coreui.rtl.min.css"
81+
css_rtl_hash: "sha384-WSHQIGkyyAaD4IAPbmWx5M9agPdeLok3LcsDL6QslpvzrqWzUqlsXVieLI2bjNPq"
82+
js: "https://cdn.jsdelivr.net/npm/@coreui/coreui@4.2.1/dist/js/coreui.min.js"
83+
js_hash: "sha384-m1HgX2HQ92eZ2t3eSecECPUAM083Ywu5tW61zXMIm9m/0C2Sfztt6RyP2xZ4Jjnz"
84+
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/coreui@4.2.1/dist/js/coreui.bundle.min.js"
85+
js_bundle_hash: "sha384-l8DUcM6mbwPfMbVBN0AMLMpNVV1XUq5/oK2we4GnYUi7G/JQ1vVP4jOQha/F2QBz"
8686
popper: "https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.5/dist/umd/popper.min.js"
8787
popper_hash: "sha384-Xe+8cL9oJa6tN/veChSP7q+mnSPaj5Bcu9mPX5F5xIGE0DVittaqT5lorf0EI7Vk"

0 commit comments

Comments
 (0)