Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 97ce12f

Browse files
committedJul 15, 2020
chore: Ship v2.9.3
1 parent 1d69e39 commit 97ce12f

File tree

3 files changed

+35
-3
lines changed

3 files changed

+35
-3
lines changed
 

‎CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
### [@coreui/angular](https://coreui.io/) changelog
22

3+
##### `v2.9.3`
4+
- fix: add missing AppSidebarNavComponent/AppSidebarMinimizer to public api - thanks @coyoteecd fixes #110
5+
6+
###### dependencies update
7+
- update `@angular/animations` to `^9.1.12`
8+
- update `@angular/common` to `^9.1.12`
9+
- update `@angular/compiler` to `^9.1.12`
10+
- update `@angular/core` to `^9.1.12`
11+
- update `@angular/forms` to `^9.1.12`
12+
- update `@angular/localize` to `^9.1.12`
13+
- update `@angular/platform-browser` to `^9.1.12`
14+
- update `@angular/platform-browser-dynamic` to `^9.1.12`
15+
- update `@angular/router` to `^9.1.12`
16+
- update `rxjs` to `^6.6.0`
17+
- update `tslib` to `^1.13.0`
18+
- update `@angular-devkit/build-angular` to `^0.901.11`
19+
- update `@angular-devkit/build-ng-packagr` to `^0.901.11`
20+
- update `@angular/cli` to `^9.1.11`
21+
- update `@angular/compiler-cli` to `^9.1.12`
22+
- update `@angular/language-service` to `^9.1.12`
23+
- update `@types/jasmine` to `^3.5.11`
24+
- update `@types/node` to `^13.13.14`
25+
- update `jasmine-spec-reporter` to `^5.0.2`
26+
- update `karma` to `^5.1.0`
27+
- update `karma-jasmine` to `^3.3.1`
28+
- update `karma-jasmine-html-reporter` to `^1.5.4`
29+
- update `ng-packagr` to `^9.1.5`
30+
- update `protractor` to `^7.0.0`
31+
- update `shelljs` to `^0.8.4`
32+
- update `ts-node` to `^8.10.2`
33+
- update `tslint` to `^6.1.2`
34+
335
##### `v2.9.2`
436
- chore: update to `Angular 9.1.1`
537
- chore: remove build artifacts from git

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular-dev",
3-
"version": "2.9.2",
3+
"version": "2.9.3,
44
"license": "MIT",
55
"author": {
66
"name": "Łukasz Holeczek",

‎projects/coreui/angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular",
3-
"version": "2.9.2",
3+
"version": "2.9.3",
44
"description": "CoreUI Angular Bootstrap 4 components",
55
"license": "MIT",
66
"homepage": "https://coreui.io/angular",
@@ -20,7 +20,7 @@
2020
"@angular/common": "^9.1.1",
2121
"@angular/core": "^9.1.1",
2222
"@angular/router": "^9.1.1",
23-
"tslib": "^1.11.1",
23+
"tslib": "^1.13.0",
2424
"@coreui/coreui": "^2.1.16"
2525
},
2626
"repository": {

0 commit comments

Comments
 (0)
Please sign in to comment.