Skip to content

Commit 0cc20e8

Browse files
committed
release: v4.1.1
1 parent 00c96f6 commit 0cc20e8

File tree

116 files changed

+1306
-1149
lines changed

Some content is hidden

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

116 files changed

+1306
-1149
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.0.zip)
42+
- [Download the latest release](https://github.com/coreui/coreui/archive/v4.1.1.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: 13 additions & 13 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.0"
58-
current_ruby_version: "4.1.0"
57+
current_version: "4.1.1"
58+
current_ruby_version: "4.1.1"
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.0.zip"
70-
dist: "https://github.com/coreui/coreui/releases/download/v4.1.0/coreui-4.1.0-dist.zip"
69+
source: "https://github.com/coreui/coreui/archive/v4.1.1.zip"
70+
dist: "https://github.com/coreui/coreui/releases/download/v4.1.1/coreui-4.1.1-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].0/dist/css/coreui.min.css"
75-
css_hash: "sha384-o4R8yyydAVVE01v7Bu8LNx1F5Q8EL8inC2HwNB6t3LG7/Fx0bNnAkF8Y1SwCcxsE"
76-
css_rtl: "https://cdn.jsdelivr.net/npm/[email protected].0/dist/css/coreui.rtl.min.css"
77-
css_rtl_hash: "sha384-eBONPC6n+WdGHCYY5sQbAA9aq+Bu6452Gf2naXp0IfliKwikP8z13yJ0kaO4rd6Y"
78-
js: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].0/dist/js/coreui.min.js"
79-
js_hash: "sha384-7/+Tb9TtfnEFZUMPhxgzDnd5OTnHu0qUI2+ePeBdyzIr5qCmOQ2OPEWSWACT7Z5Z"
80-
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].0/dist/js/coreui.bundle.min.js"
81-
js_bundle_hash: "sha384-7KrxmBlr0Slm8VwVYMSZSosZDZ4ZAtTMZdHUerY46mQGo8GNsVpobPlOKVEQEvaw"
74+
css: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].1/dist/css/coreui.min.css"
75+
css_hash: "sha384-nEbrZKzHHYV0QT8xHLiyFIlT3vfNMeClLRPhv51XwmjZUwa2T49T15xOhc5d+pjw"
76+
css_rtl: "https://cdn.jsdelivr.net/npm/[email protected].1/dist/css/coreui.rtl.min.css"
77+
css_rtl_hash: "sha384-/kNrX/PY/rolBG0uO9qGkCKxCOXXZ3XbuytsLILjgyQ0YQXgBlOAcdYwJLZWf97i"
78+
js: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].1/dist/js/coreui.min.js"
79+
js_hash: "sha384-ksWN47EHbQqWoW0GE7cxOmgLsGmGxWPLFrBd3oGHxJBMHndrYyVaO76jcHJ3Whb/"
80+
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].1/dist/js/coreui.bundle.min.js"
81+
js_bundle_hash: "sha384-snJxbB+Tw4RcegvjCnux3bK8ietMMCLpTzeXy87Hfwn4Pk70XhahfCkeH1BR0ZVs"
8282
popper: "https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
83-
popper_hash: "sha384-ThCKQ0fDhFQh8PSFLvjhmjy7oRKp5gRbY+bcEnQWtRhuvli/qxsn0xMcMmzXkuIa"
83+
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.

0 commit comments

Comments
 (0)