Skip to content

Commit

Permalink
chore: Ship v2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Apr 10, 2020
1 parent 6080dca commit 8e93076
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 4 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
### [@coreui/angular](https://coreui.io/) changelog

##### `v2.9.2`
- chore: update to `Angular 9.1.1`
- chore: remove build artifacts from git

###### dependencies update
- update `@angular/animations` to `^9.1.1`
- update `@angular/common` to `^9.1.1`
- update `@angular/compiler` to `^9.1.1`
- update `@angular/core` to `^9.1.1`
- update `@angular/forms` to `^9.1.1`
- update `@angular/localize` to `^9.1.1`
- update `@angular/platform-browser` to `^9.1.1`
- update `@angular/platform-browser-dynamic` to `^9.1.1`
- update `@angular/router` to `^9.1.1`
- update `rxjs` to `^6.5.5`
- update `zone.js` to `^0.10.3`
- update `@angular-devkit/build-angular` to `~0.901.1`
- update `@angular-devkit/build-ng-packagr` to `~0.901.1`
- update `@angular/cli` to `^9.1.1`
- update `@angular/compiler-cli` to `^9.1.1`
- update `@angular/language-service` to `^9.1.1`
- update `@types/jasmine` to `^3.5.10`
- update `@types/jasminewd2` to `~2.0.8`
- update `@types/node` to `^13.11.1`
- update `codelyzer` to `^5.2.2`
- update `jasmine-spec-reporter` to `^5.0.1`
- update `karma` to `^5.0.1`
- update `karma-chrome-launcher` to `^3.1.0`
- update `karma-coverage-istanbul-reporter` to `^2.1.1`
- update `karma-jasmine` to `^3.1.1`
- update `karma-jasmine-html-reporter` to `^1.5.3`
- update `ng-packagr` to `^9.1.0`
- update `protractor` to `^5.4.3`
- update `ts-node` to `^8.8.2`
- update `tslint` to `^6.1.1`
- update `typescript` to `~3.6.5`

##### `v2.9.1`
- fix: downgrade TypeScript to ~3.6.4 - thanks @jrocha closes #103

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![@coreui coreui](https://img.shields.io/badge/@coreui%20-coreui-lightgrey.svg?style=flat-square)](https://github.com/coreui/coreui)
[![npm package][npm-coreui-badge]][npm-coreui]
[![NPM downloads][npm-coreui-download]][npm-coreui]
![angular](https://img.shields.io/badge/angular-^9.0.0-lightgrey.svg?style=flat-square&logo=angular)
![angular](https://img.shields.io/badge/angular-^9.1.1-lightgrey.svg?style=flat-square&logo=angular)

[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
[npm-coreui-angular-badge-latest]: https://img.shields.io/npm/v/@coreui/angular/latest?style=flat-square&color=red
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/angular-dev",
"version": "2.9.1",
"version": "2.9.2",
"license": "MIT",
"author": {
"name": "Łukasz Holeczek",
Expand Down
2 changes: 1 addition & 1 deletion projects/coreui/angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![@coreui coreui](https://img.shields.io/badge/@coreui%20-coreui-lightgrey.svg?style=flat-square)](https://github.com/coreui/coreui)
[![npm package][npm-coreui-badge]][npm-coreui]
[![NPM downloads][npm-coreui-download]][npm-coreui]
![angular](https://img.shields.io/badge/angular-^9.0.0-lightgrey.svg?style=flat-square&logo=angular)
![angular](https://img.shields.io/badge/angular-^9.1.1-lightgrey.svg?style=flat-square&logo=angular)

[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
[npm-coreui-angular-badge-latest]: https://img.shields.io/npm/v/@coreui/angular/latest?style=flat-square&color=red
Expand Down
2 changes: 1 addition & 1 deletion projects/coreui/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/angular",
"version": "2.9.1",
"version": "2.9.2",
"description": "CoreUI Angular Bootstrap 4 components",
"license": "MIT",
"homepage": "https://coreui.io/angular",
Expand Down

0 comments on commit 8e93076

Please sign in to comment.