Skip to content

Commit 1034910

Browse files
committed
release: v4.1.2
1 parent 99ccd5e commit 1034910

File tree

116 files changed

+873
-873
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

+873
-873
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.1.zip)
42+
- [Download the latest release](https://github.com/coreui/coreui/archive/v4.1.2.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: 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.1.1"
58-
current_ruby_version: "4.1.1"
57+
current_version: "4.1.2"
58+
current_ruby_version: "4.1.2"
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.1.zip"
70-
dist: "https://github.com/coreui/coreui/releases/download/v4.1.1/coreui-4.1.1-dist.zip"
69+
source: "https://github.com/coreui/coreui/archive/v4.1.2.zip"
70+
dist: "https://github.com/coreui/coreui/releases/download/v4.1.2/coreui-4.1.2-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].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"
74+
css: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].2/dist/css/coreui.min.css"
75+
css_hash: "sha384-YPs9+h/IqTwivKH+U1G96n31DUcH5nASUkFezxVVg9Hr4WsM7Q6ecFBXnynf6PTi"
76+
css_rtl: "https://cdn.jsdelivr.net/npm/[email protected].2/dist/css/coreui.rtl.min.css"
77+
css_rtl_hash: "sha384-FxQG8vkj3C98w/uAL+Q+UqkzBxblFf8tn/nfECuYOF1OLgROPmkAx8iqSumZvRFD"
78+
js: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].2/dist/js/coreui.min.js"
79+
js_hash: "sha384-9z7eQcX0iks+1a1kPQp3MjcZWpwKXUa3SWABzS04e8L/VEzOsmpzJZVQo/sMkwwg"
80+
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].2/dist/js/coreui.bundle.min.js"
81+
js_bundle_hash: "sha384-aqF6M1GNQQhwiLmQYNI12J93CX/T0Fb3ofF1NlLqQntebeZKZVRjnHV1CyvkNiaH"
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.

0 commit comments

Comments
 (0)