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 7238ee1

Browse files
committedMar 17, 2022
chore: Ship v2.12.0 for Angular 12
1 parent 50ec507 commit 7238ee1

File tree

5 files changed

+37
-11
lines changed

5 files changed

+37
-11
lines changed
 

‎CHANGELOG.md

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

3+
##### `v2.12.0`
4+
5+
- update to `Angular 12.2`
6+
-
7+
8+
###### dependencies update
9+
- update `@angular/animations` to `^12.2.16`
10+
- update `@angular/common` to `^12.2.16`
11+
- update `@angular/compiler` to `^12.2.16`
12+
- update `@angular/core` to `^12.2.16`
13+
- update `@angular/forms` to `^12.2.16`
14+
- update `@angular/localize` to `^12.2.16`
15+
- update `@angular/platform-browser` to `^12.2.16`
16+
- update `@angular/platform-browser-dynamic` to `^12.2.16`
17+
- update `@angular/router` to `^12.2.16`
18+
- update `zone.js` to `~0.11.4`
19+
- update `@angular-devkit/build-angular` to `^12.2.16`
20+
- update `@angular/cli` to `^12.2.16`
21+
- update `@angular/compiler-cli` to `^12.2.16`
22+
- update `@angular/language-service` to `^12.2.16`
23+
- update `@types/jasminewd2` to `^2.0.10`
24+
- update `jasmine-spec-reporter` to `~7.0.0`
25+
- update `karma` to `^6.3.17`
26+
- update `ng-packagr` to `^12.2.7`
27+
- update `typescript` to `~4.3.5`
28+
329
##### `v2.11.3`
430

531
- ##### `update to Angular 11.2.14`

‎README.md

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

3-
![angular](https://img.shields.io/badge/angular-^11.2.0-lightgrey.svg?style=flat-square&logo=angular)
3+
![angular](https://img.shields.io/badge/angular-^12.2.0-lightgrey.svg?style=flat-square&logo=angular)
44
[![npm package][npm-coreui-angular-badge-v2]][npm-coreui-angular]
55
[![npm package][npm-coreui-angular-badge-latest]][npm-coreui-angular]
66
[![NPM downloads][npm-coreui-angular-download]][npm-coreui-angular]
@@ -21,7 +21,7 @@
2121
[npm-coreui-badge-v2]: https://img.shields.io/npm/v/@coreui/coreui/v2-lts?style=flat-square
2222
[npm-coreui-download]: https://img.shields.io/npm/dm/@coreui/coreui.svg?style=flat-square
2323

24-
# CoreUI for Angular 11 - Free WebApp UI Kit built on top of Bootstrap 4 [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?text=CoreUI%20-%20Free%20Bootstrap%204%20Admin%20Template%20&url=https://coreui.io&hashtags=,admin,template,dashboard,panel,free,angular,react,vue)
24+
# CoreUI for Angular 12 - Free WebApp UI Kit built on top of Bootstrap 4 [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?text=CoreUI%20-%20Free%20Bootstrap%204%20Admin%20Template%20&url=https://coreui.io&hashtags=,admin,template,dashboard,panel,free,angular,react,vue)
2525

2626
Please help us on [Product Hunt](https://www.producthunt.com/posts/coreui-open-source-bootstrap-4-admin-template-with-angular-2-react-js-vue-js-support) and [Designer News](https://www.designernews.co/stories/81127). Thanks in advance!
2727

@@ -55,7 +55,7 @@ CoreUI is an Open Source UI Kit built on top of Bootstrap 4. CoreUI is the faste
5555
Before you begin, make sure your development environment includes `Node.js®` and an `npm` package manager.
5656

5757
###### Node.js
58-
Angular 11 requires `Node.js` version 10.19 or later.
58+
Angular 12 requires `Node.js` version 12.20 or later.
5959

6060
- To check your version, run `node -v` in a terminal/console window.
6161
- To get `Node.js`, go to [nodejs.org](https://nodejs.org/).
@@ -66,7 +66,7 @@ Install the Angular CLI globally using a terminal/console window.
6666
npm install -g @angular/cli
6767
```
6868

69-
##### Update to Angular 11
69+
##### Update to Angular 12
7070
see: [https://update.angular.io](https://update.angular.io)
7171

7272
## CoreUI Installation

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

‎projects/coreui/angular/README.md

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

3-
![angular](https://img.shields.io/badge/angular-^11.2.0-lightgrey.svg?style=flat-square&logo=angular)
3+
![angular](https://img.shields.io/badge/angular-^12.2.0-lightgrey.svg?style=flat-square&logo=angular)
44
[![npm package][npm-coreui-angular-badge-v2]][npm-coreui-angular]
55
[![npm package][npm-coreui-angular-badge-latest]][npm-coreui-angular]
66
[![NPM downloads][npm-coreui-angular-download]][npm-coreui-angular]
@@ -29,18 +29,18 @@
2929
Before you begin, make sure your development environment includes `Node.js®` and an `npm` package manager.
3030

3131
###### Node.js
32-
Angular 11 requires `Node.js` version 10.19 or later.
32+
Angular 12 requires `Node.js` version 12.20 or later.
3333

3434
- To check your version, run `node -v` in a terminal/console window.
3535
- To get `Node.js`, go to [nodejs.org](https://nodejs.org/).
3636

3737
###### Angular CLI
3838
Install the Angular CLI globally using a terminal/console window.
3939
```bash
40-
npm install -g @angular/cli
40+
npm install -g @angular/cli@12
4141
```
4242

43-
##### Update to Angular 11
43+
##### Update to Angular 12
4444
see: [https://update.angular.io](https://update.angular.io)
4545

4646
## CoreUI Installation

‎projects/coreui/angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@coreui/angular",
3-
"version": "2.11.3",
4-
"description": "CoreUI Angular 11 Bootstrap 4 components",
3+
"version": "2.12.0",
4+
"description": "CoreUI Angular 12 Bootstrap 4 components",
55
"license": "MIT",
66
"homepage": "https://coreui.io/angular",
77
"author": {

0 commit comments

Comments
 (0)
Please sign in to comment.