Skip to content

Commit 4d7df41

Browse files
committed
release: v4.2.2
1 parent c0329e6 commit 4d7df41

File tree

140 files changed

+315
-309
lines changed

Some content is hidden

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

140 files changed

+315
-309
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.1](https://github.com/coreui/coreui/compare/v4.1.5...v4.2.1)
3+
## [v4.2.2](https://github.com/coreui/coreui/compare/v4.1.5...v4.2.2)
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.1.zip)
46+
- [Download the latest release](https://github.com/coreui/coreui/archive/v4.2.2.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.1"
58-
current_ruby_version: "4.2.1"
57+
current_version: "4.2.2"
58+
current_ruby_version: "4.2.2"
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.1.zip"
71-
dist: "https://github.com/coreui/coreui/releases/download/v4.2.1/coreui-4.2.1-dist.zip"
70+
source: "https://github.com/coreui/coreui/archive/v4.2.2.zip"
71+
dist: "https://github.com/coreui/coreui/releases/download/v4.2.2/coreui-4.2.2-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.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"
78+
css: "https://cdn.jsdelivr.net/npm/@coreui/coreui@4.2.2/dist/css/coreui.min.css"
79+
css_hash: "sha384-t1DqItRdyA93TTHG3W/IpoSkyfUZ1kq+4IWw+rQB3VyOhHbaBDRBQuyeG6KBj8Fp"
80+
css_rtl: "https://cdn.jsdelivr.net/npm/@coreui/coreui@4.2.2/dist/css/coreui.rtl.min.css"
81+
css_rtl_hash: "sha384-i0YfOtyiOp4TxXpl6+2Fv4oeisQ9IS+jOEmy4J2fg//bjxvJdRiODM0bxa+m9EMA"
82+
js: "https://cdn.jsdelivr.net/npm/@coreui/coreui@4.2.2/dist/js/coreui.min.js"
83+
js_hash: "sha384-AGkZfSYYnm8WoMQqSWWg6FrZNz8P8u8DNNXujUndRpAJhgnDP8pCN08iRrynCzqx"
84+
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/coreui@4.2.2/dist/js/coreui.bundle.min.js"
85+
js_bundle_hash: "sha384-uPmsulSiKJeZ5NbPxhSkLMUbXdQYVdE3WFIznFHKNi4hwDHlIerQw+LyVJ4hLeSG"
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"

dist/css/coreui-grid.css

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.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: 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.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: 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.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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)