Skip to content

Commit 1e2f60f

Browse files
committed
release: v4.1.5
1 parent 843a621 commit 1e2f60f

File tree

114 files changed

+1534
-1447
lines changed

Some content is hidden

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

114 files changed

+1534
-1447
lines changed

README.md

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

4040
Several quick start options are available:
4141

42-
- [Download the latest release](https://github.com/coreui/coreui/archive/v4.1.4.zip)
42+
- [Download the latest release](https://github.com/coreui/coreui/archive/v4.1.5.zip)
4343
- Clone the repo: `git clone https://github.com/coreui/coreui.git`
4444
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/coreui`
4545
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/coreui`

config.yml

Lines changed: 8 additions & 8 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.1.4"
58-
current_ruby_version: "4.1.4"
57+
current_version: "4.1.5"
58+
current_ruby_version: "4.1.5"
5959
docs_version: "4.1"
6060
rfs_version: "9.0.3"
6161
github_org: "https://github.com/coreui"
@@ -66,18 +66,18 @@ params:
6666
icons: "https://icons.coreui.io/"
6767

6868
download:
69-
source: "https://github.com/coreui/coreui/archive/v4.1.4.zip"
70-
dist: "https://github.com/coreui/coreui/releases/download/v4.1.4/coreui-4.1.4-dist.zip"
69+
source: "https://github.com/coreui/coreui/archive/v4.1.5.zip"
70+
dist: "https://github.com/coreui/coreui/releases/download/v4.1.5/coreui-4.1.5-dist.zip"
7171

7272
cdn:
7373
# See https://www.srihash.org for info on how to generate the hashes
74-
css: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].4/dist/css/coreui.min.css"
74+
css: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].5/dist/css/coreui.min.css"
7575
css_hash: "sha384-l5S/Jk1FOPPZjgDF4NpkX493t4V0XjAZiYjY95f5Hk7/Fup8oR1dbRPnJ9GeEuIk"
76-
css_rtl: "https://cdn.jsdelivr.net/npm/[email protected].4/dist/css/coreui.rtl.min.css"
76+
css_rtl: "https://cdn.jsdelivr.net/npm/[email protected].5/dist/css/coreui.rtl.min.css"
7777
css_rtl_hash: "sha384-OfGDnVQfC8aA3UoUCHQvJBLuEFNu/M2MlRA4N00yIvHc/gHmUrXV9dnXnJWbaZFg"
78-
js: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].4/dist/js/coreui.min.js"
78+
js: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].5/dist/js/coreui.min.js"
7979
js_hash: "sha384-2gVM0DDBfR0owb9E+GH/vfAjvy1C9tRM6OWabVe9S6hvwSrCOxgcHpUna/7pZ9R/"
80-
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].4/dist/js/coreui.bundle.min.js"
80+
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].5/dist/js/coreui.bundle.min.js"
8181
js_bundle_hash: "sha384-KFCNsGNFTa3JsdaH+I6nQbbFABhQaORQH0QBHY/cPdiOzR5pQ9yE67pLkVEmK6bn"
8282
popper: "https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
8383
popper_hash: "sha384-q9CRHqZndzlxGLOj+xrdLDJa9ittGte1NksRmgJKeCV9DrM7Kz868XYqsKWPpAmn"

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.

dist/css/coreui-grid.rtl.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.

0 commit comments

Comments
 (0)