Skip to content

Commit

Permalink
Ship v2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Jan 26, 2021
1 parent e2ebcf6 commit 0919a5e
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 4 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
## [CoreUI for Angular](./README.md) version `changelog`

###### `v2.11.1`

- chore: update to `Angular 11.1`

###### dependencies update
"@angular/animations": "^11.1.0",
"@angular/cdk": "^11.1.0",
"@angular/common": "^11.1.0",
"@angular/compiler": "^11.1.0",
"@angular/core": "^11.1.0",
"@angular/forms": "^11.1.0",
"@angular/localize": "^11.1.0",
"@angular/platform-browser": "^11.1.0",
"@angular/platform-browser-dynamic": "^11.1.0",
"@angular/router": "^11.1.0",
"@coreui/angular": "~2.11.1",
"bootstrap": "^4.6.0",
"core-js": "^3.8.3",
"@angular-devkit/build-angular": "^0.1101.1",
"@angular/cli": "^11.1.1",
"@angular/compiler-cli": "^11.1.0",
"@angular/language-service": "^11.1.0",
"@types/jasmine": "^3.6.3",
"@types/node": "^14.14.22",

###### `v2.11.0`

- chore: update to `Angular 11` and `TypeScript 4`
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/coreui-free-angular-admin-template",
"version": "2.11.0",
"version": "2.11.1",
"description": "CoreUI Free Angular 11 Admin Template",
"author": {
"name": "Łukasz Holeczek",
Expand All @@ -21,7 +21,7 @@
"ng": "ng",
"postinstall": "ngcc --properties es2015 browser module main --first-only",
"start": "ng serve",
"build": "ng build --prod --aot --buildOptimizer --commonChunk --vendorChunk --optimization --progress",
"build": "ng build --prod --aot --build-optimizer --common-chunk --vendor-chunk --optimization --progress",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<!--
* CoreUI - Free Angular 11 Admin Template
* @version v2.11.0
* @version v2.11.1
* @link https://coreui.io/angular/
* Copyright (c) 2017-2021 creativeLabs Łukasz Holeczek
* Licensed under MIT (https://coreui.io/license)
Expand Down
3 changes: 2 additions & 1 deletion src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import 'core-js';
* Only required if AnimationBuilder is used within the application and using IE/Edge or Safari.
* Standard animation support in Angular DOES NOT require any polyfills (as of Angular 6.0).
*/
// import 'web-animations-js'; // Run `npm install --save web-animations-js`.
import 'web-animations-js'; // Run `npm install --save web-animations-js`.

/**
* By default, zone.js will patch all possible macroTask and DomEvents
Expand Down Expand Up @@ -69,3 +69,4 @@ import 'zone.js/dist/zone'; // Included with Angular CLI.
/***************************************************************************************************
* APPLICATION IMPORTS
*/
(window as any).global = window;

0 comments on commit 0919a5e

Please sign in to comment.