Skip to content

Commit 8e93076

Browse files
committed
chore: Ship v2.9.2
1 parent 6080dca commit 8e93076

File tree

5 files changed

+41
-4
lines changed

5 files changed

+41
-4
lines changed

CHANGELOG.md

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

3+
##### `v2.9.2`
4+
- chore: update to `Angular 9.1.1`
5+
- chore: remove build artifacts from git
6+
7+
###### dependencies update
8+
- update `@angular/animations` to `^9.1.1`
9+
- update `@angular/common` to `^9.1.1`
10+
- update `@angular/compiler` to `^9.1.1`
11+
- update `@angular/core` to `^9.1.1`
12+
- update `@angular/forms` to `^9.1.1`
13+
- update `@angular/localize` to `^9.1.1`
14+
- update `@angular/platform-browser` to `^9.1.1`
15+
- update `@angular/platform-browser-dynamic` to `^9.1.1`
16+
- update `@angular/router` to `^9.1.1`
17+
- update `rxjs` to `^6.5.5`
18+
- update `zone.js` to `^0.10.3`
19+
- update `@angular-devkit/build-angular` to `~0.901.1`
20+
- update `@angular-devkit/build-ng-packagr` to `~0.901.1`
21+
- update `@angular/cli` to `^9.1.1`
22+
- update `@angular/compiler-cli` to `^9.1.1`
23+
- update `@angular/language-service` to `^9.1.1`
24+
- update `@types/jasmine` to `^3.5.10`
25+
- update `@types/jasminewd2` to `~2.0.8`
26+
- update `@types/node` to `^13.11.1`
27+
- update `codelyzer` to `^5.2.2`
28+
- update `jasmine-spec-reporter` to `^5.0.1`
29+
- update `karma` to `^5.0.1`
30+
- update `karma-chrome-launcher` to `^3.1.0`
31+
- update `karma-coverage-istanbul-reporter` to `^2.1.1`
32+
- update `karma-jasmine` to `^3.1.1`
33+
- update `karma-jasmine-html-reporter` to `^1.5.3`
34+
- update `ng-packagr` to `^9.1.0`
35+
- update `protractor` to `^5.4.3`
36+
- update `ts-node` to `^8.8.2`
37+
- update `tslint` to `^6.1.1`
38+
- update `typescript` to `~3.6.5`
39+
340
##### `v2.9.1`
441
- fix: downgrade TypeScript to ~3.6.4 - thanks @jrocha closes #103
542

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![@coreui coreui](https://img.shields.io/badge/@coreui%20-coreui-lightgrey.svg?style=flat-square)](https://github.com/coreui/coreui)
77
[![npm package][npm-coreui-badge]][npm-coreui]
88
[![NPM downloads][npm-coreui-download]][npm-coreui]
9-
![angular](https://img.shields.io/badge/angular-^9.0.0-lightgrey.svg?style=flat-square&logo=angular)
9+
![angular](https://img.shields.io/badge/angular-^9.1.1-lightgrey.svg?style=flat-square&logo=angular)
1010

1111
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
1212
[npm-coreui-angular-badge-latest]: https://img.shields.io/npm/v/@coreui/angular/latest?style=flat-square&color=red

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.1",
3+
"version": "2.9.2",
44
"license": "MIT",
55
"author": {
66
"name": "Łukasz Holeczek",

projects/coreui/angular/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![@coreui coreui](https://img.shields.io/badge/@coreui%20-coreui-lightgrey.svg?style=flat-square)](https://github.com/coreui/coreui)
77
[![npm package][npm-coreui-badge]][npm-coreui]
88
[![NPM downloads][npm-coreui-download]][npm-coreui]
9-
![angular](https://img.shields.io/badge/angular-^9.0.0-lightgrey.svg?style=flat-square&logo=angular)
9+
![angular](https://img.shields.io/badge/angular-^9.1.1-lightgrey.svg?style=flat-square&logo=angular)
1010

1111
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
1212
[npm-coreui-angular-badge-latest]: https://img.shields.io/npm/v/@coreui/angular/latest?style=flat-square&color=red

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.1",
3+
"version": "2.9.2",
44
"description": "CoreUI Angular Bootstrap 4 components",
55
"license": "MIT",
66
"homepage": "https://coreui.io/angular",

0 commit comments

Comments
 (0)