Skip to content

Commit c3e1cac

Browse files
committed
ship: v4.2.0
1 parent bc65ba7 commit c3e1cac

File tree

5 files changed

+14
-15
lines changed

5 files changed

+14
-15
lines changed

Diff for: package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "coreui-free-angular-admin-template",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"config": {
5-
"coreui_library_short_version": "4.1",
5+
"coreui_library_short_version": "4.2",
66
"coreui_library_docs_url": "https://coreui.io/angular/docs/"
77
},
88
"scripts": {

Diff for: src/app/views/base/popovers/popovers.component.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ <h3 class="popover-header">
3838
</c-card-header>
3939
<c-card-body>
4040
<p class="text-medium-emphasis small">
41-
Four options are available: top, right, bottom, and left aligned. Directions are
42-
mirrored when using CoreUI for Angularin RTL.
41+
Four options are available: top, right, bottom, and left aligned.
4342
</p>
4443
<app-docs-example href="components/popover#four-directions">
4544
<button [cPopoverTrigger]="'hover'" cButton [cPopover]="tooltipHtml"

Diff for: src/app/views/base/tooltips/tooltips.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</app-docs-example>
3131
<p class="text-medium-emphasis small">
3232
Hover over the buttons below to see the four tooltips directions: top, right, bottom,
33-
and left. Directions are mirrored when using CoreUI in RTL.
33+
and left.
3434
</p>
3535
<app-docs-example href="components/tooltip">
3636
<button cButton cTooltip="Vivamus sagittis lacus vel augue laoreet rutrum faucibus." cTooltipPlacement="top"

Diff for: src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Angular 14 Free Admin Template
4-
* @version v4.1.0
4+
* @version v4.2.0
55
* @link https://coreui.io/angular/
66
* Copyright (c) 2017-2022 creativeLabs Łukasz Holeczek
77
* License: MIT

0 commit comments

Comments
 (0)