Skip to content

Commit fc104c2

Browse files
committed
Ship v2.9.4
1 parent d31cfdd commit fc104c2

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
## [CoreUI for Angular](./README.md) version `changelog`
22

3+
###### `v2.9.4`
4+
- refactor(polyfills): update core-js polyfills imports
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/platform-browser` to `^9.1.12`
13+
- update `@angular/platform-browser-dynamic` to `^9.1.12`
14+
- update `@angular/router` to `^9.1.12`
15+
- update `@coreui/angular` to `~2.9.4`
16+
- update `bootstrap` to `^4.5.0`
17+
- update `core-js` to `^3.6.5`
18+
- update `flag-icon-css` to `^3.5.0`
19+
- update `moment` to `^2.27.0`
20+
- update `mutationobserver-shim` to `^0.3.7`
21+
- update `ng2-charts` to `^2.3.2`
22+
- update `rxjs` to `^6.6.0`
23+
- update `tslib` to `^1.13.0`
24+
- update `@angular-devkit/build-angular` to `^0.901.11`
25+
- update `@angular/cli` to `^9.1.11`
26+
- update `@angular/compiler-cli` to `^9.1.12`
27+
- update `@angular/language-service` to `^9.1.12`
28+
- update `@types/jasmine` to `^3.5.11`
29+
- update `@types/node` to `^13.13.14`
30+
- update `karma` to `^5.1.0`
31+
- update `karma-jasmine` to `^3.3.1`
32+
- update `karma-jasmine-html-reporter` to `^1.5.4`
33+
- update `protractor` to `^7.0.0`
34+
- update `ts-node` to `^8.10.2`
35+
336
###### `v2.9.2`
437
- fix(navbars): cannot find module `ngx-bootstrap`
538

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/coreui-free-angular-admin-template",
3-
"version": "2.9.2",
3+
"version": "2.9.4",
44
"description": "CoreUI Free Angular 2+ Admin Template",
55
"author": {
66
"name": "Łukasz Holeczek",

0 commit comments

Comments
 (0)