Skip to content

Commit e0ffe5f

Browse files
committed
chore: Ship v2.9.6
1 parent d5cc5ab commit e0ffe5f

File tree

5 files changed

+36
-7
lines changed

5 files changed

+36
-7
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
### [@coreui/angular](https://coreui.io/) changelog
22

3+
##### `v2.9.5`
4+
- fix: use type INavData instead of any
5+
- chore(.github): add project checks workflows
6+
- test: minor updates e2e, unit
7+
8+
###### dependencies update
9+
- update `@angular/animations` to `^9.1.13`
10+
- update `@angular/common` to `^9.1.13`
11+
- update `@angular/compiler` to `^9.1.13`
12+
- update `@angular/core` to `^9.1.13`
13+
- update `@angular/forms` to `^9.1.13`
14+
- update `@angular/localize` to `^9.1.13`
15+
- update `@angular/platform-browser` to `^9.1.13`
16+
- update `@angular/platform-browser-dynamic` to `^9.1.13`
17+
- update `@angular/router` to `^9.1.13`
18+
- update `rxjs` to `^6.6.3`
19+
- update `tslib` to `^1.14.1`
20+
- update `@angular-devkit/build-angular` to `^0.901.13`
21+
- update `@angular-devkit/build-ng-packagr` to `^0.901.13`
22+
- update `@angular/cli` to `^9.1.13`
23+
- update `@angular/compiler-cli` to `^9.1.13`
24+
- update `@angular/language-service` to `^9.1.13`
25+
- update `@types/jasmine` to `^3.6.2`
26+
- update `@types/node` to `^14.14.20`
27+
- update `karma` to `^5.2.3`
28+
- update `simple-line-icons` to `^2.5.5`
29+
---
30+
- update `[email protected]` with `npm --depth 2 update stylus`
31+
332
##### `v2.9.4`
433
- fix: routerLinkActiveOptions not passed to SidebarNavLink - thanks @CloudStrife28492 fixes #107
534

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular-dev",
3-
"version": "2.9.5",
3+
"version": "2.9.6",
44
"license": "MIT",
55
"author": {
66
"name": "Łukasz Holeczek",

projects/coreui/angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular",
3-
"version": "2.9.5",
3+
"version": "2.9.6",
44
"description": "CoreUI Angular Bootstrap 4 components",
55
"license": "MIT",
66
"homepage": "https://coreui.io/angular",

src/app/containers/default-layout/default-layout.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
</app-aside>
2828
</div>
2929
<app-footer>
30-
<span><a href="https://coreui.io">CoreUI</a> &copy; 2020 creativeLabs.</span>
30+
<span><a href="https://coreui.io">CoreUI</a> &copy; 2021 creativeLabs.</span>
3131
<span class="ml-auto">Powered by <a href="https://coreui.io/angular">CoreUI 2 for Angular</a></span>
3232
</app-footer>

src/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1+
<!doctype html>
12
<!--
23
* CoreUI 2 for Angular 9 - test bed
3-
* @version v2.9.0
4+
* @version v2.9.6
45
* @link https://coreui.io/angular/
5-
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
6+
* Copyright (c) 2021 creativeLabs Łukasz Holeczek
67
-->
7-
<!doctype html>
8-
<html>
8+
<html lang="en">
99
<head>
1010
<base href="./">
1111
<meta charset="utf-8">

0 commit comments

Comments
 (0)